spec/dummy/log/development.log in cmor_galleries-0.0.41.pre vs spec/dummy/log/development.log in cmor_galleries-0.0.42.pre

- old
+ new

@@ -1,122 +1,132 @@ -  (0.1ms) SELECT sqlite_version(*) +  (0.3ms) SELECT sqlite_version(*) ↳ bin/rails:4 -  (3.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (13.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ bin/rails:4 -  (4.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (4.3ms) 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 -  (0.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 ↳ bin/rails:4 -Migrating to CreateActiveStorageTables (20200119054324) -  (0.1ms) begin transaction +Migrating to CreateActiveStorageTables (20200119183525) +  (0.2ms) begin transaction ↳ bin/rails:4 -  (0.5ms) 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/20200119054324_create_active_storage_tables.active_storage.rb:4 -  (0.6ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key") - ↳ db/migrate/20200119054324_create_active_storage_tables.active_storage.rb:4 -  (0.2ms) 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/20200119183525_create_active_storage_tables.active_storage.rb:4 +  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key") + ↳ db/migrate/20200119183525_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" FOREIGN KEY ("blob_id") REFERENCES "active_storage_blobs" ("id") ) - ↳ db/migrate/20200119054324_create_active_storage_tables.active_storage.rb:16 + ↳ db/migrate/20200119183525_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/20200119054324_create_active_storage_tables.active_storage.rb:16 + ↳ db/migrate/20200119183525_create_active_storage_tables.active_storage.rb:16  (0.2ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") - ↳ db/migrate/20200119054324_create_active_storage_tables.active_storage.rb:16 - ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20200119054324"]] + ↳ db/migrate/20200119183525_create_active_storage_tables.active_storage.rb:16 + ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20200119183525"]] ↳ bin/rails:4 -  (3.6ms) commit transaction +  (15.6ms) commit transaction ↳ bin/rails:4 -Migrating to CreateCmorGalleriesPictureGalleries (20200119054349) -  (0.1ms) begin transaction +Migrating to CreateCmorGalleriesPictureGalleries (20200119183555) +  (0.2ms) begin transaction ↳ bin/rails:4 -  (0.4ms) CREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) - ↳ db/migrate/20200119054349_create_cmor_galleries_picture_galleries.cmor_galleries.rb:4 - ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20200119054349"]] +  (0.7ms) CREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + ↳ db/migrate/20200119183555_create_cmor_galleries_picture_galleries.cmor_galleries.rb:4 + ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20200119183555"]] ↳ bin/rails:4 -  (2.4ms) commit transaction +  (6.6ms) commit transaction ↳ bin/rails:4 -Migrating to CreateCmorGalleriesPictureDetails (20200119054350) -  (0.1ms) begin transaction +Migrating to CreateCmorGalleriesPictureDetails (20200119183556) +  (0.3ms) begin transaction ↳ bin/rails:4 -  (0.3ms) CREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) - ↳ db/migrate/20200119054350_create_cmor_galleries_picture_details.cmor_galleries.rb:4 - ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20200119054350"]] +  (1.4ms) CREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + ↳ db/migrate/20200119183556_create_cmor_galleries_picture_details.cmor_galleries.rb:4 + ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20200119183556"]] ↳ bin/rails:4 -  (11.1ms) commit transaction +  (4.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]] - ↳ bin/rails:4 +Migrating to AddIdentifierToCmorGalleriesPictureDetails (20200119183557)  (0.1ms) begin transaction ↳ bin/rails:4 - ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2020-01-19 05:43:49.536584"], ["updated_at", "2020-01-19 05:43:49.536584"]] +  (0.6ms) ALTER TABLE "cmor_galleries_picture_details" ADD "identifier" varchar + ↳ db/migrate/20200119183557_add_identifier_to_cmor_galleries_picture_details.cmor_galleries.rb:4 + ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20200119183557"]] ↳ bin/rails:4 -  (3.4ms) commit transaction +  (3.1ms) commit transaction ↳ bin/rails:4 -  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4 -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.3ms) begin transaction ↳ bin/rails:4 -  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] + ActiveRecord::InternalMetadata Create (1.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2020-01-19 18:35:55.711171"], ["updated_at", "2020-01-19 18:35:55.711171"]] ↳ bin/rails:4 -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (10.6ms) commit transaction ↳ bin/rails:4 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ bin/rails:4 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ bin/rails:4  (0.2ms) 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 ↳ bin/rails:4 -  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] +  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:4 +  (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"]] + ↳ bin/rails:4  (0.1ms) DROP TABLE IF EXISTS "active_storage_attachments" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15 -  (4.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) +  (3.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) ↳ db/schema.rb:15 -  (11.5ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id") +  (3.4ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id") ↳ db/schema.rb:15 -  (14.9ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") +  (13.0ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ↳ db/schema.rb:15 -  (0.1ms) DROP TABLE IF EXISTS "active_storage_blobs" +  (0.6ms) DROP TABLE IF EXISTS "active_storage_blobs" ↳ db/schema.rb:25 -  (13.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) +  (11.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/schema.rb:25 -  (12.6ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key") +  (10.6ms) 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_galleries_picture_details" +  (0.3ms) DROP TABLE IF EXISTS "cmor_galleries_picture_details" ↳ db/schema.rb:36 -  (11.0ms) CREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (18.6ms) CREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "identifier" varchar) ↳ db/schema.rb:36 -  (0.3ms) DROP TABLE IF EXISTS "cmor_galleries_picture_galleries" - ↳ db/schema.rb:47 -  (17.5ms) CREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) - ↳ db/schema.rb:47 -  (13.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (0.2ms) DROP TABLE IF EXISTS "cmor_galleries_picture_galleries" + ↳ db/schema.rb:48 +  (12.1ms) CREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + ↳ db/schema.rb:48 +  (9.2ms) 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.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13 -  (8.8ms) INSERT INTO "schema_migrations" (version) VALUES (20200119054350) +  (12.9ms) INSERT INTO "schema_migrations" (version) VALUES (20200119183557) ↳ db/schema.rb:13 -  (18.7ms) INSERT INTO "schema_migrations" (version) VALUES -(20200119054324), -(20200119054349); +  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES +(20200119183525), +(20200119183556), +(20200119183555);  ↳ db/schema.rb:13 -  (6.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (4.7ms) 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.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ActiveRecord::InternalMetadata Load (0.9ms) 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 +  (0.2ms) 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", "2020-01-19 05:43:49.766069"], ["updated_at", "2020-01-19 05:43:49.766069"]] + ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2020-01-19 18:35:55.918847"], ["updated_at", "2020-01-19 18:35:55.918847"]] ↳ db/schema.rb:13 -  (5.0ms) commit transaction +  (2.9ms) commit transaction ↳ 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.1ms) 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 ↳ bin/rails:4 - ActiveRecord::InternalMetadata Update (0.5ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2020-01-19 05:43:49.784265"], ["key", "environment"]] + ActiveRecord::InternalMetadata Update (1.0ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2020-01-19 18:35:55.931563"], ["key", "environment"]] ↳ bin/rails:4 -  (5.5ms) commit transaction +  (4.1ms) commit transaction ↳ bin/rails:4