cmor_carousels 0.0.1.pre → 0.0.2.pre

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 717fed560c5507b0b97ee7b3598c9605af2bffbed25bb49fbe2d6b5fd26e4ee0
4
- data.tar.gz: 3a558ec2ccecbed790939fa017caf935e77f667bc5ed92da8060dc9e60e052f6
3
+ metadata.gz: 43089ae76ce255cdab855fe3914b6ebc665042e4bf9b1195ccfc72771773ac87
4
+ data.tar.gz: 84bf4f505ef25c2c0b5bf683740dfd78391c91284dac2459b670885aab11b47e
5
5
  SHA512:
6
- metadata.gz: ceeeeca4af567e431ced6a990e89ee430941d12b9923258991c171a5eaf0359a3d6531d38240ef6a98e9240aa2a881533200f4bd432a075dea294d1bb6a591f3
7
- data.tar.gz: 3f4ebc08c9df820becd37517301cb12ef804830410057ab6c93b5da620f563b686a0ebdc76c7efdedda39e89aab825f5ef4dfe2b1143cadbf0554f8d85eca610
6
+ metadata.gz: a5b9b6a4a39673d5e336c2923ca73770bfb3215cd6b484169ad2ca9f57113f44f96946b171aa5627753c0e41de66d2c67ff4d2bdedd34961827089c24fee5203
7
+ data.tar.gz: dfa1c704606035005f5020f253ef1ea3769d168543f9c3c8a6f68418d8679d4a6fe402a1cd640e2c5213c98dfbec86c22a02ba53f7f68167c62e4981bb0b0500
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmor_carousels
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre
4
+ version: 0.0.2.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-27 00:00:00.000000000 Z
11
+ date: 2019-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.1.pre
33
+ version: 0.0.2.pre
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.0.1.pre
40
+ version: 0.0.2.pre
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sqlite3
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -389,8 +389,6 @@ files:
389
389
  - spec/dummy/db/migrate/20190325173459_create_cmor_carousels_carousels.cmor_carousels.rb
390
390
  - spec/dummy/db/migrate/20190325173460_create_cmor_carousels_item_details.cmor_carousels.rb
391
391
  - spec/dummy/db/test.sqlite3
392
- - spec/dummy/log/development.log
393
- - spec/dummy/log/test.log
394
392
  - spec/dummy/package.json
395
393
  - spec/dummy/public/apple-touch-icon-precomposed.png
396
394
  - spec/dummy/public/apple-touch-icon.png
@@ -450,7 +448,6 @@ files:
450
448
  - spec/dummy~/db/test.sqlite3
451
449
  - spec/dummy~/lib/locale_generator.rb
452
450
  - spec/dummy~/lib/tasks/stub_locales.rake
453
- - spec/dummy~/log/test.log
454
451
  - spec/dummy~/public/404.html
455
452
  - spec/dummy~/public/422.html
456
453
  - spec/dummy~/public/500.html
