cmor_carousels 0.0.38.pre → 0.0.39.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: a2b6e5ad7a28a6d362682226ccab093fd2b76e67f7ee55686aed2ed3faf4afdb
4
- data.tar.gz: ed13d45f5e13dec2f83cda55894ec0ca69841e4c538ebb87cd8506690e6d39d0
3
+ metadata.gz: 5980a68552cd5ca0e1298415ebc0869f75c403e26c91c1402385b2cd22539870
4
+ data.tar.gz: 33da5d28665ac6b0362b20bfec0ca04988642664b1c7f9f43373911a54c5726f
5
5
  SHA512:
6
- metadata.gz: 79548d715e5ed634a1bed8b8c2ce5af21b5cc0357c95bf5544a36d6b11aa7d3400054d97f601d343a26c53d8e0b83b5952ab0416821fdcf02c7d0a8c0a27e931
7
- data.tar.gz: 03eb9dbb6b133e5c3f26845d713289e79640e07b4e2ff554e8dc24ae5faa5fc8628413be8bceb9a59e87e5550929b14917efbfc6f3d7d2c0895a6ee88ce52cb4
6
+ metadata.gz: 4d541a6b5f4dcb84e96344278690cd1c03d8e0b49ff37e25c0e961268a7b5590e2397000508a7a352f012c484572d5d4097e3123ea042840c28da1013ef13062
7
+ data.tar.gz: 9436256c8b0f94bd00723158f73758bf5f93e11666f9e9852f6f73a5a1e459f035e93a91879ed3bf09d9666aa4711f354abfdc42ff7b683e678ad68e410674b9
@@ -43,7 +43,7 @@ de:
43
43
  cmor:
44
44
  carousels:
45
45
  application_view_helper:
46
- render:
46
+ render_carousel:
47
47
  next: Vor
48
48
  previous: Zurück
49
49
  item_detail:
@@ -43,7 +43,7 @@ en:
43
43
  cmor:
44
44
  carousels:
45
45
  application_view_helper:
46
- render:
46
+ render_carousel:
47
47
  next: Next
48
48
  previous: Previous
49
49
  item:
