spec/dummy/log/development.log in cmor_showcase-0.0.39.pre vs spec/dummy/log/development.log in cmor_showcase-0.0.40.pre

- old
+ new

@@ -1,156 +1,156 @@ -  (0.2ms) SELECT sqlite_version(*) +  (0.5ms) SELECT sqlite_version(*) ↳ bin/rails:4 -  (4.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (7.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ bin/rails:4 -  (31.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (7.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ bin/rails:4 -  (1.0ms) 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 ↳ bin/rails:4 -Migrating to CreateActiveStorageTables (20190816123623) -  (0.1ms) begin transaction +Migrating to CreateActiveStorageTables (20191031140550) +  (0.3ms) begin transaction ↳ bin/rails:4 -  (0.7ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL) - ↳ db/migrate/20190816123623_create_active_storage_tables.active_storage.rb:4 -  (0.2ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key") - ↳ db/migrate/20190816123623_create_active_storage_tables.active_storage.rb:4 -  (0.3ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057" +  (1.1ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL) + ↳ db/migrate/20191031140550_create_active_storage_tables.active_storage.rb:4 +  (0.5ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key") + ↳ db/migrate/20191031140550_create_active_storage_tables.active_storage.rb:4 +  (0.6ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057" FOREIGN KEY ("blob_id") REFERENCES "active_storage_blobs" ("id") ) - ↳ db/migrate/20190816123623_create_active_storage_tables.active_storage.rb:16 -  (0.2ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id") - ↳ db/migrate/20190816123623_create_active_storage_tables.active_storage.rb:16 -  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") - ↳ db/migrate/20190816123623_create_active_storage_tables.active_storage.rb:16 - ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190816123623"]] + ↳ db/migrate/20191031140550_create_active_storage_tables.active_storage.rb:16 +  (0.7ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id") + ↳ db/migrate/20191031140550_create_active_storage_tables.active_storage.rb:16 +  (1.4ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") + ↳ db/migrate/20191031140550_create_active_storage_tables.active_storage.rb:16 + ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20191031140550"]] ↳ bin/rails:4 -  (5.1ms) commit transaction +  (11.8ms) commit transaction ↳ bin/rails:4 -Migrating to CreateCmorShowcaseCategories (20190816123806) -  (0.2ms) begin transaction +Migrating to CreateCmorShowcaseCategories (20191031140804) +  (0.3ms) begin transaction ↳ bin/rails:4 -  (0.7ms) CREATE TABLE "cmor_showcase_categories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "identifier" varchar, "name" varchar, "body" text, "position" integer, "published_at" datetime, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) - ↳ db/migrate/20190816123806_create_cmor_showcase_categories.cmor_showcase.rb:4 -  (0.2ms) CREATE UNIQUE INDEX "index_cmor_showcase_categories_on_slug" ON "cmor_showcase_categories" ("slug") - ↳ db/migrate/20190816123806_create_cmor_showcase_categories.cmor_showcase.rb:4 - ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190816123806"]] +  (1.3ms) CREATE TABLE "cmor_showcase_categories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "identifier" varchar, "name" varchar, "body" text, "position" integer, "published_at" datetime, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + ↳ db/migrate/20191031140804_create_cmor_showcase_categories.cmor_showcase.rb:4 +  (0.3ms) CREATE UNIQUE INDEX "index_cmor_showcase_categories_on_slug" ON "cmor_showcase_categories" ("slug") + ↳ db/migrate/20191031140804_create_cmor_showcase_categories.cmor_showcase.rb:4 + ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20191031140804"]] ↳ bin/rails:4 -  (3.6ms) commit transaction +  (20.5ms) commit transaction ↳ bin/rails:4 -Migrating to CreateCmorShowcaseItems (20190816123807) -  (0.1ms) begin transaction +Migrating to CreateCmorShowcaseItems (20191031140805) +  (0.2ms) begin transaction ↳ bin/rails:4 -  (1.2ms) CREATE TABLE "cmor_showcase_items" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "identifier" varchar, "name" varchar, "body" text, "position" integer, "published_at" datetime, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) - ↳ db/migrate/20190816123807_create_cmor_showcase_items.cmor_showcase.rb:4 -  (0.2ms) CREATE INDEX "index_cmor_showcase_items_on_category_id" ON "cmor_showcase_items" ("category_id") - ↳ db/migrate/20190816123807_create_cmor_showcase_items.cmor_showcase.rb:4 -  (0.3ms) CREATE UNIQUE INDEX "index_cmor_showcase_items_on_slug" ON "cmor_showcase_items" ("slug") - ↳ db/migrate/20190816123807_create_cmor_showcase_items.cmor_showcase.rb:4 - ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190816123807"]] +  (2.5ms) CREATE TABLE "cmor_showcase_items" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "identifier" varchar, "name" varchar, "body" text, "position" integer, "published_at" datetime, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + ↳ db/migrate/20191031140805_create_cmor_showcase_items.cmor_showcase.rb:4 +  (0.6ms) CREATE INDEX "index_cmor_showcase_items_on_category_id" ON "cmor_showcase_items" ("category_id") + ↳ db/migrate/20191031140805_create_cmor_showcase_items.cmor_showcase.rb:4 +  (1.4ms) CREATE UNIQUE INDEX "index_cmor_showcase_items_on_slug" ON "cmor_showcase_items" ("slug") + ↳ db/migrate/20191031140805_create_cmor_showcase_items.cmor_showcase.rb:4 + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20191031140805"]] ↳ bin/rails:4 -  (4.5ms) commit transaction +  (3.6ms) commit transaction ↳ bin/rails:4 -Migrating to CreateCmorShowcaseFileDetails (20190816123808) +Migrating to CreateCmorShowcaseFileDetails (20191031140806)  (0.1ms) begin transaction ↳ bin/rails:4 -  (3.2ms) CREATE TABLE "cmor_showcase_file_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) - ↳ db/migrate/20190816123808_create_cmor_showcase_file_details.cmor_showcase.rb:4 +  (1.4ms) CREATE TABLE "cmor_showcase_file_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + ↳ db/migrate/20191031140806_create_cmor_showcase_file_details.cmor_showcase.rb:4  (0.3ms) CREATE INDEX "index_cmor_showcase_file_details_on_item_id" ON "cmor_showcase_file_details" ("item_id") - ↳ db/migrate/20190816123808_create_cmor_showcase_file_details.cmor_showcase.rb:4 -  (0.2ms) CREATE INDEX "index_cmor_showcase_file_details_on_asset_id" ON "cmor_showcase_file_details" ("asset_id") - ↳ db/migrate/20190816123808_create_cmor_showcase_file_details.cmor_showcase.rb:4 - ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190816123808"]] + ↳ db/migrate/20191031140806_create_cmor_showcase_file_details.cmor_showcase.rb:4 +  (0.3ms) CREATE INDEX "index_cmor_showcase_file_details_on_asset_id" ON "cmor_showcase_file_details" ("asset_id") + ↳ db/migrate/20191031140806_create_cmor_showcase_file_details.cmor_showcase.rb:4 + ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20191031140806"]] ↳ bin/rails:4 -  (11.8ms) commit transaction +  (7.6ms) commit transaction ↳ bin/rails:4 - ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4 -  (0.2ms) begin transaction +  (0.3ms) begin transaction ↳ bin/rails:4 - ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-08-16 12:38:10.458624"], ["updated_at", "2019-08-16 12:38:10.458624"]] + ActiveRecord::InternalMetadata Create (1.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-10-31 14:08:11.149789"], ["updated_at", "2019-10-31 14:08:11.149789"]] ↳ bin/rails:4 -  (3.2ms) commit transaction +  (5.1ms) commit transaction ↳ bin/rails:4 -  (0.1ms) 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 ↳ bin/rails:4 -  (0.1ms) 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 ↳ bin/rails:4 -  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] +  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:4 -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4 -  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] +  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:4 -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:4 -  (0.1ms) DROP TABLE IF EXISTS "active_storage_attachments" +  (0.4ms) DROP TABLE IF EXISTS "active_storage_attachments" ↳ db/schema.rb:15 -  (0.1ms) SELECT sqlite_version(*) +  (0.2ms) SELECT sqlite_version(*) ↳ db/schema.rb:15 -  (3.4ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL) +  (35.7ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL) ↳ db/schema.rb:15 -  (2.9ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id") +  (8.0ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id") ↳ db/schema.rb:15 -  (10.4ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") +  (5.6ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ↳ db/schema.rb:15  (0.2ms) DROP TABLE IF EXISTS "active_storage_blobs" ↳ db/schema.rb:25 -  (3.2ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL) +  (9.0ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL) ↳ db/schema.rb:25 -  (16.9ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key") +  (10.9ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key") ↳ db/schema.rb:25 -  (0.2ms) DROP TABLE IF EXISTS "cmor_showcase_categories" +  (0.5ms) DROP TABLE IF EXISTS "cmor_showcase_categories" ↳ db/schema.rb:36 -  (4.8ms) CREATE TABLE "cmor_showcase_categories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "identifier" varchar, "name" varchar, "body" text, "position" integer, "published_at" datetime, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (9.9ms) CREATE TABLE "cmor_showcase_categories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "identifier" varchar, "name" varchar, "body" text, "position" integer, "published_at" datetime, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:36 -  (3.8ms) CREATE UNIQUE INDEX "index_cmor_showcase_categories_on_slug" ON "cmor_showcase_categories" ("slug") +  (29.1ms) CREATE UNIQUE INDEX "index_cmor_showcase_categories_on_slug" ON "cmor_showcase_categories" ("slug") ↳ db/schema.rb:36 -  (0.1ms) DROP TABLE IF EXISTS "cmor_showcase_file_details" +  (0.3ms) DROP TABLE IF EXISTS "cmor_showcase_file_details" ↳ db/schema.rb:49 -  (10.8ms) CREATE TABLE "cmor_showcase_file_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (4.9ms) CREATE TABLE "cmor_showcase_file_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:49 -  (3.7ms) CREATE INDEX "index_cmor_showcase_file_details_on_asset_id" ON "cmor_showcase_file_details" ("asset_id") +  (14.6ms) CREATE INDEX "index_cmor_showcase_file_details_on_asset_id" ON "cmor_showcase_file_details" ("asset_id") ↳ db/schema.rb:49 -  (11.4ms) CREATE INDEX "index_cmor_showcase_file_details_on_item_id" ON "cmor_showcase_file_details" ("item_id") +  (7.4ms) CREATE INDEX "index_cmor_showcase_file_details_on_item_id" ON "cmor_showcase_file_details" ("item_id") ↳ db/schema.rb:49 -  (0.2ms) DROP TABLE IF EXISTS "cmor_showcase_items" +  (0.5ms) DROP TABLE IF EXISTS "cmor_showcase_items" ↳ db/schema.rb:61 -  (4.0ms) CREATE TABLE "cmor_showcase_items" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "identifier" varchar, "name" varchar, "body" text, "position" integer, "published_at" datetime, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (32.5ms) CREATE TABLE "cmor_showcase_items" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "identifier" varchar, "name" varchar, "body" text, "position" integer, "published_at" datetime, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:61 -  (4.1ms) CREATE INDEX "index_cmor_showcase_items_on_category_id" ON "cmor_showcase_items" ("category_id") +  (6.3ms) CREATE INDEX "index_cmor_showcase_items_on_category_id" ON "cmor_showcase_items" ("category_id") ↳ db/schema.rb:61 -  (4.0ms) CREATE UNIQUE INDEX "index_cmor_showcase_items_on_slug" ON "cmor_showcase_items" ("slug") +  (6.1ms) CREATE UNIQUE INDEX "index_cmor_showcase_items_on_slug" ON "cmor_showcase_items" ("slug") ↳ db/schema.rb:61 -  (8.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (11.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13 -  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13 -  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES (20190816123808) +  (7.1ms) INSERT INTO "schema_migrations" (version) VALUES (20191031140806) ↳ db/schema.rb:13 -  (10.9ms) INSERT INTO "schema_migrations" (version) VALUES -(20190816123623), -(20190816123806), -(20190816123807); +  (6.3ms) INSERT INTO "schema_migrations" (version) VALUES +(20191031140805), +(20191031140804), +(20191031140550);  ↳ db/schema.rb:13 -  (3.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (9.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 - ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.1ms) begin transaction ↳ db/schema.rb:13 - ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-08-16 12:38:12.562737"], ["updated_at", "2019-08-16 12:38:12.562737"]] + ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-10-31 14:08:13.094224"], ["updated_at", "2019-10-31 14:08:13.094224"]] ↳ db/schema.rb:13 -  (4.3ms) commit transaction +  (4.1ms) commit transaction ↳ db/schema.rb:13 - ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4 -  (0.1ms) begin transaction +  (0.2ms) begin transaction ↳ bin/rails:4 - ActiveRecord::InternalMetadata Update (0.4ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-08-16 12:38:13.064201"], ["key", "environment"]] + ActiveRecord::InternalMetadata Update (0.6ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-10-31 14:08:13.170608"], ["key", "environment"]] ↳ bin/rails:4 -  (4.0ms) commit transaction +  (5.2ms) commit transaction ↳ bin/rails:4