@@ -1,122 +0,0 @@
1
-  (0.2ms) SELECT sqlite_version(*)
2
- ↳ bin/rails:4
3
-  (14.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
- ↳ bin/rails:4
5
-  (21.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
6
- ↳ bin/rails:4
7
-  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
- ↳ bin/rails:4
9
- Migrating to CreateActiveStorageTables (20190325173440)
10
-  (0.1ms) begin transaction
11
- ↳ bin/rails:4
12
-  (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)
13
- ↳ db/migrate/20190325173440_create_active_storage_tables.active_storage.rb:4
14
-  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
15
- ↳ db/migrate/20190325173440_create_active_storage_tables.active_storage.rb:4
16
-  (0.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, CONSTRAINT "fk_rails_c3b3935057"
17
- FOREIGN KEY ("blob_id")
18
- REFERENCES "active_storage_blobs" ("id")
19
- )
20
- ↳ db/migrate/20190325173440_create_active_storage_tables.active_storage.rb:16
21
-  (0.2ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
22
- ↳ db/migrate/20190325173440_create_active_storage_tables.active_storage.rb:16
23
-  (0.4ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
24
- ↳ db/migrate/20190325173440_create_active_storage_tables.active_storage.rb:16
25
- ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190325173440"]]
26
- ↳ bin/rails:4
27
-  (5.9ms) commit transaction
28
- ↳ bin/rails:4
29
- Migrating to CreateCmorCarouselsCarousels (20190325173459)
30
-  (0.2ms) begin transaction
31
- ↳ bin/rails:4
32
-  (0.7ms) CREATE TABLE "cmor_carousels_carousels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "identifier" varchar, "variant_options" varchar, "created_at" datetime, "updated_at" datetime)
33
- ↳ db/migrate/20190325173459_create_cmor_carousels_carousels.cmor_carousels.rb:4
34
- ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190325173459"]]
35
- ↳ bin/rails:4
36
-  (6.6ms) commit transaction
37
- ↳ bin/rails:4
38
- Migrating to CreateCmorCarouselsItemDetails (20190325173460)
39
-  (0.1ms) begin transaction
40
- ↳ bin/rails:4
41
-  (0.7ms) CREATE TABLE "cmor_carousels_item_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "carousel_id" integer, "asset_id" integer, "url" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime, "updated_at" datetime)
42
- ↳ db/migrate/20190325173460_create_cmor_carousels_item_details.cmor_carousels.rb:4
43
- ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190325173460"]]
44
- ↳ bin/rails:4
45
-  (4.1ms) commit transaction
46
- ↳ bin/rails:4
47
- ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
48
- ↳ bin/rails:4
49
-  (0.3ms) begin transaction
50
- ↳ bin/rails:4
51
- ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-03-25 17:34:59.319989"], ["updated_at", "2019-03-25 17:34:59.319989"]]
52
- ↳ bin/rails:4
53
-  (4.0ms) commit transaction
54
- ↳ bin/rails:4
55
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
56
- ↳ bin/rails:4
57
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
58
- ↳ bin/rails:4
59
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
60
- ↳ bin/rails:4
61
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
62
- ↳ bin/rails:4
63
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
64
- ↳ bin/rails:4
65
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
66
- ↳ bin/rails:4
67
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
68
- ↳ bin/rails:4
69
-  (0.1ms) DROP TABLE IF EXISTS "active_storage_attachments"
70
- ↳ db/schema.rb:15
71
-  (0.2ms) SELECT sqlite_version(*)
72
- ↳ db/schema.rb:15
73
-  (10.1ms) 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)
74
- ↳ db/schema.rb:15
75
-  (3.5ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
76
- ↳ db/schema.rb:15
77
-  (3.8ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
78
- ↳ db/schema.rb:15
79
-  (0.2ms) DROP TABLE IF EXISTS "active_storage_blobs"
80
- ↳ db/schema.rb:25
81
-  (4.4ms) 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)
82
- ↳ db/schema.rb:25
83
-  (3.7ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
84
- ↳ db/schema.rb:25
85
-  (0.2ms) DROP TABLE IF EXISTS "cmor_carousels_carousels"
86
- ↳ db/schema.rb:36
87
-  (4.4ms) CREATE TABLE "cmor_carousels_carousels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "identifier" varchar, "variant_options" varchar, "created_at" datetime, "updated_at" datetime)
88
- ↳ db/schema.rb:36
89
-  (0.1ms) DROP TABLE IF EXISTS "cmor_carousels_item_details"
90
- ↳ db/schema.rb:44
91
-  (3.4ms) CREATE TABLE "cmor_carousels_item_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "carousel_id" integer, "asset_id" integer, "url" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime, "updated_at" datetime)
92
- ↳ db/schema.rb:44
93
-  (3.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
94
- ↳ db/schema.rb:13
95
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
96
- ↳ db/schema.rb:13
97
-  (3.8ms) INSERT INTO "schema_migrations" (version) VALUES (20190325173460)
98
- ↳ db/schema.rb:13
99
-  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES
100
- (20190325173440),
101
- (20190325173459);
102
-
103
- 
104
- ↳ db/schema.rb:13
105
-  (5.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
106
- ↳ db/schema.rb:13
107
- ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
108
- ↳ db/schema.rb:13
109
-  (0.1ms) begin transaction
110
- ↳ db/schema.rb:13
111
- ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-03-25 17:34:59.459933"], ["updated_at", "2019-03-25 17:34:59.459933"]]
112
- ↳ db/schema.rb:13
113
-  (3.8ms) commit transaction
114
- ↳ db/schema.rb:13
115
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
116
- ↳ bin/rails:4
117
-  (0.1ms) begin transaction
118
- ↳ bin/rails:4
119
- ActiveRecord::InternalMetadata Update (0.3ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-03-25 17:34:59.470534"], ["key", "environment"]]
120
- ↳ bin/rails:4
121
-  (4.6ms) commit transaction
122
- ↳ bin/rails:4
@@ -1,420 +0,0 @@
1
-  (0.1ms) begin transaction
2
-  (0.8ms) SAVEPOINT active_record_1
3
- Cmor::Carousels::Carousel Exists (0.4ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_1"], ["LIMIT", 1]]
4
- Cmor::Carousels::Carousel Create (1.0ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_1"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:06.986641"], ["updated_at", "2019-03-25 17:35:06.986641"]]
5
-  (0.1ms) RELEASE SAVEPOINT active_record_1
6
-  Disk Storage (1.4ms) Uploaded file to key: 98qo6DYXmifxYrVs92KWQ2WG (checksum: PQckBuk+cVT3lBy73cnuAQ==)
7
-  (0.1ms) SAVEPOINT active_record_1
8
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "98qo6DYXmifxYrVs92KWQ2WG"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:07.124106"]]
9
-  (0.1ms) RELEASE SAVEPOINT active_record_1
10
-  (0.3ms) SAVEPOINT active_record_1
11
- ActiveStorage::Attachment Create (0.5ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:07.153874"]]
12
- Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:07.156591"], ["id", 1]]
13
-  (0.2ms) RELEASE SAVEPOINT active_record_1
14
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 6b0f89b1-cb78-4ce5-b34c-bade9bec457e) to Async(default) with arguments: #<GlobalID:0x00000000075ce458 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
15
-  (0.1ms) SAVEPOINT active_record_1
16
- Cmor::Carousels::ItemDetail Load (0.6ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? ORDER BY "cmor_carousels_item_details"."position" ASC [["carousel_id", 1]]
17
- Cmor::Carousels::Carousel Exists (0.3ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."id" != ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_1"], ["id", 1], ["LIMIT", 1]]
18
- Cmor::Carousels::ItemDetail Load (0.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
19
- Cmor::Carousels::ItemDetail Create (0.2ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["published_at", "2019-03-25 17:35:07.203394"], ["created_at", "2019-03-25 17:35:07.212994"], ["updated_at", "2019-03-25 17:35:07.212994"]]
20
-  (0.1ms) RELEASE SAVEPOINT active_record_1
21
- ActiveStorage::Blob Load (78.6ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
22
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6b0f89b1-cb78-4ce5-b34c-bade9bec457e] Performing ActiveStorage::AnalyzeJob (Job ID: 6b0f89b1-cb78-4ce5-b34c-bade9bec457e) from Async(default) with arguments: #<GlobalID:0x0000000007e9f870 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
23
-  Disk Storage (7.9ms) Uploaded file to key: ECjpcy6sdVJqiQpwJucy1S5T (checksum: PQckBuk+cVT3lBy73cnuAQ==)
24
-  (0.1ms) SAVEPOINT active_record_1
25
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "ECjpcy6sdVJqiQpwJucy1S5T"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:07.261184"]]
26
-  (0.1ms) RELEASE SAVEPOINT active_record_1
27
-  (0.1ms) SAVEPOINT active_record_1
28
- ActiveStorage::Attachment Create (0.2ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 2], ["created_at", "2019-03-25 17:35:07.266338"]]
29
- Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:07.267673"], ["id", 1]]
30
-  (0.1ms) RELEASE SAVEPOINT active_record_1
31
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 2fd4457b-9de0-46c2-83c3-b89763a33a5b) to Async(default) with arguments: #<GlobalID:0x0000000007de4a70 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
32
-  (0.2ms) SAVEPOINT active_record_1
33
- Cmor::Carousels::ItemDetail Load (0.1ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? ORDER BY "cmor_carousels_item_details"."position" ASC [["carousel_id", 1]]
34
- ActiveStorage::Attachment Load (0.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
35
- Cmor::Carousels::Carousel Exists (0.3ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."id" != ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_1"], ["id", 1], ["LIMIT", 1]]
36
- Cmor::Carousels::ItemDetail Load (0.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
37
- Cmor::Carousels::ItemDetail Create (0.2ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 2], ["position", 2], ["published_at", "2019-03-25 17:35:07.274386"], ["created_at", "2019-03-25 17:35:07.280086"], ["updated_at", "2019-03-25 17:35:07.280086"]]
38
-  (0.1ms) RELEASE SAVEPOINT active_record_1
39
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? [["record_id", 1], ["record_type", "Cmor::Carousels::Carousel"], ["name", "assets"]]
40
-  (0.2ms) rollback transaction
41
-  (0.1ms) begin transaction
42
-  (0.1ms) SAVEPOINT active_record_1
43
- Cmor::Carousels::Carousel Exists (0.2ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_2"], ["LIMIT", 1]]
44
- Cmor::Carousels::Carousel Create (0.2ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_2"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:07.293719"], ["updated_at", "2019-03-25 17:35:07.293719"]]
45
-  (0.1ms) RELEASE SAVEPOINT active_record_1
46
-  Disk Storage (0.7ms) Uploaded file to key: gDjkgjTAAJ9GrKhpXGELe9ba (checksum: PQckBuk+cVT3lBy73cnuAQ==)
47
-  (0.1ms) SAVEPOINT active_record_1
48
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "gDjkgjTAAJ9GrKhpXGELe9ba"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:07.298604"]]
49
-  (0.1ms) RELEASE SAVEPOINT active_record_1
50
-  (0.1ms) SAVEPOINT active_record_1
51
- ActiveStorage::Attachment Create (0.5ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:07.303996"]]
52
- Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:07.306488"], ["id", 1]]
53
-  (0.1ms) RELEASE SAVEPOINT active_record_1
54
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 1f06eb37-9902-4201-897b-8db65c2b550d) to Async(default) with arguments: #<GlobalID:0x0000000007b965e8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
55
-  (0.1ms) SAVEPOINT active_record_1
56
- Cmor::Carousels::ItemDetail Load (0.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? ORDER BY "cmor_carousels_item_details"."position" ASC [["carousel_id", 1]]
57
- Cmor::Carousels::Carousel Exists (0.4ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."id" != ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_2"], ["id", 1], ["LIMIT", 1]]
58
- Cmor::Carousels::ItemDetail Load (0.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
59
- Cmor::Carousels::ItemDetail Create (0.3ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["published_at", "2019-03-25 17:35:07.316907"], ["created_at", "2019-03-25 17:35:07.324958"], ["updated_at", "2019-03-25 17:35:07.324958"]]
60
-  (4.9ms) RELEASE SAVEPOINT active_record_1
61
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6b0f89b1-cb78-4ce5-b34c-bade9bec457e]  Disk Storage (99.7ms) Downloaded file from key: 98qo6DYXmifxYrVs92KWQ2WG
62
- ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
63
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1f06eb37-9902-4201-897b-8db65c2b550d] Performing ActiveStorage::AnalyzeJob (Job ID: 1f06eb37-9902-4201-897b-8db65c2b550d) from Async(default) with arguments: #<GlobalID:0x00000000039c9de0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
65
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1f06eb37-9902-4201-897b-8db65c2b550d]  Disk Storage (0.1ms) Downloaded file from key: gDjkgjTAAJ9GrKhpXGELe9ba
66
-  Disk Storage (2.1ms) Uploaded file to key: cwa8cvDLTGbuacNV2uAXZFdR (checksum: PQckBuk+cVT3lBy73cnuAQ==)
67
-  (0.2ms) SAVEPOINT active_record_1
68
- ActiveStorage::Blob Create (1.6ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "cwa8cvDLTGbuacNV2uAXZFdR"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:07.397268"]]
69
-  (0.2ms) RELEASE SAVEPOINT active_record_1
70
-  (0.1ms) SAVEPOINT active_record_1
71
- ActiveStorage::Attachment Create (0.3ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 2], ["created_at", "2019-03-25 17:35:07.407939"]]
72
- Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:07.409650"], ["id", 1]]
73
-  (0.1ms) RELEASE SAVEPOINT active_record_1
74
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 2d6ce880-f754-4b49-a6ac-73a154225b16) to Async(default) with arguments: #<GlobalID:0x0000000003e1ade0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
75
-  (0.1ms) SAVEPOINT active_record_1
76
- Cmor::Carousels::ItemDetail Load (0.2ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? ORDER BY "cmor_carousels_item_details"."position" ASC [["carousel_id", 1]]
77
- ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
78
- Cmor::Carousels::Carousel Exists (0.4ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."id" != ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_2"], ["id", 1], ["LIMIT", 1]]
79
- Cmor::Carousels::ItemDetail Load (0.6ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
80
- Cmor::Carousels::ItemDetail Create (0.3ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 2], ["position", 2], ["published_at", "2019-03-25 17:35:07.425140"], ["created_at", "2019-03-25 17:35:07.436605"], ["updated_at", "2019-03-25 17:35:07.436605"]]
81
-  (0.1ms) RELEASE SAVEPOINT active_record_1
82
- ActiveStorage::Blob Load (23.6ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
83
- [ActiveJob] [ActiveStorage::AnalyzeJob] [2d6ce880-f754-4b49-a6ac-73a154225b16] Performing ActiveStorage::AnalyzeJob (Job ID: 2d6ce880-f754-4b49-a6ac-73a154225b16) from Async(default) with arguments: #<GlobalID:0x0000000003fffb10 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
84
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1f06eb37-9902-4201-897b-8db65c2b550d] ActiveStorage::Blob Update (13.5ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
85
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1f06eb37-9902-4201-897b-8db65c2b550d] Performed ActiveStorage::AnalyzeJob (Job ID: 1f06eb37-9902-4201-897b-8db65c2b550d) from Async(default) in 54.29ms
86
-  (4.2ms) SELECT COUNT(*) FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? [["carousel_id", 1]]
87
-  (0.3ms) rollback transaction
88
- [ActiveJob] [ActiveStorage::AnalyzeJob] [2d6ce880-f754-4b49-a6ac-73a154225b16]  Disk Storage (0.1ms) Downloaded file from key: cwa8cvDLTGbuacNV2uAXZFdR
89
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6b0f89b1-cb78-4ce5-b34c-bade9bec457e]  (0.1ms) begin transaction
90
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6b0f89b1-cb78-4ce5-b34c-bade9bec457e]  (0.1ms) begin transaction
91
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6b0f89b1-cb78-4ce5-b34c-bade9bec457e] ActiveStorage::Blob Update (0.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
92
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6b0f89b1-cb78-4ce5-b34c-bade9bec457e]  (0.1ms) commit transaction
93
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6b0f89b1-cb78-4ce5-b34c-bade9bec457e]  (0.1ms) commit transaction
94
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6b0f89b1-cb78-4ce5-b34c-bade9bec457e] Performed ActiveStorage::AnalyzeJob (Job ID: 6b0f89b1-cb78-4ce5-b34c-bade9bec457e) from Async(default) in 196.32ms
95
-  (0.1ms) begin transaction
96
-  (0.1ms) SAVEPOINT active_record_1
97
- Cmor::Carousels::Carousel Exists (0.3ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_3"], ["LIMIT", 1]]
98
- Cmor::Carousels::Carousel Create (0.3ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_3"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:07.463942"], ["updated_at", "2019-03-25 17:35:07.463942"]]
99
-  (0.2ms) RELEASE SAVEPOINT active_record_1
100
-  Disk Storage (2.2ms) Uploaded file to key: YWD22RbB3McDpjwWnJkKJsC4 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
101
-  (0.2ms) SAVEPOINT active_record_1
102
- ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "YWD22RbB3McDpjwWnJkKJsC4"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:07.628828"]]
103
-  (0.1ms) RELEASE SAVEPOINT active_record_1
104
-  (0.3ms) SAVEPOINT active_record_1
105
- ActiveStorage::Attachment Create (0.4ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:07.635296"]]
106
- Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:07.637328"], ["id", 1]]
107
-  (0.1ms) RELEASE SAVEPOINT active_record_1
108
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 9573d1b2-5d7c-4189-9614-1dca56d055cb) to Async(default) with arguments: #<GlobalID:0x00000000031af920 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
109
-  (0.1ms) SAVEPOINT active_record_1
110
- Cmor::Carousels::ItemDetail Load (0.1ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? ORDER BY "cmor_carousels_item_details"."position" ASC [["carousel_id", 1]]
111
- Cmor::Carousels::Carousel Exists (0.2ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."id" != ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_3"], ["id", 1], ["LIMIT", 1]]
112
- Cmor::Carousels::ItemDetail Load (0.2ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
113
- Cmor::Carousels::ItemDetail Create (0.2ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["published_at", "2019-03-25 17:35:07.643459"], ["created_at", "2019-03-25 17:35:07.647889"], ["updated_at", "2019-03-25 17:35:07.647889"]]
114
-  (0.1ms) RELEASE SAVEPOINT active_record_1
115
- ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
116
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9573d1b2-5d7c-4189-9614-1dca56d055cb] Performing ActiveStorage::AnalyzeJob (Job ID: 9573d1b2-5d7c-4189-9614-1dca56d055cb) from Async(default) with arguments: #<GlobalID:0x0000000003d2e2b0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
117
- [ActiveJob] [ActiveStorage::AnalyzeJob] [2d6ce880-f754-4b49-a6ac-73a154225b16]  (0.3ms) SAVEPOINT active_record_1
118
- [ActiveJob] [ActiveStorage::AnalyzeJob] [2d6ce880-f754-4b49-a6ac-73a154225b16] ActiveStorage::Blob Update (0.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 2]]
119
- [ActiveJob] [ActiveStorage::AnalyzeJob] [2d6ce880-f754-4b49-a6ac-73a154225b16]  (0.1ms) RELEASE SAVEPOINT active_record_1
120
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9573d1b2-5d7c-4189-9614-1dca56d055cb]  Disk Storage (0.4ms) Downloaded file from key: YWD22RbB3McDpjwWnJkKJsC4
121
-  Disk Storage (1.1ms) Uploaded file to key: F4R1qzhGDusWDTeQc18UpGwR (checksum: PQckBuk+cVT3lBy73cnuAQ==)
122
- [ActiveJob] [ActiveStorage::AnalyzeJob] [2d6ce880-f754-4b49-a6ac-73a154225b16] Performed ActiveStorage::AnalyzeJob (Job ID: 2d6ce880-f754-4b49-a6ac-73a154225b16) from Async(default) in 216.22ms
123
-  (0.1ms) SAVEPOINT active_record_1
124
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "F4R1qzhGDusWDTeQc18UpGwR"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:07.664694"]]
125
-  (0.1ms) RELEASE SAVEPOINT active_record_1
126
-  (0.1ms) SAVEPOINT active_record_1
127
- ActiveStorage::Attachment Create (0.3ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 2], ["created_at", "2019-03-25 17:35:07.670337"]]
128
- Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:07.672207"], ["id", 1]]
129
-  (0.1ms) RELEASE SAVEPOINT active_record_1
130
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 39e122dc-49b6-4b4a-ab68-67607a782683) to Async(default) with arguments: #<GlobalID:0x00000000039242c8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
131
- ActiveStorage::Blob Load (0.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
132
- [ActiveJob] [ActiveStorage::AnalyzeJob] [39e122dc-49b6-4b4a-ab68-67607a782683] Performing ActiveStorage::AnalyzeJob (Job ID: 39e122dc-49b6-4b4a-ab68-67607a782683) from Async(default) with arguments: #<GlobalID:0x0000000003bbf690 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
133
-  (0.1ms) SAVEPOINT active_record_1
134
- Cmor::Carousels::ItemDetail Load (0.1ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? ORDER BY "cmor_carousels_item_details"."position" ASC [["carousel_id", 1]]
135
- ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
136
- [ActiveJob] [ActiveStorage::AnalyzeJob] [39e122dc-49b6-4b4a-ab68-67607a782683]  Disk Storage (3.5ms) Downloaded file from key: F4R1qzhGDusWDTeQc18UpGwR
137
- Cmor::Carousels::Carousel Exists (0.3ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."id" != ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_3"], ["id", 1], ["LIMIT", 1]]
138
- Cmor::Carousels::ItemDetail Load (0.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
139
- Cmor::Carousels::ItemDetail Create (0.2ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 2], ["position", 2], ["published_at", "2019-03-25 17:35:07.682845"], ["created_at", "2019-03-25 17:35:07.693134"], ["updated_at", "2019-03-25 17:35:07.693134"]]
140
-  (0.1ms) RELEASE SAVEPOINT active_record_1
141
-  (0.2ms) rollback transaction
142
-  (0.1ms) begin transaction
143
-  (0.2ms) SAVEPOINT active_record_1
144
- Cmor::Carousels::Carousel Exists (0.3ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_4"], ["LIMIT", 1]]
145
- Cmor::Carousels::Carousel Create (0.3ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_4"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:07.711904"], ["updated_at", "2019-03-25 17:35:07.711904"]]
146
-  (0.2ms) RELEASE SAVEPOINT active_record_1
147
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9573d1b2-5d7c-4189-9614-1dca56d055cb]  (0.1ms) SAVEPOINT active_record_1
148
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9573d1b2-5d7c-4189-9614-1dca56d055cb] ActiveStorage::Blob Update (0.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
149
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9573d1b2-5d7c-4189-9614-1dca56d055cb]  (0.1ms) RELEASE SAVEPOINT active_record_1
150
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9573d1b2-5d7c-4189-9614-1dca56d055cb] Performed ActiveStorage::AnalyzeJob (Job ID: 9573d1b2-5d7c-4189-9614-1dca56d055cb) from Async(default) in 195.54ms
151
- [ActiveJob] [ActiveStorage::AnalyzeJob] [39e122dc-49b6-4b4a-ab68-67607a782683]  (0.1ms) SAVEPOINT active_record_1
152
- [ActiveJob] [ActiveStorage::AnalyzeJob] [39e122dc-49b6-4b4a-ab68-67607a782683] ActiveStorage::Blob Update (0.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 2]]
153
- [ActiveJob] [ActiveStorage::AnalyzeJob] [39e122dc-49b6-4b4a-ab68-67607a782683]  (0.1ms) RELEASE SAVEPOINT active_record_1
154
- [ActiveJob] [ActiveStorage::AnalyzeJob] [39e122dc-49b6-4b4a-ab68-67607a782683] Performed ActiveStorage::AnalyzeJob (Job ID: 39e122dc-49b6-4b4a-ab68-67607a782683) from Async(default) in 177.35ms
155
-  Disk Storage (0.7ms) Uploaded file to key: 5u4nNsPGcgczDDUCtp6FqDsQ (checksum: PQckBuk+cVT3lBy73cnuAQ==)
156
-  (0.1ms) SAVEPOINT active_record_1
157
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "5u4nNsPGcgczDDUCtp6FqDsQ"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:07.858587"]]
158
-  (0.1ms) RELEASE SAVEPOINT active_record_1
159
-  (0.1ms) SAVEPOINT active_record_1
160
- ActiveStorage::Attachment Create (0.2ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:07.862768"]]
161
- Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:07.864120"], ["id", 1]]
162
-  (0.1ms) RELEASE SAVEPOINT active_record_1
163
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 72b7bff2-843f-4e85-af98-349361629de3) to Async(default) with arguments: #<GlobalID:0x0000000007eab3f0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
164
-  (0.1ms) SAVEPOINT active_record_1
165
- Cmor::Carousels::ItemDetail Load (0.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
166
- Cmor::Carousels::ItemDetail Create (0.2ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-03-25 17:35:07.868298"], ["updated_at", "2019-03-25 17:35:07.868298"]]
167
-  (0.1ms) RELEASE SAVEPOINT active_record_1
168
-  (0.4ms) rollback transaction
169
- ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
170
-  (0.1ms) begin transaction
171
-  (0.1ms) SAVEPOINT active_record_1
172
- Cmor::Carousels::Carousel Exists (0.2ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_5"], ["LIMIT", 1]]
173
- Cmor::Carousels::Carousel Create (0.3ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_5"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:07.881234"], ["updated_at", "2019-03-25 17:35:07.881234"]]
174
-  (0.1ms) RELEASE SAVEPOINT active_record_1
175
-  Disk Storage (0.7ms) Uploaded file to key: kD9UF5vP6ASaYSmqLofAbJKY (checksum: PQckBuk+cVT3lBy73cnuAQ==)
176
-  (0.2ms) SAVEPOINT active_record_1
177
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "kD9UF5vP6ASaYSmqLofAbJKY"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:07.886773"]]
178
-  (0.1ms) RELEASE SAVEPOINT active_record_1
179
-  (0.2ms) SAVEPOINT active_record_1
180
- ActiveStorage::Attachment Create (0.3ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:07.891785"]]
181
- Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:07.893604"], ["id", 1]]
182
-  (0.1ms) RELEASE SAVEPOINT active_record_1
183
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d38bb650-f8b4-4821-ba5a-3a290a21fa31) to Async(default) with arguments: #<GlobalID:0x00000000069536d8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
184
- ActiveStorage::Blob Load (1.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
185
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d38bb650-f8b4-4821-ba5a-3a290a21fa31] Performing ActiveStorage::AnalyzeJob (Job ID: d38bb650-f8b4-4821-ba5a-3a290a21fa31) from Async(default) with arguments: #<GlobalID:0x0000000007e45208 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
186
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d38bb650-f8b4-4821-ba5a-3a290a21fa31]  Disk Storage (0.1ms) Downloaded file from key: kD9UF5vP6ASaYSmqLofAbJKY
187
-  (0.5ms) SAVEPOINT active_record_1
188
- Cmor::Carousels::ItemDetail Load (0.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
189
- Cmor::Carousels::ItemDetail Create (0.4ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-03-25 17:35:07.913272"], ["updated_at", "2019-03-25 17:35:07.913272"]]
190
-  (0.2ms) RELEASE SAVEPOINT active_record_1
191
-  (0.3ms) rollback transaction
192
-  (0.1ms) begin transaction
193
-  (0.2ms) SAVEPOINT active_record_1
194
- Cmor::Carousels::Carousel Exists (0.7ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_6"], ["LIMIT", 1]]
195
- Cmor::Carousels::Carousel Create (1.1ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_6"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:07.948387"], ["updated_at", "2019-03-25 17:35:07.948387"]]
196
-  (0.3ms) RELEASE SAVEPOINT active_record_1
197
-  Disk Storage (2.8ms) Uploaded file to key: xMhyjmrVVnTqw7Y77muEfd61 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
198
-  (0.3ms) SAVEPOINT active_record_1
199
- ActiveStorage::Blob Create (0.7ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "xMhyjmrVVnTqw7Y77muEfd61"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:07.976951"]]
200
-  (0.1ms) RELEASE SAVEPOINT active_record_1
201
-  (0.3ms) SAVEPOINT active_record_1
202
- ActiveStorage::Attachment Create (0.9ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:07.993587"]]
203
- Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:07.996057"], ["id", 1]]
204
-  (0.1ms) RELEASE SAVEPOINT active_record_1
205
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: ba43e33c-574a-4c68-98b0-dbb0762c8100) to Async(default) with arguments: #<GlobalID:0x00000000029d7d10 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
206
-  (0.1ms) SAVEPOINT active_record_1
207
- Cmor::Carousels::ItemDetail Load (0.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
208
- Cmor::Carousels::ItemDetail Create (0.2ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-03-25 17:35:08.001207"], ["updated_at", "2019-03-25 17:35:08.001207"]]
209
-  (0.1ms) RELEASE SAVEPOINT active_record_1
210
-  (0.2ms) rollback transaction
211
- ActiveStorage::Blob Load (0.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
212
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d38bb650-f8b4-4821-ba5a-3a290a21fa31]  (0.2ms) begin transaction
213
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d38bb650-f8b4-4821-ba5a-3a290a21fa31] ActiveStorage::Blob Update (0.5ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
214
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d38bb650-f8b4-4821-ba5a-3a290a21fa31]  (0.2ms) commit transaction
215
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d38bb650-f8b4-4821-ba5a-3a290a21fa31] Performed ActiveStorage::AnalyzeJob (Job ID: d38bb650-f8b4-4821-ba5a-3a290a21fa31) from Async(default) in 129.65ms
216
-  (0.3ms) begin transaction
217
-  (0.1ms) SAVEPOINT active_record_1
218
- Cmor::Carousels::Carousel Exists (0.3ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_7"], ["LIMIT", 1]]
219
- Cmor::Carousels::Carousel Create (0.9ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_7"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:08.044487"], ["updated_at", "2019-03-25 17:35:08.044487"]]
220
-  (0.1ms) RELEASE SAVEPOINT active_record_1
221
-  Disk Storage (1.2ms) Uploaded file to key: s87h8BZd7Ke93oKJGLK2h7gG (checksum: PQckBuk+cVT3lBy73cnuAQ==)
222
-  (0.2ms) SAVEPOINT active_record_1
223
- ActiveStorage::Blob Create (1.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "s87h8BZd7Ke93oKJGLK2h7gG"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:08.070192"]]
224
-  (0.6ms) RELEASE SAVEPOINT active_record_1
225
-  (0.4ms) SAVEPOINT active_record_1
226
- ActiveStorage::Attachment Create (1.4ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:08.098987"]]
227
- Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:08.103200"], ["id", 1]]
228
-  (0.9ms) RELEASE SAVEPOINT active_record_1
229
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 360c6492-64e1-4d16-9a04-4a0f4e9dc509) to Async(default) with arguments: #<GlobalID:0x00000000068058d0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
230
- ActiveStorage::Blob Load (3.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
231
-  (0.1ms) SAVEPOINT active_record_1
232
- Cmor::Carousels::ItemDetail Load (1.2ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
233
- Cmor::Carousels::ItemDetail Create (0.8ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-03-25 17:35:08.115378"], ["updated_at", "2019-03-25 17:35:08.115378"]]
234
-  (0.1ms) RELEASE SAVEPOINT active_record_1
235
-  (0.2ms) rollback transaction
236
- [ActiveJob] [ActiveStorage::AnalyzeJob] [360c6492-64e1-4d16-9a04-4a0f4e9dc509] Performing ActiveStorage::AnalyzeJob (Job ID: 360c6492-64e1-4d16-9a04-4a0f4e9dc509) from Async(default) with arguments: #<GlobalID:0x0000000007e5be68 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
237
-  (0.4ms) begin transaction
238
-  (0.2ms) SAVEPOINT active_record_1
239
- Cmor::Carousels::Carousel Exists (0.6ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_8"], ["LIMIT", 1]]
240
- Cmor::Carousels::Carousel Create (0.7ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_8"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:08.146062"], ["updated_at", "2019-03-25 17:35:08.146062"]]
241
-  (0.2ms) RELEASE SAVEPOINT active_record_1
242
- [ActiveJob] [ActiveStorage::AnalyzeJob] [360c6492-64e1-4d16-9a04-4a0f4e9dc509]  Disk Storage (24.4ms) Downloaded file from key: s87h8BZd7Ke93oKJGLK2h7gG
243
-  Disk Storage (7.8ms) Uploaded file to key: MzrELJuyxxU22ExhWZSLybnD (checksum: PQckBuk+cVT3lBy73cnuAQ==)
244
-  (0.3ms) SAVEPOINT active_record_1
245
- ActiveStorage::Blob Create (1.0ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "MzrELJuyxxU22ExhWZSLybnD"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:08.163671"]]
246
-  (0.2ms) RELEASE SAVEPOINT active_record_1
247
-  (0.3ms) SAVEPOINT active_record_1
248
- ActiveStorage::Attachment Create (0.4ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:08.174570"]]
249
- Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:08.177628"], ["id", 1]]
250
-  (0.1ms) RELEASE SAVEPOINT active_record_1
251
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 163ec894-51d3-42d9-ab53-8ba659861515) to Async(default) with arguments: #<GlobalID:0x0000000007cbb090 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
252
-  (0.2ms) SAVEPOINT active_record_1
253
- Cmor::Carousels::ItemDetail Load (0.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
254
- Cmor::Carousels::ItemDetail Create (0.4ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-03-25 17:35:08.183162"], ["updated_at", "2019-03-25 17:35:08.183162"]]
255
-  (0.2ms) RELEASE SAVEPOINT active_record_1
256
- ActiveStorage::Blob Load (7.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
257
- [ActiveJob] [ActiveStorage::AnalyzeJob] [163ec894-51d3-42d9-ab53-8ba659861515] Performing ActiveStorage::AnalyzeJob (Job ID: 163ec894-51d3-42d9-ab53-8ba659861515) from Async(default) with arguments: #<GlobalID:0x0000000007c5c6f8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
258
- [ActiveJob] [ActiveStorage::AnalyzeJob] [163ec894-51d3-42d9-ab53-8ba659861515]  Disk Storage (9.2ms) Downloaded file from key: MzrELJuyxxU22ExhWZSLybnD
259
-  (0.5ms) rollback transaction
260
- [ActiveJob] [ActiveStorage::AnalyzeJob] [360c6492-64e1-4d16-9a04-4a0f4e9dc509]  (0.1ms) begin transaction
261
- [ActiveJob] [ActiveStorage::AnalyzeJob] [360c6492-64e1-4d16-9a04-4a0f4e9dc509] ActiveStorage::Blob Update (0.3ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
262
- [ActiveJob] [ActiveStorage::AnalyzeJob] [360c6492-64e1-4d16-9a04-4a0f4e9dc509]  (0.1ms) commit transaction
263
-  (0.1ms) begin transaction
264
-  (0.4ms) SAVEPOINT active_record_1
265
- Cmor::Carousels::Carousel Exists (0.5ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_9"], ["LIMIT", 1]]
266
- [ActiveJob] [ActiveStorage::AnalyzeJob] [360c6492-64e1-4d16-9a04-4a0f4e9dc509] Performed ActiveStorage::AnalyzeJob (Job ID: 360c6492-64e1-4d16-9a04-4a0f4e9dc509) from Async(default) in 119.92ms
267
- Cmor::Carousels::Carousel Create (0.4ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_9"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:08.259911"], ["updated_at", "2019-03-25 17:35:08.259911"]]
268
-  (0.1ms) RELEASE SAVEPOINT active_record_1
269
-  Disk Storage (0.7ms) Uploaded file to key: 4tPpcW5CyPofkX1P7khaWvUd (checksum: PQckBuk+cVT3lBy73cnuAQ==)
270
-  (0.1ms) SAVEPOINT active_record_1
271
- ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "4tPpcW5CyPofkX1P7khaWvUd"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:08.278982"]]
272
-  (0.1ms) RELEASE SAVEPOINT active_record_1
273
-  (0.1ms) SAVEPOINT active_record_1
274
- ActiveStorage::Attachment Create (0.5ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:08.286411"]]
275
- Cmor::Carousels::Carousel Update (0.6ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:08.288742"], ["id", 1]]
276
-  (0.2ms) RELEASE SAVEPOINT active_record_1
277
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 369823a8-bd5b-4319-bc51-aae27b8e0fe5) to Async(default) with arguments: #<GlobalID:0x00000000031c52c0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
278
- [ActiveJob] [ActiveStorage::AnalyzeJob] [163ec894-51d3-42d9-ab53-8ba659861515]  (0.3ms) SAVEPOINT active_record_1
279
- [ActiveJob] [ActiveStorage::AnalyzeJob] [163ec894-51d3-42d9-ab53-8ba659861515] ActiveStorage::Blob Update (2.9ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
280
- [ActiveJob] [ActiveStorage::AnalyzeJob] [163ec894-51d3-42d9-ab53-8ba659861515]  (0.4ms) RELEASE SAVEPOINT active_record_1
281
- ActiveStorage::Blob Load (0.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
282
- [ActiveJob] [ActiveStorage::AnalyzeJob] [369823a8-bd5b-4319-bc51-aae27b8e0fe5] Performing ActiveStorage::AnalyzeJob (Job ID: 369823a8-bd5b-4319-bc51-aae27b8e0fe5) from Async(default) with arguments: #<GlobalID:0x0000000003b3eb30 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
283
-  (0.2ms) SAVEPOINT active_record_1
284
- Cmor::Carousels::ItemDetail Load (0.4ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
285
- Cmor::Carousels::ItemDetail Create (0.4ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["created_at", "2019-03-25 17:35:08.333438"], ["updated_at", "2019-03-25 17:35:08.333438"]]
286
-  (0.2ms) RELEASE SAVEPOINT active_record_1
287
-  (0.8ms) rollback transaction
288
- [ActiveJob] [ActiveStorage::AnalyzeJob] [369823a8-bd5b-4319-bc51-aae27b8e0fe5]  Disk Storage (0.7ms) Downloaded file from key: 4tPpcW5CyPofkX1P7khaWvUd
289
- [ActiveJob] [ActiveStorage::AnalyzeJob] [163ec894-51d3-42d9-ab53-8ba659861515] Performed ActiveStorage::AnalyzeJob (Job ID: 163ec894-51d3-42d9-ab53-8ba659861515) from Async(default) in 152.27ms
290
-  (0.2ms) begin transaction
291
-  (0.3ms) rollback transaction
292
-  (0.4ms) begin transaction
293
-  (0.5ms) rollback transaction
294
-  (0.5ms) begin transaction
295
- Cmor::Carousels::Carousel Exists (0.2ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_10"], ["LIMIT", 1]]
296
-  (0.2ms) rollback transaction
297
-  (0.0ms) begin transaction
298
- Cmor::Carousels::Carousel Exists (0.3ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" IS NULL AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["LIMIT", 1]]
299
-  (0.2ms) rollback transaction
300
-  (0.1ms) begin transaction
301
-  (0.5ms) SAVEPOINT active_record_1
302
- Cmor::Carousels::Carousel Exists (0.6ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_11"], ["LIMIT", 1]]
303
- Cmor::Carousels::Carousel Create (0.8ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_11"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:08.443597"], ["updated_at", "2019-03-25 17:35:08.443597"]]
304
-  (0.2ms) RELEASE SAVEPOINT active_record_1
305
-  (0.4ms) rollback transaction
306
- [ActiveJob] [ActiveStorage::AnalyzeJob] [369823a8-bd5b-4319-bc51-aae27b8e0fe5]  (0.3ms) begin transaction
307
- [ActiveJob] [ActiveStorage::AnalyzeJob] [369823a8-bd5b-4319-bc51-aae27b8e0fe5]  (0.3ms) commit transaction
308
- [ActiveJob] [ActiveStorage::AnalyzeJob] [369823a8-bd5b-4319-bc51-aae27b8e0fe5] Performed ActiveStorage::AnalyzeJob (Job ID: 369823a8-bd5b-4319-bc51-aae27b8e0fe5) from Async(default) in 139.1ms
309
-  (0.1ms) begin transaction
310
-  (0.1ms) rollback transaction
311
-  (0.1ms) begin transaction
312
-  (0.1ms) rollback transaction
313
-  (0.6ms) begin transaction
314
-  Disk Storage (1.3ms) Uploaded file to key: jPbJnDBUmR15rMKwK1KLJM6U (checksum: PQckBuk+cVT3lBy73cnuAQ==)
315
-  (0.2ms) SAVEPOINT active_record_1
316
- ActiveStorage::Blob Create (1.0ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "jPbJnDBUmR15rMKwK1KLJM6U"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:08.489390"]]
317
-  (1.1ms) RELEASE SAVEPOINT active_record_1
318
-  (7.8ms) rollback transaction
319
-  (0.2ms) begin transaction
320
-  (0.3ms) rollback transaction
321
-  (0.4ms) begin transaction
322
-  Disk Storage (0.9ms) Uploaded file to key: UUkyn1LoRKPsEcyUCbnhNZYm (checksum: PQckBuk+cVT3lBy73cnuAQ==)
323
-  (0.1ms) SAVEPOINT active_record_1
324
- ActiveStorage::Blob Create (0.6ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "UUkyn1LoRKPsEcyUCbnhNZYm"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-25 17:35:08.524704"]]
325
-  (0.1ms) RELEASE SAVEPOINT active_record_1
326
-  (0.4ms) SAVEPOINT active_record_1
327
- Cmor::Carousels::Carousel Exists (0.9ms) SELECT 1 AS one FROM "cmor_carousels_carousels" WHERE "cmor_carousels_carousels"."identifier" = ? AND "cmor_carousels_carousels"."locale" IS NULL LIMIT ? [["identifier", "carousel_13"], ["LIMIT", 1]]
328
- Cmor::Carousels::Carousel Create (1.1ms) INSERT INTO "cmor_carousels_carousels" ("identifier", "variant_options", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["identifier", "carousel_13"], ["variant_options", "---\n:resize: x\n"], ["created_at", "2019-03-25 17:35:08.556687"], ["updated_at", "2019-03-25 17:35:08.556687"]]
329
- ActiveStorage::Attachment Create (0.8ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Carousels::Carousel"], ["record_id", 1], ["blob_id", 1], ["created_at", "2019-03-25 17:35:08.562990"]]
330
- Cmor::Carousels::ItemDetail Load (0.4ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
331
- Cmor::Carousels::ItemDetail Create (0.6ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 1], ["published_at", "2019-03-25 17:35:08.546565"], ["created_at", "2019-03-25 17:35:08.568153"], ["updated_at", "2019-03-25 17:35:08.568153"]]
332
- Cmor::Carousels::ItemDetail Load (1.3ms) SELECT "cmor_carousels_item_details".* FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? AND ("cmor_carousels_item_details"."position" IS NOT NULL) ORDER BY "cmor_carousels_item_details"."position" DESC LIMIT ? [["carousel_id", 1], ["LIMIT", 1]]
333
- Cmor::Carousels::ItemDetail Create (0.2ms) INSERT INTO "cmor_carousels_item_details" ("carousel_id", "asset_id", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["carousel_id", 1], ["asset_id", 1], ["position", 2], ["created_at", "2019-03-25 17:35:08.572614"], ["updated_at", "2019-03-25 17:35:08.572614"]]
334
- Cmor::Carousels::Carousel Update (8.7ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-25 17:35:08.566796"], ["id", 1]]
335
-  (0.6ms) RELEASE SAVEPOINT active_record_1
336
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d7d08c7d-251d-46f8-8ea9-e1b4268669e7) to Async(default) with arguments: #<GlobalID:0x0000000004cf61e8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
337
- ActiveStorage::Blob Load (2.9ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
338
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d7d08c7d-251d-46f8-8ea9-e1b4268669e7] Performing ActiveStorage::AnalyzeJob (Job ID: d7d08c7d-251d-46f8-8ea9-e1b4268669e7) from Async(default) with arguments: #<GlobalID:0x0000000004d183b0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
339
-  (1.9ms) rollback transaction
340
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d7d08c7d-251d-46f8-8ea9-e1b4268669e7]  Disk Storage (126.4ms) Downloaded file from key: UUkyn1LoRKPsEcyUCbnhNZYm
341
-  (0.1ms) begin transaction
342
-  (0.1ms) rollback transaction
343
-  (0.0ms) begin transaction
344
-  (0.1ms) rollback transaction
345
-  (0.1ms) begin transaction
346
-  (0.1ms) rollback transaction
347
-  (0.1ms) begin transaction
348
-  (0.1ms) rollback transaction
349
-  (0.1ms) begin transaction
350
-  (0.1ms) rollback transaction
351
-  (0.1ms) begin transaction
352
-  (0.1ms) rollback transaction
353
-  (0.1ms) begin transaction
354
-  (0.1ms) rollback transaction
355
-  (0.1ms) begin transaction
356
-  (0.1ms) rollback transaction
357
-  (0.1ms) begin transaction
358
-  (0.2ms) rollback transaction
359
-  (0.2ms) begin transaction
360
-  (0.1ms) rollback transaction
361
-  (0.2ms) begin transaction
362
-  (0.1ms) rollback transaction
363
-  (0.1ms) begin transaction
364
-  (0.2ms) rollback transaction
365
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d7d08c7d-251d-46f8-8ea9-e1b4268669e7]  (0.1ms) begin transaction
366
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d7d08c7d-251d-46f8-8ea9-e1b4268669e7] ActiveStorage::Blob Update (0.3ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
367
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d7d08c7d-251d-46f8-8ea9-e1b4268669e7]  (0.1ms) commit transaction
368
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d7d08c7d-251d-46f8-8ea9-e1b4268669e7] Performed ActiveStorage::AnalyzeJob (Job ID: d7d08c7d-251d-46f8-8ea9-e1b4268669e7) from Async(default) in 166.22ms
369
-  (0.6ms) begin transaction
370
-  (0.1ms) rollback transaction
371
-  (0.1ms) begin transaction
372
-  (0.1ms) rollback transaction
373
-  (0.0ms) begin transaction
374
-  (0.2ms) rollback transaction
375
-  (0.1ms) begin transaction
376
-  (0.1ms) rollback transaction
377
-  (0.1ms) begin transaction
378
-  (0.1ms) rollback transaction
379
-  (0.1ms) begin transaction
380
-  (0.1ms) rollback transaction
381
-  (0.1ms) begin transaction
382
-  (0.1ms) rollback transaction
383
-  (0.1ms) begin transaction
384
-  (0.1ms) rollback transaction
385
-  (0.1ms) begin transaction
386
-  (0.1ms) rollback transaction
387
-  (0.1ms) begin transaction
388
-  (0.1ms) rollback transaction
389
-  (0.1ms) begin transaction
390
-  (0.2ms) rollback transaction
391
-  (0.2ms) begin transaction
392
-  (0.2ms) rollback transaction
393
-  (0.2ms) begin transaction
394
-  (0.2ms) rollback transaction
395
-  (0.2ms) begin transaction
396
-  (0.1ms) rollback transaction
397
-  (0.2ms) begin transaction
398
-  (0.2ms) rollback transaction
399
-  (0.2ms) begin transaction
400
-  (0.4ms) rollback transaction
401
-  (0.3ms) begin transaction
402
-  (0.2ms) rollback transaction
403
-  (0.2ms) begin transaction
404
-  (0.1ms) rollback transaction
405
-  (0.1ms) begin transaction
406
-  (0.1ms) rollback transaction
407
-  (0.2ms) begin transaction
408
-  (0.2ms) rollback transaction
409
-  (0.3ms) begin transaction
410
-  (0.2ms) rollback transaction
411
-  (0.1ms) begin transaction
412
-  (0.4ms) rollback transaction
413
-  (0.1ms) begin transaction
414
-  (0.1ms) rollback transaction
415
-  (0.1ms) begin transaction
416
-  (0.1ms) rollback transaction
417
-  (0.1ms) begin transaction
418
-  (0.2ms) rollback transaction
419
-  (0.3ms) begin transaction
420
-  (11.7ms) rollback transaction
File without changes