@@ -0,0 +1,429 @@
1
+  (0.1ms) begin transaction
2
+  (0.1ms) SAVEPOINT active_record_1
3
+ Cmor::Carousels::Carousel Exists (1.1ms) 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 (0.9ms) 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-09-07 20:07:42.153899"], ["updated_at", "2019-09-07 20:07:42.153899"]]
5
+  (0.3ms) RELEASE SAVEPOINT active_record_1
6
+  Disk Storage (1.1ms) Uploaded file to key: PtmLJwmjciULeRuXAaaeaHH4 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
7
+  (0.1ms) SAVEPOINT active_record_1
8
+ ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "PtmLJwmjciULeRuXAaaeaHH4"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:42.395509"]]
9
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10
+  (0.1ms) SAVEPOINT active_record_1
11
+ 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-09-07 20:07:42.423595"]]
12
+ Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:42.425151"], ["id", 1]]
13
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: acab58fd-1a12-4a36-9965-40150f2e4653) to Async(default) with arguments: #<GlobalID:0x00562ed8ba5d58 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
15
+  (0.1ms) SAVEPOINT active_record_1
16
+ 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]]
17
+ 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_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-09-07 20:07:42.455355"], ["created_at", "2019-09-07 20:07:42.462817"], ["updated_at", "2019-09-07 20:07:42.462817"]]
20
+  (0.1ms) RELEASE SAVEPOINT active_record_1
21
+ ActiveStorage::Blob Load (0.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
22
+  Disk Storage (5.6ms) Uploaded file to key: UKwbKKRe2vd6GPtc3nGcnvXt (checksum: PQckBuk+cVT3lBy73cnuAQ==)
23
+  (0.1ms) SAVEPOINT active_record_1
24
+ ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "UKwbKKRe2vd6GPtc3nGcnvXt"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:42.477816"]]
25
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [acab58fd-1a12-4a36-9965-40150f2e4653] Performing ActiveStorage::AnalyzeJob (Job ID: acab58fd-1a12-4a36-9965-40150f2e4653) from Async(default) with arguments: #<GlobalID:0x00562ed89c14b0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
26
+  (0.2ms) RELEASE SAVEPOINT active_record_1
27
+  (0.2ms) SAVEPOINT active_record_1
28
+ ActiveStorage::Attachment Create (1.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", 2], ["created_at", "2019-09-07 20:07:42.500994"]]
29
+ Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:42.503744"], ["id", 1]]
30
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 5760f58e-6b8a-4bb1-aada-f3d8c2cc26c7) to Async(default) with arguments: #<GlobalID:0x00562ed521bf88 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
32
+  (0.1ms) SAVEPOINT active_record_1
33
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [acab58fd-1a12-4a36-9965-40150f2e4653]  Disk Storage (19.8ms) Downloaded file from key: PtmLJwmjciULeRuXAaaeaHH4
34
+ 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]]
35
+ ActiveStorage::Attachment Load (0.4ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
36
+ 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]]
37
+ 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]]
38
+ Cmor::Carousels::ItemDetail Create (0.5ms) 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-09-07 20:07:42.516887"], ["created_at", "2019-09-07 20:07:42.523746"], ["updated_at", "2019-09-07 20:07:42.523746"]]
39
+  (0.1ms) RELEASE SAVEPOINT active_record_1
40
+ ActiveStorage::Blob Load (26.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
41
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [5760f58e-6b8a-4bb1-aada-f3d8c2cc26c7] Performing ActiveStorage::AnalyzeJob (Job ID: 5760f58e-6b8a-4bb1-aada-f3d8c2cc26c7) from Async(default) with arguments: #<GlobalID:0x00562ed6981c68 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
42
+  (1.7ms) 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"]]
43
+  (0.2ms) rollback transaction
44
+  (0.1ms) begin transaction
45
+  (0.1ms) SAVEPOINT active_record_1
46
+ 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]]
47
+ Cmor::Carousels::Carousel Create (1.1ms) 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-09-07 20:07:42.563668"], ["updated_at", "2019-09-07 20:07:42.563668"]]
48
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [5760f58e-6b8a-4bb1-aada-f3d8c2cc26c7]  Disk Storage (33.8ms) Downloaded file from key: UKwbKKRe2vd6GPtc3nGcnvXt
50
+  Disk Storage (1.1ms) Uploaded file to key: iTyfXQ6WXomHaEcPB3Qj5miX (checksum: PQckBuk+cVT3lBy73cnuAQ==)
51
+  (0.1ms) SAVEPOINT active_record_1
52
+ ActiveStorage::Blob Create (3.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "iTyfXQ6WXomHaEcPB3Qj5miX"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:42.611730"]]
53
+  (1.4ms) RELEASE SAVEPOINT active_record_1
54
+  (0.3ms) SAVEPOINT active_record_1
55
+ ActiveStorage::Attachment Create (1.6ms) 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-09-07 20:07:42.644477"]]
56
+ Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:42.648571"], ["id", 1]]
57
+  (0.2ms) RELEASE SAVEPOINT active_record_1
58
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 076e66c9-0eae-4350-ab57-4a71586eff80) to Async(default) with arguments: #<GlobalID:0x00562ed900adf8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
59
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [acab58fd-1a12-4a36-9965-40150f2e4653]  (0.1ms) SAVEPOINT active_record_1
60
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [acab58fd-1a12-4a36-9965-40150f2e4653] 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]]
61
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [acab58fd-1a12-4a36-9965-40150f2e4653]  (0.1ms) RELEASE SAVEPOINT active_record_1
62
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [acab58fd-1a12-4a36-9965-40150f2e4653] Performed ActiveStorage::AnalyzeJob (Job ID: acab58fd-1a12-4a36-9965-40150f2e4653) from Async(default) in 176.34ms
63
+  (0.1ms) SAVEPOINT active_record_1
64
+ 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]]
65
+ 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_2"], ["id", 1], ["LIMIT", 1]]
66
+ 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]]
67
+ Cmor::Carousels::ItemDetail Create (0.9ms) 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-09-07 20:07:42.663096"], ["created_at", "2019-09-07 20:07:42.679858"], ["updated_at", "2019-09-07 20:07:42.679858"]]
68
+  (0.3ms) RELEASE SAVEPOINT active_record_1
69
+ ActiveStorage::Blob Load (59.9ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
70
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [5760f58e-6b8a-4bb1-aada-f3d8c2cc26c7]  (0.2ms) SAVEPOINT active_record_1
71
+  Disk Storage (2.6ms) Uploaded file to key: otLpXzuw3E5kPwmgZsVWYGCu (checksum: PQckBuk+cVT3lBy73cnuAQ==)
72
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [076e66c9-0eae-4350-ab57-4a71586eff80] Performing ActiveStorage::AnalyzeJob (Job ID: 076e66c9-0eae-4350-ab57-4a71586eff80) from Async(default) with arguments: #<GlobalID:0x00562ed50caff8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
73
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [076e66c9-0eae-4350-ab57-4a71586eff80]  Disk Storage (0.2ms) Downloaded file from key: iTyfXQ6WXomHaEcPB3Qj5miX
74
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [5760f58e-6b8a-4bb1-aada-f3d8c2cc26c7] 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", 2]]
75
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [5760f58e-6b8a-4bb1-aada-f3d8c2cc26c7]  (0.2ms) RELEASE SAVEPOINT active_record_1
76
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [5760f58e-6b8a-4bb1-aada-f3d8c2cc26c7] Performed ActiveStorage::AnalyzeJob (Job ID: 5760f58e-6b8a-4bb1-aada-f3d8c2cc26c7) from Async(default) in 194.07ms
77
+ ActiveStorage::Blob Create (4.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "otLpXzuw3E5kPwmgZsVWYGCu"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:42.722891"]]
78
+  (0.6ms) SAVEPOINT active_record_1
79
+ ActiveStorage::Attachment Create (0.7ms) 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-09-07 20:07:42.766630"]]
80
+ Cmor::Carousels::Carousel Update (0.8ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:42.769789"], ["id", 1]]
81
+  (0.4ms) RELEASE SAVEPOINT active_record_1
82
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 481991b2-3d20-43aa-896c-dd1f8f955a55) to Async(default) with arguments: #<GlobalID:0x00562ed6150418 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
83
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [076e66c9-0eae-4350-ab57-4a71586eff80]  (0.2ms) SAVEPOINT active_record_1
84
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [076e66c9-0eae-4350-ab57-4a71586eff80]  (0.2ms) RELEASE SAVEPOINT active_record_1
85
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [076e66c9-0eae-4350-ab57-4a71586eff80] Performed ActiveStorage::AnalyzeJob (Job ID: 076e66c9-0eae-4350-ab57-4a71586eff80) from Async(default) in 84.18ms
86
+ ActiveStorage::Blob Load (4.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
87
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [481991b2-3d20-43aa-896c-dd1f8f955a55] Performing ActiveStorage::AnalyzeJob (Job ID: 481991b2-3d20-43aa-896c-dd1f8f955a55) from Async(default) with arguments: #<GlobalID:0x00562ed6842848 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
88
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [481991b2-3d20-43aa-896c-dd1f8f955a55]  Disk Storage (1.1ms) Downloaded file from key: otLpXzuw3E5kPwmgZsVWYGCu
89
+  (0.3ms) SAVEPOINT active_record_1
90
+ 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]]
91
+ ActiveStorage::Attachment Load (0.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
92
+ 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_2"], ["id", 1], ["LIMIT", 1]]
93
+ 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]]
94
+ 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-09-07 20:07:42.847963"], ["created_at", "2019-09-07 20:07:42.856065"], ["updated_at", "2019-09-07 20:07:42.856065"]]
95
+  (0.1ms) RELEASE SAVEPOINT active_record_1
96
+  (0.2ms) SELECT COUNT(*) FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? [["carousel_id", 1]]
97
+  (0.3ms) rollback transaction
98
+  (0.1ms) begin transaction
99
+  (0.1ms) SAVEPOINT active_record_1
100
+ 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]]
101
+ Cmor::Carousels::Carousel Create (5.6ms) 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-09-07 20:07:42.878637"], ["updated_at", "2019-09-07 20:07:42.878637"]]
102
+  (0.2ms) RELEASE SAVEPOINT active_record_1
103
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [481991b2-3d20-43aa-896c-dd1f8f955a55]  (0.1ms) SAVEPOINT active_record_1
104
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [481991b2-3d20-43aa-896c-dd1f8f955a55] 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]]
105
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [481991b2-3d20-43aa-896c-dd1f8f955a55]  (0.1ms) RELEASE SAVEPOINT active_record_1
106
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [481991b2-3d20-43aa-896c-dd1f8f955a55] Performed ActiveStorage::AnalyzeJob (Job ID: 481991b2-3d20-43aa-896c-dd1f8f955a55) from Async(default) in 85.64ms
107
+  Disk Storage (1.2ms) Uploaded file to key: cMsousEy6UPKMM85fN7WGWfU (checksum: PQckBuk+cVT3lBy73cnuAQ==)
108
+  (0.2ms) SAVEPOINT active_record_1
109
+ ActiveStorage::Blob Create (1.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "cMsousEy6UPKMM85fN7WGWfU"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:42.900238"]]
110
+  (0.2ms) RELEASE SAVEPOINT active_record_1
111
+  (0.2ms) SAVEPOINT active_record_1
112
+ ActiveStorage::Attachment Create (0.6ms) 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-09-07 20:07:42.922650"]]
113
+ Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:42.924938"], ["id", 1]]
114
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: bca357d4-c066-494b-8bc5-2edc5c27134a) to Async(default) with arguments: #<GlobalID:0x00562ed7871d40 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
116
+  (0.1ms) SAVEPOINT active_record_1
117
+ 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]]
118
+ 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]]
119
+ Cmor::Carousels::ItemDetail Load (0.9ms) 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]]
120
+ Cmor::Carousels::ItemDetail Create (1.0ms) 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-09-07 20:07:42.938275"], ["created_at", "2019-09-07 20:07:42.948217"], ["updated_at", "2019-09-07 20:07:42.948217"]]
121
+  (0.3ms) RELEASE SAVEPOINT active_record_1
122
+ ActiveStorage::Blob Load (27.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
123
+  Disk Storage (1.9ms) Uploaded file to key: SxFMFhBsreMX2qH4yQvSyMCf (checksum: PQckBuk+cVT3lBy73cnuAQ==)
124
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [bca357d4-c066-494b-8bc5-2edc5c27134a] Performing ActiveStorage::AnalyzeJob (Job ID: bca357d4-c066-494b-8bc5-2edc5c27134a) from Async(default) with arguments: #<GlobalID:0x00562ed7b180d0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
125
+  (0.3ms) SAVEPOINT active_record_1
126
+ ActiveStorage::Blob Create (0.6ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "SxFMFhBsreMX2qH4yQvSyMCf"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:42.972909"]]
127
+  (0.2ms) RELEASE SAVEPOINT active_record_1
128
+  (0.3ms) SAVEPOINT active_record_1
129
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [bca357d4-c066-494b-8bc5-2edc5c27134a]  Disk Storage (6.2ms) Downloaded file from key: cMsousEy6UPKMM85fN7WGWfU
130
+ 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-09-07 20:07:42.983890"]]
131
+ Cmor::Carousels::Carousel Update (0.8ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:42.988289"], ["id", 1]]
132
+  (0.3ms) RELEASE SAVEPOINT active_record_1
133
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a09bb865-ed1c-4c7e-b287-4929e628f9ed) to Async(default) with arguments: #<GlobalID:0x00562ed84c06f0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
134
+  (0.2ms) SAVEPOINT active_record_1
135
+ 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]]
136
+ ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
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.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]]
139
+ Cmor::Carousels::ItemDetail Create (0.5ms) 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-09-07 20:07:43.002866"], ["created_at", "2019-09-07 20:07:43.009749"], ["updated_at", "2019-09-07 20:07:43.009749"]]
140
+  (0.4ms) RELEASE SAVEPOINT active_record_1
141
+  (0.8ms) rollback transaction
142
+ ActiveStorage::Blob Load (69.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
143
+  (12.6ms) begin transaction
144
+  (0.2ms) SAVEPOINT active_record_1
145
+ 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]]
146
+ Cmor::Carousels::Carousel Create (3.6ms) 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-09-07 20:07:43.150031"], ["updated_at", "2019-09-07 20:07:43.150031"]]
147
+  (0.3ms) RELEASE SAVEPOINT active_record_1
148
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [bca357d4-c066-494b-8bc5-2edc5c27134a] ActiveStorage::Blob Update (21.8ms) 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] [bca357d4-c066-494b-8bc5-2edc5c27134a] Performed ActiveStorage::AnalyzeJob (Job ID: bca357d4-c066-494b-8bc5-2edc5c27134a) from Async(default) in 198.83ms
150
+  Disk Storage (1.7ms) Uploaded file to key: yti2iKiqhGA5QqnRqihP73HU (checksum: PQckBuk+cVT3lBy73cnuAQ==)
151
+  (0.3ms) SAVEPOINT active_record_1
152
+ ActiveStorage::Blob Create (1.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "yti2iKiqhGA5QqnRqihP73HU"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:43.424033"]]
153
+  (0.4ms) RELEASE SAVEPOINT active_record_1
154
+  (0.2ms) SAVEPOINT active_record_1
155
+ 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-09-07 20:07:43.438869"]]
156
+ Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:43.442453"], ["id", 1]]
157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
158
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 3536c17c-9f47-4802-9c49-2c398dcd7b2e) to Async(default) with arguments: #<GlobalID:0x00562ed5dfda90 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
159
+ ActiveStorage::Blob Load (3.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
160
+  (0.2ms) SAVEPOINT active_record_1
161
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3536c17c-9f47-4802-9c49-2c398dcd7b2e] Performing ActiveStorage::AnalyzeJob (Job ID: 3536c17c-9f47-4802-9c49-2c398dcd7b2e) from Async(default) with arguments: #<GlobalID:0x00562ed5ef2ba8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
162
+ 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]]
163
+ Cmor::Carousels::ItemDetail Create (0.3ms) 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-09-07 20:07:43.460153"], ["updated_at", "2019-09-07 20:07:43.460153"]]
164
+  (0.1ms) RELEASE SAVEPOINT active_record_1
165
+  (0.3ms) rollback transaction
166
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3536c17c-9f47-4802-9c49-2c398dcd7b2e]  Disk Storage (3.9ms) Downloaded file from key: yti2iKiqhGA5QqnRqihP73HU
167
+  (0.1ms) begin transaction
168
+  (0.5ms) SAVEPOINT active_record_1
169
+ 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_5"], ["LIMIT", 1]]
170
+ Cmor::Carousels::Carousel Create (0.7ms) 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-09-07 20:07:43.505312"], ["updated_at", "2019-09-07 20:07:43.505312"]]
171
+  (0.5ms) RELEASE SAVEPOINT active_record_1
172
+  Disk Storage (1.8ms) Uploaded file to key: BiVc36FFPMdLX4iUBBydDkN3 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
173
+  (0.4ms) SAVEPOINT active_record_1
174
+ ActiveStorage::Blob Create (1.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "BiVc36FFPMdLX4iUBBydDkN3"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:43.527470"]]
175
+  (0.4ms) RELEASE SAVEPOINT active_record_1
176
+  (0.1ms) SAVEPOINT active_record_1
177
+ 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-09-07 20:07:43.540207"]]
178
+ Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:43.542193"], ["id", 1]]
179
+  (0.1ms) RELEASE SAVEPOINT active_record_1
180
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 529efd0f-437e-418b-b67f-b731eba1f8de) to Async(default) with arguments: #<GlobalID:0x00562ed6cc7f80 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
181
+  (0.2ms) SAVEPOINT active_record_1
182
+ 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]]
183
+ 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-09-07 20:07:43.595322"], ["updated_at", "2019-09-07 20:07:43.595322"]]
184
+  (0.2ms) RELEASE SAVEPOINT active_record_1
185
+ ActiveStorage::Blob Load (13.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
186
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [529efd0f-437e-418b-b67f-b731eba1f8de] Performing ActiveStorage::AnalyzeJob (Job ID: 529efd0f-437e-418b-b67f-b731eba1f8de) from Async(default) with arguments: #<GlobalID:0x00562ed74e50f0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
187
+  (0.4ms) rollback transaction
188
+  (0.2ms) begin transaction
189
+  (0.4ms) SAVEPOINT active_record_1
190
+ 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_6"], ["LIMIT", 1]]
191
+ Cmor::Carousels::Carousel Create (0.3ms) 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-09-07 20:07:43.641800"], ["updated_at", "2019-09-07 20:07:43.641800"]]
192
+  (0.1ms) RELEASE SAVEPOINT active_record_1
193
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [529efd0f-437e-418b-b67f-b731eba1f8de]  Disk Storage (2.1ms) Downloaded file from key: BiVc36FFPMdLX4iUBBydDkN3
194
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3536c17c-9f47-4802-9c49-2c398dcd7b2e]  (0.2ms) SAVEPOINT active_record_1
195
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3536c17c-9f47-4802-9c49-2c398dcd7b2e] 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]]
196
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3536c17c-9f47-4802-9c49-2c398dcd7b2e]  (0.1ms) RELEASE SAVEPOINT active_record_1
197
+  Disk Storage (6.0ms) Uploaded file to key: h9ZVMKb2VET9GUKXjxMjdh2W (checksum: PQckBuk+cVT3lBy73cnuAQ==)
198
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3536c17c-9f47-4802-9c49-2c398dcd7b2e] Performed ActiveStorage::AnalyzeJob (Job ID: 3536c17c-9f47-4802-9c49-2c398dcd7b2e) from Async(default) in 380.15ms
199
+  (0.1ms) SAVEPOINT active_record_1
200
+ ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "h9ZVMKb2VET9GUKXjxMjdh2W"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:43.845622"]]
201
+  (0.2ms) RELEASE SAVEPOINT active_record_1
202
+  (19.2ms) SAVEPOINT active_record_1
203
+ ActiveStorage::Attachment Create (0.7ms) 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-09-07 20:07:43.872863"]]
204
+ Cmor::Carousels::Carousel Update (0.7ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:43.880977"], ["id", 1]]
205
+  (0.3ms) RELEASE SAVEPOINT active_record_1
206
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 79b9675d-96c4-449f-a8ef-1fb0ab75cb61) to Async(default) with arguments: #<GlobalID:0x00562ed90eb498 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
207
+  (0.3ms) SAVEPOINT active_record_1
208
+ Cmor::Carousels::ItemDetail Load (0.5ms) 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]]
209
+ Cmor::Carousels::ItemDetail Create (0.6ms) 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-09-07 20:07:43.893073"], ["updated_at", "2019-09-07 20:07:43.893073"]]
210
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211
+ ActiveStorage::Blob Load (3.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
212
+  (0.2ms) rollback transaction
213
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [529efd0f-437e-418b-b67f-b731eba1f8de]  (0.2ms) begin transaction
214
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [79b9675d-96c4-449f-a8ef-1fb0ab75cb61] Performing ActiveStorage::AnalyzeJob (Job ID: 79b9675d-96c4-449f-a8ef-1fb0ab75cb61) from Async(default) with arguments: #<GlobalID:0x00562ed90c69b8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
215
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [529efd0f-437e-418b-b67f-b731eba1f8de]  (0.1ms) begin transaction
216
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [79b9675d-96c4-449f-a8ef-1fb0ab75cb61]  Disk Storage (0.2ms) Downloaded file from key: h9ZVMKb2VET9GUKXjxMjdh2W
217
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [529efd0f-437e-418b-b67f-b731eba1f8de] 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]]
218
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [529efd0f-437e-418b-b67f-b731eba1f8de]  (0.4ms) commit transaction
219
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [529efd0f-437e-418b-b67f-b731eba1f8de]  (0.2ms) commit transaction
220
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [529efd0f-437e-418b-b67f-b731eba1f8de] Performed ActiveStorage::AnalyzeJob (Job ID: 529efd0f-437e-418b-b67f-b731eba1f8de) from Async(default) in 314.89ms
221
+  (0.3ms) begin transaction
222
+  (0.6ms) SAVEPOINT active_record_1
223
+ 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_7"], ["LIMIT", 1]]
224
+ Cmor::Carousels::Carousel Create (1.3ms) 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-09-07 20:07:43.973090"], ["updated_at", "2019-09-07 20:07:43.973090"]]
225
+  (0.4ms) RELEASE SAVEPOINT active_record_1
226
+  Disk Storage (1.1ms) Uploaded file to key: EEGVNnPK7XbReRCSMbBBwgRo (checksum: PQckBuk+cVT3lBy73cnuAQ==)
227
+  (0.2ms) SAVEPOINT active_record_1
228
+ ActiveStorage::Blob Create (0.8ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "EEGVNnPK7XbReRCSMbBBwgRo"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:43.985976"]]
229
+  (0.3ms) RELEASE SAVEPOINT active_record_1
230
+  (0.3ms) SAVEPOINT active_record_1
231
+ ActiveStorage::Attachment Create (0.6ms) 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-09-07 20:07:44.001973"]]
232
+ Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:44.008213"], ["id", 1]]
233
+  (35.9ms) RELEASE SAVEPOINT active_record_1
234
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: e92062db-e8eb-466d-a461-d455cf031087) to Async(default) with arguments: #<GlobalID:0x00562ed90014b0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
235
+ ActiveStorage::Blob Load (4.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
236
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [e92062db-e8eb-466d-a461-d455cf031087] Performing ActiveStorage::AnalyzeJob (Job ID: e92062db-e8eb-466d-a461-d455cf031087) from Async(default) with arguments: #<GlobalID:0x00562ed8ff0520 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
237
+  (0.2ms) SAVEPOINT active_record_1
238
+ Cmor::Carousels::ItemDetail Load (0.8ms) 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]]
239
+ Cmor::Carousels::ItemDetail Create (1.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-09-07 20:07:44.086174"], ["updated_at", "2019-09-07 20:07:44.086174"]]
240
+  (0.3ms) RELEASE SAVEPOINT active_record_1
241
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [e92062db-e8eb-466d-a461-d455cf031087]  Disk Storage (29.0ms) Downloaded file from key: EEGVNnPK7XbReRCSMbBBwgRo
242
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [79b9675d-96c4-449f-a8ef-1fb0ab75cb61]  (0.3ms) SAVEPOINT active_record_1
243
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [79b9675d-96c4-449f-a8ef-1fb0ab75cb61] ActiveStorage::Blob Update (1.5ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
244
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [79b9675d-96c4-449f-a8ef-1fb0ab75cb61]  (0.2ms) RELEASE SAVEPOINT active_record_1
245
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [79b9675d-96c4-449f-a8ef-1fb0ab75cb61] Performed ActiveStorage::AnalyzeJob (Job ID: 79b9675d-96c4-449f-a8ef-1fb0ab75cb61) from Async(default) in 215.03ms
246
+  (0.3ms) rollback transaction
247
+  (0.2ms) begin transaction
248
+  (5.7ms) SAVEPOINT active_record_1
249
+ 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_8"], ["LIMIT", 1]]
250
+ 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-09-07 20:07:44.201041"], ["updated_at", "2019-09-07 20:07:44.201041"]]
251
+  (0.1ms) RELEASE SAVEPOINT active_record_1
252
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [e92062db-e8eb-466d-a461-d455cf031087]  (0.1ms) SAVEPOINT active_record_1
253
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [e92062db-e8eb-466d-a461-d455cf031087] 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]]
254
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [e92062db-e8eb-466d-a461-d455cf031087]  (0.1ms) RELEASE SAVEPOINT active_record_1
255
+  Disk Storage (8.9ms) Uploaded file to key: F8aPfpKYktvbCR1xQMrmmyC6 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
256
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [e92062db-e8eb-466d-a461-d455cf031087] Performed ActiveStorage::AnalyzeJob (Job ID: e92062db-e8eb-466d-a461-d455cf031087) from Async(default) in 139.22ms
257
+  (0.1ms) SAVEPOINT active_record_1
258
+ ActiveStorage::Blob Create (0.7ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "F8aPfpKYktvbCR1xQMrmmyC6"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:44.217015"]]
259
+  (0.2ms) RELEASE SAVEPOINT active_record_1
260
+  (0.1ms) SAVEPOINT active_record_1
261
+ ActiveStorage::Attachment Create (0.7ms) 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-09-07 20:07:44.243086"]]
262
+ Cmor::Carousels::Carousel Update (0.7ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:44.246844"], ["id", 1]]
263
+  (0.4ms) RELEASE SAVEPOINT active_record_1
264
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: df7ea966-b210-4029-92cc-c9c780055e45) to Async(default) with arguments: #<GlobalID:0x00562ed8f8d268 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
265
+  (0.3ms) SAVEPOINT active_record_1
266
+ 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]]
267
+ Cmor::Carousels::ItemDetail Create (0.5ms) 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-09-07 20:07:44.264586"], ["updated_at", "2019-09-07 20:07:44.264586"]]
268
+  (0.1ms) RELEASE SAVEPOINT active_record_1
269
+ ActiveStorage::Blob Load (12.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
270
+  (0.4ms) rollback transaction
271
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [df7ea966-b210-4029-92cc-c9c780055e45] Performing ActiveStorage::AnalyzeJob (Job ID: df7ea966-b210-4029-92cc-c9c780055e45) from Async(default) with arguments: #<GlobalID:0x00562ed8eff210 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
272
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [df7ea966-b210-4029-92cc-c9c780055e45]  Disk Storage (1.3ms) Downloaded file from key: F8aPfpKYktvbCR1xQMrmmyC6
273
+  (0.2ms) begin transaction
274
+  (0.3ms) SAVEPOINT active_record_1
275
+ 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]]
276
+ Cmor::Carousels::Carousel Create (1.3ms) 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-09-07 20:07:44.347489"], ["updated_at", "2019-09-07 20:07:44.347489"]]
277
+  (0.5ms) RELEASE SAVEPOINT active_record_1
278
+  Disk Storage (2.3ms) Uploaded file to key: u6vewFHYYL2ttT86q3tTYF7T (checksum: PQckBuk+cVT3lBy73cnuAQ==)
279
+  (0.5ms) SAVEPOINT active_record_1
280
+ ActiveStorage::Blob Create (0.8ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "u6vewFHYYL2ttT86q3tTYF7T"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:44.369136"]]
281
+  (0.2ms) RELEASE SAVEPOINT active_record_1
282
+  (0.2ms) SAVEPOINT active_record_1
283
+ ActiveStorage::Attachment Create (1.1ms) 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-09-07 20:07:44.380036"]]
284
+ Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:44.389974"], ["id", 1]]
285
+  (0.1ms) RELEASE SAVEPOINT active_record_1
286
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d171ffec-081f-41db-84c7-64f7090de80a) to Async(default) with arguments: #<GlobalID:0x00562ed8c9be10 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
287
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [df7ea966-b210-4029-92cc-c9c780055e45] ActiveStorage::Blob Update (8.0ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
288
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [df7ea966-b210-4029-92cc-c9c780055e45] Performed ActiveStorage::AnalyzeJob (Job ID: df7ea966-b210-4029-92cc-c9c780055e45) from Async(default) in 116.61ms
289
+  (0.2ms) SAVEPOINT active_record_1
290
+ 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]]
291
+ Cmor::Carousels::ItemDetail Create (0.7ms) 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-09-07 20:07:44.399668"], ["updated_at", "2019-09-07 20:07:44.399668"]]
292
+  (0.4ms) RELEASE SAVEPOINT active_record_1
293
+ ActiveStorage::Blob Load (36.8ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
294
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [d171ffec-081f-41db-84c7-64f7090de80a] Performing ActiveStorage::AnalyzeJob (Job ID: d171ffec-081f-41db-84c7-64f7090de80a) from Async(default) with arguments: #<GlobalID:0x00562ed8c5c530 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
295
+  (0.4ms) rollback transaction
296
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [d171ffec-081f-41db-84c7-64f7090de80a]  Disk Storage (7.6ms) Downloaded file from key: u6vewFHYYL2ttT86q3tTYF7T
297
+  (0.2ms) begin transaction
298
+  (0.2ms) rollback transaction
299
+  (0.4ms) begin transaction
300
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [d171ffec-081f-41db-84c7-64f7090de80a]  (0.3ms) SAVEPOINT active_record_1
301
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [d171ffec-081f-41db-84c7-64f7090de80a]  (0.6ms) RELEASE SAVEPOINT active_record_1
302
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [d171ffec-081f-41db-84c7-64f7090de80a] Performed ActiveStorage::AnalyzeJob (Job ID: d171ffec-081f-41db-84c7-64f7090de80a) from Async(default) in 122.09ms
303
+  (0.9ms) rollback transaction
304
+  (0.2ms) begin transaction
305
+ 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_10"], ["LIMIT", 1]]
306
+  (0.2ms) rollback transaction
307
+  (0.2ms) begin transaction
308
+ Cmor::Carousels::Carousel Exists (0.6ms) 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]]
309
+  (0.2ms) rollback transaction
310
+  (0.2ms) begin transaction
311
+  (0.1ms) SAVEPOINT active_record_1
312
+ 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_11"], ["LIMIT", 1]]
313
+ Cmor::Carousels::Carousel Create (0.4ms) 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-09-07 20:07:44.673236"], ["updated_at", "2019-09-07 20:07:44.673236"]]
314
+  (0.1ms) RELEASE SAVEPOINT active_record_1
315
+  (0.3ms) rollback transaction
316
+  (0.2ms) begin transaction
317
+  (0.1ms) rollback transaction
318
+  (0.2ms) begin transaction
319
+  (0.2ms) rollback transaction
320
+  (0.2ms) begin transaction
321
+  Disk Storage (1.1ms) Uploaded file to key: 6CA7zjG8BxjBfJyrw56F4eNb (checksum: PQckBuk+cVT3lBy73cnuAQ==)
322
+  (0.4ms) SAVEPOINT active_record_1
323
+ ActiveStorage::Blob Create (4.0ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "6CA7zjG8BxjBfJyrw56F4eNb"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:44.743442"]]
324
+  (0.3ms) RELEASE SAVEPOINT active_record_1
325
+  (0.8ms) rollback transaction
326
+  (0.2ms) begin transaction
327
+  (0.2ms) rollback transaction
328
+  (0.3ms) begin transaction
329
+  Disk Storage (1.0ms) Uploaded file to key: 6mNfKrXg82TvbT4fCgG4tXvR (checksum: PQckBuk+cVT3lBy73cnuAQ==)
330
+  (0.3ms) SAVEPOINT active_record_1
331
+ ActiveStorage::Blob Create (3.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "6mNfKrXg82TvbT4fCgG4tXvR"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-09-07 20:07:44.814672"]]
332
+  (0.5ms) RELEASE SAVEPOINT active_record_1
333
+  (0.3ms) SAVEPOINT active_record_1
334
+ 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_13"], ["LIMIT", 1]]
335
+ Cmor::Carousels::Carousel Create (0.5ms) 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-09-07 20:07:44.842939"], ["updated_at", "2019-09-07 20:07:44.842939"]]
336
+ 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-09-07 20:07:44.846679"]]
337
+ Cmor::Carousels::ItemDetail Load (0.8ms) 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]]
338
+ 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-09-07 20:07:44.838432"], ["created_at", "2019-09-07 20:07:44.851561"], ["updated_at", "2019-09-07 20:07:44.851561"]]
339
+ 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]]
340
+ Cmor::Carousels::ItemDetail Create (0.3ms) 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-09-07 20:07:44.856865"], ["updated_at", "2019-09-07 20:07:44.856865"]]
341
+ Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-09-07 20:07:44.850391"], ["id", 1]]
342
+  (0.1ms) RELEASE SAVEPOINT active_record_1
343
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 67ddd601-7678-4b01-b42b-56ecc0fc93e6) to Async(default) with arguments: #<GlobalID:0x00562ed86556c8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
344
+ ActiveStorage::Blob Load (8.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
345
+  (0.9ms) rollback transaction
346
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [67ddd601-7678-4b01-b42b-56ecc0fc93e6] Performing ActiveStorage::AnalyzeJob (Job ID: 67ddd601-7678-4b01-b42b-56ecc0fc93e6) from Async(default) with arguments: #<GlobalID:0x00562ed84cb4d8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
347
+  (0.2ms) begin transaction
348
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [67ddd601-7678-4b01-b42b-56ecc0fc93e6]  Disk Storage (0.4ms) Downloaded file from key: 6mNfKrXg82TvbT4fCgG4tXvR
349
+  (0.3ms) rollback transaction
350
+  (7.9ms) begin transaction
351
+  (0.2ms) rollback transaction
352
+  (0.1ms) begin transaction
353
+  (0.1ms) rollback transaction
354
+  (0.2ms) begin transaction
355
+  (0.2ms) rollback transaction
356
+  (0.2ms) begin transaction
357
+  (0.2ms) rollback transaction
358
+  (0.3ms) begin transaction
359
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [67ddd601-7678-4b01-b42b-56ecc0fc93e6]  (0.3ms) begin transaction
360
+  (0.2ms) rollback transaction
361
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [67ddd601-7678-4b01-b42b-56ecc0fc93e6]  (0.2ms) begin transaction
362
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [67ddd601-7678-4b01-b42b-56ecc0fc93e6] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
363
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [67ddd601-7678-4b01-b42b-56ecc0fc93e6]  (0.1ms) commit transaction
364
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [67ddd601-7678-4b01-b42b-56ecc0fc93e6]  (0.1ms) commit transaction
365
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [67ddd601-7678-4b01-b42b-56ecc0fc93e6] Performed ActiveStorage::AnalyzeJob (Job ID: 67ddd601-7678-4b01-b42b-56ecc0fc93e6) from Async(default) in 186.56ms
366
+  (0.1ms) begin transaction
367
+  (0.1ms) rollback transaction
368
+  (1.8ms) begin transaction
369
+  (0.1ms) rollback transaction
370
+  (0.2ms) begin transaction
371
+  (0.1ms) rollback transaction
372
+  (0.5ms) begin transaction
373
+  (0.3ms) rollback transaction
374
+  (0.4ms) begin transaction
375
+  (0.2ms) rollback transaction
376
+  (0.1ms) begin transaction
377
+  (0.1ms) rollback transaction
378
+  (0.2ms) begin transaction
379
+  (0.2ms) rollback transaction
380
+  (0.1ms) begin transaction
381
+  (0.1ms) rollback transaction
382
+  (0.3ms) begin transaction
383
+  (0.1ms) rollback transaction
384
+  (0.3ms) begin transaction
385
+  (0.2ms) rollback transaction
386
+  (0.2ms) begin transaction
387
+  (0.1ms) rollback transaction
388
+  (0.4ms) begin transaction
389
+  (0.2ms) rollback transaction
390
+  (0.2ms) begin transaction
391
+  (0.1ms) rollback transaction
392
+  (0.1ms) begin transaction
393
+  (0.2ms) rollback transaction
394
+  (0.2ms) begin transaction
395
+  (0.2ms) rollback transaction
396
+  (0.2ms) begin transaction
397
+  (0.2ms) rollback transaction
398
+  (0.5ms) begin transaction
399
+  (0.3ms) rollback transaction
400
+  (0.3ms) begin transaction
401
+  (0.3ms) rollback transaction
402
+  (0.1ms) begin transaction
403
+  (0.1ms) rollback transaction
404
+  (0.1ms) begin transaction
405
+  (0.4ms) rollback transaction
406
+  (0.1ms) begin transaction
407
+  (0.2ms) rollback transaction
408
+  (0.1ms) begin transaction
409
+  (0.2ms) rollback transaction
410
+  (0.2ms) begin transaction
411
+  (0.1ms) rollback transaction
412
+  (0.4ms) begin transaction
413
+  (0.2ms) rollback transaction
414
+  (0.3ms) begin transaction
415
+  (0.3ms) rollback transaction
416
+  (0.1ms) begin transaction
417
+  (0.1ms) rollback transaction
418
+  (0.1ms) begin transaction
419
+  (0.1ms) rollback transaction
420
+  (0.2ms) begin transaction
421
+  (0.2ms) rollback transaction
422
+  (0.1ms) begin transaction
423
+  (0.1ms) rollback transaction
424
+  (0.3ms) begin transaction
425
+  (0.3ms) rollback transaction
426
+  (0.2ms) begin transaction
427
+  (0.4ms) rollback transaction
428
+  (0.2ms) begin transaction
429
+  (0.3ms) rollback transaction
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.38.pre
4
+ version: 0.0.39.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-08-19 00:00:00.000000000 Z
11
+ date: 2019-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.38.pre
33
+ version: 0.0.39.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.38.pre
40
+ version: 0.0.39.pre
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: cmor_core_frontend
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.0.38.pre
47
+ version: 0.0.39.pre
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.0.38.pre
54
+ version: 0.0.39.pre
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sqlite3
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -432,6 +432,7 @@ files:
432
432
  - spec/dummy/db/migrate/20190612144756_create_cmor_carousels_item_details.cmor_carousels.rb
433
433
  - spec/dummy/db/schema.rb
434
434
  - spec/dummy/db/test.sqlite3
435
+ - spec/dummy/log/test.log
435
436
  - spec/dummy/package.json
436
437
  - spec/dummy/public/404.html
437
438
  - spec/dummy/public/422.html
@@ -441,19 +442,33 @@ files:
441
442
  - spec/dummy/public/favicon.ico
442
443
  - spec/dummy/tmp/development_secret.txt
443
444
  - spec/dummy/tmp/storage/4W/4u/4W4u3R29hTQyn1SXJs8HABRs
445
+ - spec/dummy/tmp/storage/6C/A7/6CA7zjG8BxjBfJyrw56F4eNb
446
+ - spec/dummy/tmp/storage/6m/Nf/6mNfKrXg82TvbT4fCgG4tXvR
444
447
  - spec/dummy/tmp/storage/8T/ba/8TbakPvfTYJbAqrJaorzHh8f
448
+ - spec/dummy/tmp/storage/Bi/Vc/BiVc36FFPMdLX4iUBBydDkN3
449
+ - spec/dummy/tmp/storage/EE/GV/EEGVNnPK7XbReRCSMbBBwgRo
445
450
  - spec/dummy/tmp/storage/Eh/SU/EhSUeZKf1zxMsa9rn58WJuuZ
451
+ - spec/dummy/tmp/storage/F8/aP/F8aPfpKYktvbCR1xQMrmmyC6
446
452
  - spec/dummy/tmp/storage/Ga/MW/GaMWd7jWEhGakkcs5MUV6SEX
447
453
  - spec/dummy/tmp/storage/HN/Xj/HNXjJGg6Y6TKuUiF6imRSvCg
448
454
  - spec/dummy/tmp/storage/KG/DL/KGDLa2bjdBbEwC4tLYusDM2n
449
455
  - spec/dummy/tmp/storage/NJ/Kn/NJKn5zpwAq8C7n6sSjZz6jVd
456
+ - spec/dummy/tmp/storage/Pt/mL/PtmLJwmjciULeRuXAaaeaHH4
457
+ - spec/dummy/tmp/storage/Sx/FM/SxFMFhBsreMX2qH4yQvSyMCf
458
+ - spec/dummy/tmp/storage/UK/wb/UKwbKKRe2vd6GPtc3nGcnvXt
450
459
  - spec/dummy/tmp/storage/Uj/Eb/UjEbQoPvCDEwrZDP84buyexq
451
460
  - spec/dummy/tmp/storage/ah/qg/ahqgGPdNLb7fVYb6fTdnQ9fY
452
461
  - spec/dummy/tmp/storage/b1/Lc/b1LcKGxfqcPXNGd81Rs5HyCr
462
+ - spec/dummy/tmp/storage/cM/so/cMsousEy6UPKMM85fN7WGWfU
453
463
  - spec/dummy/tmp/storage/dE/aD/dEaDCBqXzaXB9FJbjNFLD54E
464
+ - spec/dummy/tmp/storage/h9/ZV/h9ZVMKb2VET9GUKXjxMjdh2W
465
+ - spec/dummy/tmp/storage/iT/yf/iTyfXQ6WXomHaEcPB3Qj5miX
454
466
  - spec/dummy/tmp/storage/kR/Pc/kRPceucAHgwrWUSKPkxXrCJS
467
+ - spec/dummy/tmp/storage/ot/Lp/otLpXzuw3E5kPwmgZsVWYGCu
455
468
  - spec/dummy/tmp/storage/oy/Pi/oyPixNEzsJeEtdNaRxNKw8jv
456
469
  - spec/dummy/tmp/storage/sP/YW/sPYW3g59NXeZL8oGhWgfCwBs
470
+ - spec/dummy/tmp/storage/u6/ve/u6vewFHYYL2ttT86q3tTYF7T
471
+ - spec/dummy/tmp/storage/yt/i2/yti2iKiqhGA5QqnRqihP73HU
457
472
  - spec/dummy~/README.rdoc
458
473
  - spec/dummy~/Rakefile
459
474
  - spec/dummy~/app/assets/javascripts/active_admin.js