cmor_carousels 0.0.6.pre → 0.0.7.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +2 -2
  3. data/app/models/cmor/carousels/item_detail.rb +2 -0
  4. data/app/view_helpers/cmor/carousels/application_view_helper.rb +2 -2
  5. data/app/views/cmor/carousels/application_view_helper/_render.html.erb +1 -1
  6. data/app/views/cmor/carousels/application_view_helper/_render.html.haml~ +1 -1
  7. data/lib/cmor/carousels/configuration.rb +0 -4
  8. data/lib/cmor_carousels.rb +2 -2
  9. data/spec/dummy/db/development.sqlite3 +0 -0
  10. data/spec/dummy/db/migrate/{20190331085346_create_active_storage_tables.active_storage.rb → 20190424131934_create_active_storage_tables.active_storage.rb} +0 -0
  11. data/spec/dummy/db/migrate/{20190331085416_create_cmor_carousels_carousels.cmor_carousels.rb → 20190424131957_create_cmor_carousels_carousels.cmor_carousels.rb} +0 -0
  12. data/spec/dummy/db/migrate/{20190331085417_create_cmor_carousels_item_details.cmor_carousels.rb → 20190424131958_create_cmor_carousels_item_details.cmor_carousels.rb} +0 -0
  13. data/spec/dummy/db/schema.rb +1 -1
  14. data/spec/dummy/db/test.sqlite3 +0 -0
  15. data/spec/dummy/log/development.log +68 -68
  16. data/spec/dummy/log/test.log +382 -391
  17. data/spec/dummy/tmp/development_secret.txt +1 -1
  18. data/spec/dummy/tmp/storage/{26/AE/26AEgTpLjdUEkfgwDMYvsnMC → 2F/LD/2FLDTKPxMZV6ge31BAXBg8bW} +0 -0
  19. data/spec/dummy/tmp/storage/{6C/k7/6Ck7TjB8q5XHcvFuKurZjF85 → Ek/b3/Ekb3S582aUkjQ4LU2wbS94pJ} +0 -0
  20. data/spec/dummy/tmp/storage/{8s/yQ/8syQAvbeB2riQeBX4yE3ZBA6 → F7/1v/F71v6N241KPcsuWeR5y1epas} +0 -0
  21. data/spec/dummy/tmp/storage/{Je/hz/JehzP6iuNXDQv4ER8G3xtxKu → Gy/DX/GyDXpaitLESY53TS5hB4ECsb} +0 -0
  22. data/spec/dummy/tmp/storage/{L2/6b/L26bUe4BVrLHtDA5k4PyH55Y → J8/tA/J8tAdKVE1RTV6kyzKJnUdrsX} +0 -0
  23. data/spec/dummy/tmp/storage/{b6/Qq/b6QqQjSv3uKCsqkxdh6ad7gP → ML/zF/MLzFDG6KotBpEcjqyp5ssz1T} +0 -0
  24. data/spec/dummy/tmp/storage/{cH/4t/cH4tfkxybxrK48RcN3AfPW5d → RQ/XB/RQXB3kswt1UE4qK2QBWU65h8} +0 -0
  25. data/spec/dummy/tmp/storage/{ca/g3/cag3X6hn5ghy7jyEXcutEeoG → T1/Wg/T1WggUyWv27Km7VcDu6VTjGx} +0 -0
  26. data/spec/dummy/tmp/storage/{oA/Vh/oAVh3cV4vinC3Gjpc2XEKY6Y → bF/mS/bFmSAspcpNqQW4NcZ2BMJF4Q} +0 -0
  27. data/spec/dummy/tmp/storage/{pE/aN/pEaNyVxKkzxyGvC3hAEX8cKN → cY/C4/cYC44zkZ9CzKkhwvDSJ6vduS} +0 -0
  28. data/spec/dummy/tmp/storage/{q5/M4/q5M4DG6JdJNWrZgbiVyZHLb5 → g8/H5/g8H5qQAAxYkVHetonkS1ouiE} +0 -0
  29. data/spec/dummy/tmp/storage/{qF/Xd/qFXdkBHyZBSkLF3J9LzXb3hp → sy/pd/sypdAkZ3jQbQFoPCFx7PaTeM} +0 -0
  30. data/spec/dummy/tmp/storage/{t2/A8/t2A8wMukKNjuCnAwV1hQ4hcn → vg/Gf/vgGfVjnoFRSknpbbbQxWBTvV} +0 -0
  31. data/spec/dummy/tmp/storage/{xk/pK/xkpK28DBGFmAkuYh89UAhZhe → xV/Tq/xVTqSvHQrcnDM4QmxCCdw275} +0 -0
  32. data/spec/factories/cmor/carousels/carousels.rb +0 -4
  33. data/spec/factories/cmor/carousels/item_details.rb +1 -1
  34. metadata +36 -22
@@ -1,437 +1,428 @@
1
-  (0.2ms) begin transaction
2
-  (0.6ms) 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 (2.4ms) 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-31 08:54:28.807981"], ["updated_at", "2019-03-31 08:54:28.807981"]]
5
-  (0.4ms) RELEASE SAVEPOINT active_record_1
6
-  Disk Storage (1.1ms) Uploaded file to key: qFXdkBHyZBSkLF3J9LzXb3hp (checksum: PQckBuk+cVT3lBy73cnuAQ==)
7
-  (0.3ms) SAVEPOINT active_record_1
8
- ActiveStorage::Blob Create (1.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "qFXdkBHyZBSkLF3J9LzXb3hp"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:29.030646"]]
9
-  (0.3ms) RELEASE SAVEPOINT active_record_1
10
-  (0.3ms) SAVEPOINT active_record_1
11
- 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-03-31 08:54:29.069845"]]
12
- Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:29.072615"], ["id", 1]]
13
-  (0.2ms) RELEASE SAVEPOINT active_record_1
14
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 19882c08-8b07-49f2-974c-2cff897bdf88) to Async(default) with arguments: #<GlobalID:0x00000005032000 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
15
- ActiveStorage::Blob Load (2.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
16
-  (0.1ms) SAVEPOINT active_record_1
17
- [ActiveJob] [ActiveStorage::AnalyzeJob] [19882c08-8b07-49f2-974c-2cff897bdf88] Performing ActiveStorage::AnalyzeJob (Job ID: 19882c08-8b07-49f2-974c-2cff897bdf88) from Async(default) with arguments: #<GlobalID:0x00000005029b08 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
18
- Cmor::Carousels::ItemDetail Load (0.5ms) 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]]
19
- Cmor::Carousels::Carousel Exists (0.9ms) 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]]
20
- Cmor::Carousels::ItemDetail Load (1.0ms) 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]]
21
- Cmor::Carousels::ItemDetail Create (0.7ms) 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-31 08:54:29.157425"], ["created_at", "2019-03-31 08:54:29.176807"], ["updated_at", "2019-03-31 08:54:29.176807"]]
22
-  (0.1ms) RELEASE SAVEPOINT active_record_1
23
- [ActiveJob] [ActiveStorage::AnalyzeJob] [19882c08-8b07-49f2-974c-2cff897bdf88]  Disk Storage (96.3ms) Downloaded file from key: qFXdkBHyZBSkLF3J9LzXb3hp
24
-  Disk Storage (2.1ms) Uploaded file to key: q5M4DG6JdJNWrZgbiVyZHLb5 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
25
-  (0.4ms) SAVEPOINT active_record_1
26
- ActiveStorage::Blob Create (1.0ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "q5M4DG6JdJNWrZgbiVyZHLb5"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:29.230681"]]
27
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1
+  (0.1ms) begin transaction
2
+  (0.1ms) SAVEPOINT active_record_1
3
+ 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_1"], ["LIMIT", 1]]
4
+ Cmor::Carousels::Carousel Create (0.3ms) 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-04-24 13:20:07.247585"], ["updated_at", "2019-04-24 13:20:07.247585"]]
5
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6
+  Disk Storage (0.8ms) Uploaded file to key: GyDXpaitLESY53TS5hB4ECsb (checksum: PQckBuk+cVT3lBy73cnuAQ==)
7
+  (0.1ms) SAVEPOINT active_record_1
8
+ ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "GyDXpaitLESY53TS5hB4ECsb"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:07.376893"]]
9
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28
10
   (0.2ms) SAVEPOINT active_record_1
29
- 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", 2], ["created_at", "2019-03-31 08:54:29.248207"]]
30
- Cmor::Carousels::Carousel Update (1.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:29.255979"], ["id", 1]]
31
-  (0.5ms) RELEASE SAVEPOINT active_record_1
32
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 0f6a5e96-a297-4780-a33d-2c94f0b7b5a1) to Async(default) with arguments: #<GlobalID:0x00000005656a80 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
33
-  (0.5ms) SAVEPOINT active_record_1
34
- Cmor::Carousels::ItemDetail Load (0.7ms) 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.9ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
36
- Cmor::Carousels::Carousel Exists (1.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_1"], ["id", 1], ["LIMIT", 1]]
37
- 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]]
38
- Cmor::Carousels::ItemDetail Create (0.4ms) 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-31 08:54:29.290474"], ["created_at", "2019-03-31 08:54:29.304155"], ["updated_at", "2019-03-31 08:54:29.304155"]]
39
-  (0.1ms) RELEASE SAVEPOINT active_record_1
40
- ActiveStorage::Blob Load (38.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
41
-  (10.8ms) 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"]]
42
- [ActiveJob] [ActiveStorage::AnalyzeJob] [0f6a5e96-a297-4780-a33d-2c94f0b7b5a1] Performing ActiveStorage::AnalyzeJob (Job ID: 0f6a5e96-a297-4780-a33d-2c94f0b7b5a1) from Async(default) with arguments: #<GlobalID:0x0000000557d410 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
43
-  (0.4ms) rollback transaction
44
- [ActiveJob] [ActiveStorage::AnalyzeJob] [19882c08-8b07-49f2-974c-2cff897bdf88]  (0.1ms) begin transaction
45
- [ActiveJob] [ActiveStorage::AnalyzeJob] [19882c08-8b07-49f2-974c-2cff897bdf88]  (0.1ms) begin transaction
46
- [ActiveJob] [ActiveStorage::AnalyzeJob] [19882c08-8b07-49f2-974c-2cff897bdf88] 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]]
47
- [ActiveJob] [ActiveStorage::AnalyzeJob] [0f6a5e96-a297-4780-a33d-2c94f0b7b5a1]  Disk Storage (7.0ms) Downloaded file from key: q5M4DG6JdJNWrZgbiVyZHLb5
48
- [ActiveJob] [ActiveStorage::AnalyzeJob] [19882c08-8b07-49f2-974c-2cff897bdf88]  (0.2ms) commit transaction
49
- [ActiveJob] [ActiveStorage::AnalyzeJob] [19882c08-8b07-49f2-974c-2cff897bdf88]  (0.2ms) commit transaction
50
- [ActiveJob] [ActiveStorage::AnalyzeJob] [19882c08-8b07-49f2-974c-2cff897bdf88] Performed ActiveStorage::AnalyzeJob (Job ID: 19882c08-8b07-49f2-974c-2cff897bdf88) from Async(default) in 236.62ms
51
-  (12.2ms) begin transaction
52
-  (0.6ms) SAVEPOINT active_record_1
53
- Cmor::Carousels::Carousel Exists (4.6ms) 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]]
54
- Cmor::Carousels::Carousel Create (1.8ms) 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-31 08:54:29.403031"], ["updated_at", "2019-03-31 08:54:29.403031"]]
55
-  (0.2ms) RELEASE SAVEPOINT active_record_1
56
-  Disk Storage (5.5ms) Uploaded file to key: pEaNyVxKkzxyGvC3hAEX8cKN (checksum: PQckBuk+cVT3lBy73cnuAQ==)
57
- [ActiveJob] [ActiveStorage::AnalyzeJob] [0f6a5e96-a297-4780-a33d-2c94f0b7b5a1] ActiveStorage::Blob Update (16.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 2]]
58
-  (0.8ms) SAVEPOINT active_record_1
59
- [ActiveJob] [ActiveStorage::AnalyzeJob] [0f6a5e96-a297-4780-a33d-2c94f0b7b5a1] Performed ActiveStorage::AnalyzeJob (Job ID: 0f6a5e96-a297-4780-a33d-2c94f0b7b5a1) from Async(default) in 99.56ms
60
- ActiveStorage::Blob Create (4.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "pEaNyVxKkzxyGvC3hAEX8cKN"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:29.431696"]]
61
-  (0.4ms) RELEASE SAVEPOINT active_record_1
62
-  (1.3ms) SAVEPOINT active_record_1
63
- 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-03-31 08:54:29.460261"]]
64
- Cmor::Carousels::Carousel Update (1.7ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:29.466035"], ["id", 1]]
65
-  (0.3ms) RELEASE SAVEPOINT active_record_1
66
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: fb1c5690-d44b-4130-8a13-2367ee5d1eb5) to Async(default) with arguments: #<GlobalID:0x000000053a2eb0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
67
-  (0.3ms) SAVEPOINT active_record_1
68
- 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]]
69
- Cmor::Carousels::Carousel Exists (0.7ms) 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]]
70
- Cmor::Carousels::ItemDetail Load (2.1ms) 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]]
71
- 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-03-31 08:54:29.479295"], ["created_at", "2019-03-31 08:54:29.497011"], ["updated_at", "2019-03-31 08:54:29.497011"]]
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-04-24 13:20:07.402618"]]
12
+ Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:07.404363"], ["id", 1]]
72
13
   (0.1ms) RELEASE SAVEPOINT active_record_1
73
- ActiveStorage::Blob Load (34.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
74
-  Disk Storage (1.3ms) Uploaded file to key: JehzP6iuNXDQv4ER8G3xtxKu (checksum: PQckBuk+cVT3lBy73cnuAQ==)
75
-  (0.3ms) SAVEPOINT active_record_1
76
- [ActiveJob] [ActiveStorage::AnalyzeJob] [fb1c5690-d44b-4130-8a13-2367ee5d1eb5] Performing ActiveStorage::AnalyzeJob (Job ID: fb1c5690-d44b-4130-8a13-2367ee5d1eb5) from Async(default) with arguments: #<GlobalID:0x00000001e7d988 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
77
- ActiveStorage::Blob Create (1.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "JehzP6iuNXDQv4ER8G3xtxKu"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:29.545780"]]
14
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 2ed1881b-795b-458c-9010-dbe27a89e333) to Async(default) with arguments: #<GlobalID:0x00000004d060c0 @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.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-04-24 13:20:07.440991"], ["created_at", "2019-04-24 13:20:07.450307"], ["updated_at", "2019-04-24 13:20:07.450307"]]
20
+  (0.1ms) RELEASE SAVEPOINT active_record_1
21
+ ActiveStorage::Blob Load (8.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
22
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [2ed1881b-795b-458c-9010-dbe27a89e333] Performing ActiveStorage::AnalyzeJob (Job ID: 2ed1881b-795b-458c-9010-dbe27a89e333) from Async(default) with arguments: #<GlobalID:0x00000004484708 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
23
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [2ed1881b-795b-458c-9010-dbe27a89e333]  Disk Storage (18.5ms) Downloaded file from key: GyDXpaitLESY53TS5hB4ECsb
24
+  Disk Storage (7.9ms) Uploaded file to key: xVTqSvHQrcnDM4QmxCCdw275 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
25
+  (0.1ms) SAVEPOINT active_record_1
26
+ ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "xVTqSvHQrcnDM4QmxCCdw275"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:07.490313"]]
78
27
   (0.1ms) RELEASE SAVEPOINT active_record_1
79
-  (0.3ms) SAVEPOINT active_record_1
80
- ActiveStorage::Attachment Create (0.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", 2], ["created_at", "2019-03-31 08:54:29.566425"]]
81
- Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:29.569090"], ["id", 1]]
28
+  (0.1ms) SAVEPOINT active_record_1
29
+ 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-04-24 13:20:07.497018"]]
30
+ Cmor::Carousels::Carousel Update (0.4ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:07.499224"], ["id", 1]]
82
31
   (0.1ms) RELEASE SAVEPOINT active_record_1
83
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 7afa0e60-71bd-4334-a35b-48f92667f277) to Async(default) with arguments: #<GlobalID:0x00000002dbca98 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
32
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: c50d8e99-91d2-43ce-944b-6c69d875a470) to Async(default) with arguments: #<GlobalID:0x000000058cc288 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
84
33
   (0.2ms) SAVEPOINT active_record_1
85
34
  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]]
86
- ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
87
- 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]]
35
+ ActiveStorage::Attachment Load (0.2ms) 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]]
88
37
  Cmor::Carousels::ItemDetail Load (0.7ms) 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]]
89
- Cmor::Carousels::ItemDetail Create (0.4ms) 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-31 08:54:29.579218"], ["created_at", "2019-03-31 08:54:29.588981"], ["updated_at", "2019-03-31 08:54:29.588981"]]
90
-  (0.1ms) RELEASE SAVEPOINT active_record_1
91
- [ActiveJob] [ActiveStorage::AnalyzeJob] [fb1c5690-d44b-4130-8a13-2367ee5d1eb5]  Disk Storage (44.7ms) Downloaded file from key: pEaNyVxKkzxyGvC3hAEX8cKN
92
- ActiveStorage::Blob Load (21.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
93
-  (2.6ms) SELECT COUNT(*) FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? [["carousel_id", 1]]
94
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7afa0e60-71bd-4334-a35b-48f92667f277] Performing ActiveStorage::AnalyzeJob (Job ID: 7afa0e60-71bd-4334-a35b-48f92667f277) from Async(default) with arguments: #<GlobalID:0x0000000325bdd8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
95
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7afa0e60-71bd-4334-a35b-48f92667f277]  Disk Storage (0.2ms) Downloaded file from key: JehzP6iuNXDQv4ER8G3xtxKu
96
-  (0.5ms) rollback transaction
97
-  (0.1ms) begin transaction
98
-  (0.1ms) SAVEPOINT active_record_1
99
- 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]]
100
- Cmor::Carousels::Carousel Create (0.5ms) 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-31 08:54:29.627423"], ["updated_at", "2019-03-31 08:54:29.627423"]]
101
-  (0.1ms) RELEASE SAVEPOINT active_record_1
102
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7afa0e60-71bd-4334-a35b-48f92667f277]  (0.2ms) SAVEPOINT active_record_1
103
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7afa0e60-71bd-4334-a35b-48f92667f277] 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]]
104
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7afa0e60-71bd-4334-a35b-48f92667f277]  (0.2ms) RELEASE SAVEPOINT active_record_1
105
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7afa0e60-71bd-4334-a35b-48f92667f277] Performed ActiveStorage::AnalyzeJob (Job ID: 7afa0e60-71bd-4334-a35b-48f92667f277) from Async(default) in 279.77ms
106
- [ActiveJob] [ActiveStorage::AnalyzeJob] [fb1c5690-d44b-4130-8a13-2367ee5d1eb5] ActiveStorage::Blob Update (2.6ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
107
- [ActiveJob] [ActiveStorage::AnalyzeJob] [fb1c5690-d44b-4130-8a13-2367ee5d1eb5] Performed ActiveStorage::AnalyzeJob (Job ID: fb1c5690-d44b-4130-8a13-2367ee5d1eb5) from Async(default) in 341.03ms
108
-  Disk Storage (3.5ms) Uploaded file to key: b6QqQjSv3uKCsqkxdh6ad7gP (checksum: PQckBuk+cVT3lBy73cnuAQ==)
109
-  (0.2ms) SAVEPOINT active_record_1
110
- ActiveStorage::Blob Create (0.8ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "b6QqQjSv3uKCsqkxdh6ad7gP"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:29.893721"]]
111
-  (0.2ms) RELEASE SAVEPOINT active_record_1
112
-  (0.3ms) SAVEPOINT active_record_1
113
- 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-31 08:54:29.900516"]]
114
- Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:29.903559"], ["id", 1]]
38
+ 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-04-24 13:20:07.514117"], ["created_at", "2019-04-24 13:20:07.523112"], ["updated_at", "2019-04-24 13:20:07.523112"]]
115
39
   (0.1ms) RELEASE SAVEPOINT active_record_1
116
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 72c30210-414d-47d7-aafd-38afd8a20dd9) to Async(default) with arguments: #<GlobalID:0x00000002fdd7c8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
117
- ActiveStorage::Blob Load (0.8ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
40
+ ActiveStorage::Blob Load (24.8ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
41
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [c50d8e99-91d2-43ce-944b-6c69d875a470] Performing ActiveStorage::AnalyzeJob (Job ID: c50d8e99-91d2-43ce-944b-6c69d875a470) from Async(default) with arguments: #<GlobalID:0x000000057e4078 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
42
+  (1.9ms) 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
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [c50d8e99-91d2-43ce-944b-6c69d875a470]  Disk Storage (0.7ms) Downloaded file from key: xVTqSvHQrcnDM4QmxCCdw275
44
+  (0.8ms) rollback transaction
45
+  (0.1ms) begin transaction
118
46
   (0.1ms) SAVEPOINT active_record_1
119
- [ActiveJob] [ActiveStorage::AnalyzeJob] [72c30210-414d-47d7-aafd-38afd8a20dd9] Performing ActiveStorage::AnalyzeJob (Job ID: 72c30210-414d-47d7-aafd-38afd8a20dd9) from Async(default) with arguments: #<GlobalID:0x000000030817d8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
120
- 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]]
121
- Cmor::Carousels::Carousel Exists (0.5ms) 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]]
122
- 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]]
123
- [ActiveJob] [ActiveStorage::AnalyzeJob] [72c30210-414d-47d7-aafd-38afd8a20dd9]  Disk Storage (14.3ms) Downloaded file from key: b6QqQjSv3uKCsqkxdh6ad7gP
124
- Cmor::Carousels::ItemDetail Create (0.4ms) 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-31 08:54:29.920119"], ["created_at", "2019-03-31 08:54:29.929294"], ["updated_at", "2019-03-31 08:54:29.929294"]]
125
-  (0.3ms) RELEASE SAVEPOINT active_record_1
126
-  Disk Storage (0.7ms) Uploaded file to key: t2A8wMukKNjuCnAwV1hQ4hcn (checksum: PQckBuk+cVT3lBy73cnuAQ==)
127
-  (0.2ms) SAVEPOINT active_record_1
128
- ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "t2A8wMukKNjuCnAwV1hQ4hcn"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:29.942960"]]
129
-  (0.4ms) RELEASE SAVEPOINT active_record_1
130
-  (0.3ms) SAVEPOINT active_record_1
131
- 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", 2], ["created_at", "2019-03-31 08:54:29.954883"]]
132
- Cmor::Carousels::Carousel Update (0.5ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:29.959449"], ["id", 1]]
133
-  (0.4ms) RELEASE SAVEPOINT active_record_1
134
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 7639a37a-6c01-4224-a839-a7dd085a527c) to Async(default) with arguments: #<GlobalID:0x00000003aafe30 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
135
- [ActiveJob] [ActiveStorage::AnalyzeJob] [72c30210-414d-47d7-aafd-38afd8a20dd9]  (0.2ms) SAVEPOINT active_record_1
136
- [ActiveJob] [ActiveStorage::AnalyzeJob] [72c30210-414d-47d7-aafd-38afd8a20dd9] ActiveStorage::Blob Update (0.6ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
137
- [ActiveJob] [ActiveStorage::AnalyzeJob] [72c30210-414d-47d7-aafd-38afd8a20dd9]  (0.3ms) RELEASE SAVEPOINT active_record_1
138
- [ActiveJob] [ActiveStorage::AnalyzeJob] [72c30210-414d-47d7-aafd-38afd8a20dd9] Performed ActiveStorage::AnalyzeJob (Job ID: 72c30210-414d-47d7-aafd-38afd8a20dd9) from Async(default) in 69.64ms
139
-  (0.1ms) SAVEPOINT active_record_1
140
- Cmor::Carousels::ItemDetail Load (1.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]]
141
- ActiveStorage::Attachment Load (0.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
142
- 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_3"], ["id", 1], ["LIMIT", 1]]
143
- 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]]
144
- Cmor::Carousels::ItemDetail Create (1.1ms) 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-31 08:54:29.996514"], ["created_at", "2019-03-31 08:54:30.007359"], ["updated_at", "2019-03-31 08:54:30.007359"]]
145
-  (0.3ms) RELEASE SAVEPOINT active_record_1
146
- ActiveStorage::Blob Load (42.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
147
-  (0.4ms) rollback transaction
148
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7639a37a-6c01-4224-a839-a7dd085a527c] Performing ActiveStorage::AnalyzeJob (Job ID: 7639a37a-6c01-4224-a839-a7dd085a527c) from Async(default) with arguments: #<GlobalID:0x00000003da0fe0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
149
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7639a37a-6c01-4224-a839-a7dd085a527c]  Disk Storage (0.3ms) Downloaded file from key: t2A8wMukKNjuCnAwV1hQ4hcn
150
-  (0.3ms) begin transaction
47
+ 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_2"], ["LIMIT", 1]]
48
+ Cmor::Carousels::Carousel Create (0.5ms) 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-04-24 13:20:07.572454"], ["updated_at", "2019-04-24 13:20:07.572454"]]
49
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [2ed1881b-795b-458c-9010-dbe27a89e333] ActiveStorage::Blob Update (5.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
51
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [2ed1881b-795b-458c-9010-dbe27a89e333] Performed ActiveStorage::AnalyzeJob (Job ID: 2ed1881b-795b-458c-9010-dbe27a89e333) from Async(default) in 123.51ms
52
+  Disk Storage (3.9ms) Uploaded file to key: MLzFDG6KotBpEcjqyp5ssz1T (checksum: PQckBuk+cVT3lBy73cnuAQ==)
151
53
   (0.2ms) SAVEPOINT active_record_1
152
- 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_4"], ["LIMIT", 1]]
153
- Cmor::Carousels::Carousel Create (4.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-31 08:54:30.105340"], ["updated_at", "2019-03-31 08:54:30.105340"]]
154
-  (0.4ms) RELEASE SAVEPOINT active_record_1
155
-  Disk Storage (2.6ms) Uploaded file to key: cH4tfkxybxrK48RcN3AfPW5d (checksum: PQckBuk+cVT3lBy73cnuAQ==)
156
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7639a37a-6c01-4224-a839-a7dd085a527c]  (0.7ms) SAVEPOINT active_record_1
157
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7639a37a-6c01-4224-a839-a7dd085a527c] 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]]
158
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7639a37a-6c01-4224-a839-a7dd085a527c]  (0.4ms) RELEASE SAVEPOINT active_record_1
159
- [ActiveJob] [ActiveStorage::AnalyzeJob] [7639a37a-6c01-4224-a839-a7dd085a527c] Performed ActiveStorage::AnalyzeJob (Job ID: 7639a37a-6c01-4224-a839-a7dd085a527c) from Async(default) in 301.3ms
160
-  (0.5ms) SAVEPOINT active_record_1
161
- ActiveStorage::Blob Create (1.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "cH4tfkxybxrK48RcN3AfPW5d"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:30.361094"]]
54
+ ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "MLzFDG6KotBpEcjqyp5ssz1T"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:07.603605"]]
55
+  (0.1ms) RELEASE SAVEPOINT active_record_1
56
+  (0.1ms) SAVEPOINT active_record_1
57
+ ActiveStorage::Attachment Create (3.0ms) 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-04-24 13:20:07.608623"]]
58
+ Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:07.615959"], ["id", 1]]
162
59
   (0.2ms) RELEASE SAVEPOINT active_record_1
163
-  (0.3ms) SAVEPOINT active_record_1
164
- ActiveStorage::Attachment Create (1.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-03-31 08:54:30.373942"]]
165
- Cmor::Carousels::Carousel Update (0.8ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:30.379804"], ["id", 1]]
166
-  (0.3ms) RELEASE SAVEPOINT active_record_1
167
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 22dd31ce-281d-4e27-b91e-c28dae6aa989) to Async(default) with arguments: #<GlobalID:0x00000005752740 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
168
- ActiveStorage::Blob Load (2.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
169
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22dd31ce-281d-4e27-b91e-c28dae6aa989] Performing ActiveStorage::AnalyzeJob (Job ID: 22dd31ce-281d-4e27-b91e-c28dae6aa989) from Async(default) with arguments: #<GlobalID:0x00000005745ef0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
170
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22dd31ce-281d-4e27-b91e-c28dae6aa989]  Disk Storage (0.4ms) Downloaded file from key: cH4tfkxybxrK48RcN3AfPW5d
171
-  (0.2ms) SAVEPOINT active_record_1
172
- 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]]
173
- 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-03-31 08:54:30.406214"], ["updated_at", "2019-03-31 08:54:30.406214"]]
60
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: b957716f-9543-41f2-97b4-30fec9af1a4d) to Async(default) with arguments: #<GlobalID:0x000000025220e0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
61
+ ActiveStorage::Blob Load (1.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
62
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [b957716f-9543-41f2-97b4-30fec9af1a4d] Performing ActiveStorage::AnalyzeJob (Job ID: b957716f-9543-41f2-97b4-30fec9af1a4d) from Async(default) with arguments: #<GlobalID:0x000000025430b0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
63
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [c50d8e99-91d2-43ce-944b-6c69d875a470]  (0.1ms) SAVEPOINT active_record_1
64
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [c50d8e99-91d2-43ce-944b-6c69d875a470] ActiveStorage::Blob Update (0.1ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 2]]
65
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [c50d8e99-91d2-43ce-944b-6c69d875a470]  (0.1ms) RELEASE SAVEPOINT active_record_1
66
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [c50d8e99-91d2-43ce-944b-6c69d875a470] Performed ActiveStorage::AnalyzeJob (Job ID: c50d8e99-91d2-43ce-944b-6c69d875a470) from Async(default) in 81.6ms
67
+  (0.1ms) SAVEPOINT active_record_1
68
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [b957716f-9543-41f2-97b4-30fec9af1a4d]  Disk Storage (0.5ms) Downloaded file from key: MLzFDG6KotBpEcjqyp5ssz1T
69
+ 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]]
70
+ 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]]
71
+ 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]]
72
+ Cmor::Carousels::ItemDetail Create (1.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-04-24 13:20:07.633436"], ["created_at", "2019-04-24 13:20:07.642586"], ["updated_at", "2019-04-24 13:20:07.642586"]]
73
+  (0.1ms) RELEASE SAVEPOINT active_record_1
74
+  Disk Storage (2.4ms) Uploaded file to key: 2FLDTKPxMZV6ge31BAXBg8bW (checksum: PQckBuk+cVT3lBy73cnuAQ==)
75
+  (0.1ms) SAVEPOINT active_record_1
76
+ ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "2FLDTKPxMZV6ge31BAXBg8bW"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:07.658852"]]
77
+  (0.1ms) RELEASE SAVEPOINT active_record_1
78
+  (0.1ms) SAVEPOINT active_record_1
79
+ 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-04-24 13:20:07.667321"]]
80
+ Cmor::Carousels::Carousel Update (1.8ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:07.669187"], ["id", 1]]
174
81
   (0.1ms) RELEASE SAVEPOINT active_record_1
175
-  (0.4ms) rollback transaction
176
-  (1.8ms) begin transaction
82
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 3454ebb4-5394-412d-ad11-0fd0422acfd0) to Async(default) with arguments: #<GlobalID:0x000000031627d8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
83
+ ActiveStorage::Blob Load (1.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
84
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3454ebb4-5394-412d-ad11-0fd0422acfd0] Performing ActiveStorage::AnalyzeJob (Job ID: 3454ebb4-5394-412d-ad11-0fd0422acfd0) from Async(default) with arguments: #<GlobalID:0x000000031ef520 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
85
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3454ebb4-5394-412d-ad11-0fd0422acfd0]  Disk Storage (0.2ms) Downloaded file from key: 2FLDTKPxMZV6ge31BAXBg8bW
177
86
   (0.5ms) SAVEPOINT active_record_1
178
- 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]]
179
- Cmor::Carousels::Carousel Create (1.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-31 08:54:30.456572"], ["updated_at", "2019-03-31 08:54:30.456572"]]
180
-  (1.3ms) RELEASE SAVEPOINT active_record_1
181
-  Disk Storage (3.2ms) Uploaded file to key: xkpK28DBGFmAkuYh89UAhZhe (checksum: PQckBuk+cVT3lBy73cnuAQ==)
87
+ 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]]
88
+ ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
89
+ 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]]
90
+ 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]]
91
+ 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-04-24 13:20:07.688051"], ["created_at", "2019-04-24 13:20:07.702830"], ["updated_at", "2019-04-24 13:20:07.702830"]]
92
+  (0.1ms) RELEASE SAVEPOINT active_record_1
93
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [b957716f-9543-41f2-97b4-30fec9af1a4d] ActiveStorage::Blob Update (20.5ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
94
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [b957716f-9543-41f2-97b4-30fec9af1a4d] Performed ActiveStorage::AnalyzeJob (Job ID: b957716f-9543-41f2-97b4-30fec9af1a4d) from Async(default) in 84.48ms
95
+  (4.7ms) SELECT COUNT(*) FROM "cmor_carousels_item_details" WHERE "cmor_carousels_item_details"."carousel_id" = ? [["carousel_id", 1]]
96
+  (0.3ms) rollback transaction
97
+  (0.1ms) begin transaction
98
+  (0.1ms) SAVEPOINT active_record_1
99
+ 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_3"], ["LIMIT", 1]]
100
+ Cmor::Carousels::Carousel Create (0.2ms) 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-04-24 13:20:07.725543"], ["updated_at", "2019-04-24 13:20:07.725543"]]
101
+  (0.1ms) RELEASE SAVEPOINT active_record_1
102
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3454ebb4-5394-412d-ad11-0fd0422acfd0] ActiveStorage::Blob Update (6.1ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 2]]
103
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [3454ebb4-5394-412d-ad11-0fd0422acfd0] Performed ActiveStorage::AnalyzeJob (Job ID: 3454ebb4-5394-412d-ad11-0fd0422acfd0) from Async(default) in 48.81ms
104
+  Disk Storage (1.7ms) Uploaded file to key: RQXB3kswt1UE4qK2QBWU65h8 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
105
+  (0.1ms) SAVEPOINT active_record_1
106
+ ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "RQXB3kswt1UE4qK2QBWU65h8"], ["filename", "original.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:07.828182"]]
107
+  (0.1ms) RELEASE SAVEPOINT active_record_1
108
+  (0.1ms) SAVEPOINT active_record_1
109
+ 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-04-24 13:20:07.833967"]]
110
+ Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:07.835903"], ["id", 1]]
111
+  (0.1ms) RELEASE SAVEPOINT active_record_1
112
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 603084bd-00ed-4c9f-94d0-f80085d8f592) to Async(default) with arguments: #<GlobalID:0x00000002531400 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
113
+ ActiveStorage::Blob Load (0.8ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
114
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [603084bd-00ed-4c9f-94d0-f80085d8f592] Performing ActiveStorage::AnalyzeJob (Job ID: 603084bd-00ed-4c9f-94d0-f80085d8f592) from Async(default) with arguments: #<GlobalID:0x0000000255aee0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
115
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [603084bd-00ed-4c9f-94d0-f80085d8f592]  Disk Storage (0.1ms) Downloaded file from key: RQXB3kswt1UE4qK2QBWU65h8
182
116
   (0.2ms) SAVEPOINT active_record_1
183
- ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "xkpK28DBGFmAkuYh89UAhZhe"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:30.477306"]]
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.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]]
119
+ 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]]
120
+ Cmor::Carousels::ItemDetail Create (5.4ms) 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-04-24 13:20:07.845456"], ["created_at", "2019-04-24 13:20:07.853046"], ["updated_at", "2019-04-24 13:20:07.853046"]]
184
121
   (0.2ms) RELEASE SAVEPOINT active_record_1
185
-  (0.3ms) SAVEPOINT active_record_1
186
- 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-03-31 08:54:30.505217"]]
187
- Cmor::Carousels::Carousel Update (0.5ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:30.509545"], ["id", 1]]
188
-  (0.1ms) RELEASE SAVEPOINT active_record_1
189
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 397ab9de-0247-455c-b659-096066e8d462) to Async(default) with arguments: #<GlobalID:0x00000005685948 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
190
-  (0.3ms) SAVEPOINT active_record_1
191
- Cmor::Carousels::ItemDetail Load (2.1ms) 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]]
192
- 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-03-31 08:54:30.523810"], ["updated_at", "2019-03-31 08:54:30.523810"]]
193
-  (0.3ms) RELEASE SAVEPOINT active_record_1
194
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22dd31ce-281d-4e27-b91e-c28dae6aa989]  (0.1ms) SAVEPOINT active_record_1
195
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22dd31ce-281d-4e27-b91e-c28dae6aa989] 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]]
196
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22dd31ce-281d-4e27-b91e-c28dae6aa989]  (1.1ms) RELEASE SAVEPOINT active_record_1
197
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22dd31ce-281d-4e27-b91e-c28dae6aa989] Performed ActiveStorage::AnalyzeJob (Job ID: 22dd31ce-281d-4e27-b91e-c28dae6aa989) from Async(default) in 146.31ms
198
- ActiveStorage::Blob Load (23.8ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
199
- [ActiveJob] [ActiveStorage::AnalyzeJob] [397ab9de-0247-455c-b659-096066e8d462] Performing ActiveStorage::AnalyzeJob (Job ID: 397ab9de-0247-455c-b659-096066e8d462) from Async(default) with arguments: #<GlobalID:0x00000005637590 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
200
-  (0.7ms) rollback transaction
201
-  (0.1ms) begin transaction
202
- [ActiveJob] [ActiveStorage::AnalyzeJob] [397ab9de-0247-455c-b659-096066e8d462]  Disk Storage (7.9ms) Downloaded file from key: xkpK28DBGFmAkuYh89UAhZhe
203
-  (0.2ms) SAVEPOINT active_record_1
204
- 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]]
205
- Cmor::Carousels::Carousel Create (1.0ms) 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-31 08:54:30.610399"], ["updated_at", "2019-03-31 08:54:30.610399"]]
206
-  (0.5ms) RELEASE SAVEPOINT active_record_1
207
-  Disk Storage (4.0ms) Uploaded file to key: 26AEgTpLjdUEkfgwDMYvsnMC (checksum: PQckBuk+cVT3lBy73cnuAQ==)
122
+  Disk Storage (0.9ms) Uploaded file to key: Ekb3S582aUkjQ4LU2wbS94pJ (checksum: PQckBuk+cVT3lBy73cnuAQ==)
208
123
   (0.2ms) SAVEPOINT active_record_1
209
- ActiveStorage::Blob Create (2.0ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "26AEgTpLjdUEkfgwDMYvsnMC"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:30.659679"]]
210
-  (0.9ms) RELEASE SAVEPOINT active_record_1
211
-  (1.0ms) SAVEPOINT active_record_1
212
- 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", 1], ["created_at", "2019-03-31 08:54:30.688533"]]
213
- Cmor::Carousels::Carousel Update (0.6ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:30.696613"], ["id", 1]]
124
+ ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "Ekb3S582aUkjQ4LU2wbS94pJ"], ["filename", "appended.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:07.874998"]]
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-04-24 13:20:07.879637"]]
128
+ Cmor::Carousels::Carousel Update (1.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:07.881079"], ["id", 1]]
214
129
   (0.2ms) RELEASE SAVEPOINT active_record_1
215
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: b15118fe-dc8c-4623-925c-f3437d69c003) to Async(default) with arguments: #<GlobalID:0x00000005719cd8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
216
- [ActiveJob] [ActiveStorage::AnalyzeJob] [397ab9de-0247-455c-b659-096066e8d462]  (0.4ms) SAVEPOINT active_record_1
217
- [ActiveJob] [ActiveStorage::AnalyzeJob] [397ab9de-0247-455c-b659-096066e8d462]  (1.5ms) RELEASE SAVEPOINT active_record_1
218
- [ActiveJob] [ActiveStorage::AnalyzeJob] [397ab9de-0247-455c-b659-096066e8d462] Performed ActiveStorage::AnalyzeJob (Job ID: 397ab9de-0247-455c-b659-096066e8d462) from Async(default) in 176.91ms
219
- ActiveStorage::Blob Load (16.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
220
-  (0.8ms) SAVEPOINT active_record_1
221
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b15118fe-dc8c-4623-925c-f3437d69c003] Performing ActiveStorage::AnalyzeJob (Job ID: b15118fe-dc8c-4623-925c-f3437d69c003) from Async(default) with arguments: #<GlobalID:0x000000056c26e0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
222
- Cmor::Carousels::ItemDetail Load (2.7ms) 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]]
223
- Cmor::Carousels::ItemDetail Create (1.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-03-31 08:54:30.732549"], ["updated_at", "2019-03-31 08:54:30.732549"]]
224
-  (0.5ms) RELEASE SAVEPOINT active_record_1
225
-  (0.7ms) rollback transaction
226
-  (0.2ms) begin transaction
227
-  (0.4ms) SAVEPOINT active_record_1
228
- 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]]
229
- Cmor::Carousels::Carousel Create (2.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-03-31 08:54:30.802894"], ["updated_at", "2019-03-31 08:54:30.802894"]]
230
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b15118fe-dc8c-4623-925c-f3437d69c003]  Disk Storage (59.8ms) Downloaded file from key: 26AEgTpLjdUEkfgwDMYvsnMC
231
-  (8.2ms) RELEASE SAVEPOINT active_record_1
232
-  Disk Storage (14.6ms) Uploaded file to key: 8syQAvbeB2riQeBX4yE3ZBA6 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
233
-  (0.4ms) SAVEPOINT active_record_1
234
- ActiveStorage::Blob Create (3.0ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "8syQAvbeB2riQeBX4yE3ZBA6"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:30.875958"]]
235
-  (0.7ms) RELEASE SAVEPOINT active_record_1
236
-  (0.6ms) SAVEPOINT active_record_1
237
- ActiveStorage::Attachment Create (7.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-03-31 08:54:30.908954"]]
238
- Cmor::Carousels::Carousel Update (0.5ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:30.920808"], ["id", 1]]
239
-  (0.4ms) RELEASE SAVEPOINT active_record_1
240
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: b4f3ed91-1f1b-4318-8bd1-e9ee33cac381) to Async(default) with arguments: #<GlobalID:0x00000005544868 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
241
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b15118fe-dc8c-4623-925c-f3437d69c003]  (0.4ms) SAVEPOINT active_record_1
242
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b15118fe-dc8c-4623-925c-f3437d69c003] ActiveStorage::Blob Update (0.8ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
243
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b15118fe-dc8c-4623-925c-f3437d69c003]  (0.3ms) RELEASE SAVEPOINT active_record_1
244
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b15118fe-dc8c-4623-925c-f3437d69c003] Performed ActiveStorage::AnalyzeJob (Job ID: b15118fe-dc8c-4623-925c-f3437d69c003) from Async(default) in 214.93ms
245
- ActiveStorage::Blob Load (10.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
130
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 237a9ef3-c018-44b9-a018-c09c7fc38577) to Async(default) with arguments: #<GlobalID:0x0000000309f1c0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
131
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [603084bd-00ed-4c9f-94d0-f80085d8f592]  (0.1ms) SAVEPOINT active_record_1
132
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [603084bd-00ed-4c9f-94d0-f80085d8f592] 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]]
133
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [603084bd-00ed-4c9f-94d0-f80085d8f592]  (0.1ms) RELEASE SAVEPOINT active_record_1
134
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [603084bd-00ed-4c9f-94d0-f80085d8f592] Performed ActiveStorage::AnalyzeJob (Job ID: 603084bd-00ed-4c9f-94d0-f80085d8f592) from Async(default) in 54.33ms
135
+  (0.1ms) SAVEPOINT active_record_1
136
+ 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]]
137
+ ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
138
+ 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]]
139
+ 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]]
140
+ 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-04-24 13:20:07.899746"], ["created_at", "2019-04-24 13:20:07.905291"], ["updated_at", "2019-04-24 13:20:07.905291"]]
141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
142
+ ActiveStorage::Blob Load (18.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
143
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [237a9ef3-c018-44b9-a018-c09c7fc38577] Performing ActiveStorage::AnalyzeJob (Job ID: 237a9ef3-c018-44b9-a018-c09c7fc38577) from Async(default) with arguments: #<GlobalID:0x00000003460930 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
144
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [237a9ef3-c018-44b9-a018-c09c7fc38577]  Disk Storage (0.2ms) Downloaded file from key: Ekb3S582aUkjQ4LU2wbS94pJ
145
+  (0.3ms) rollback transaction
146
+  (0.1ms) begin transaction
246
147
   (0.2ms) SAVEPOINT active_record_1
247
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b4f3ed91-1f1b-4318-8bd1-e9ee33cac381] Performing ActiveStorage::AnalyzeJob (Job ID: b4f3ed91-1f1b-4318-8bd1-e9ee33cac381) from Async(default) with arguments: #<GlobalID:0x000000054f5308 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
248
- 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]]
249
- 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-03-31 08:54:30.961074"], ["updated_at", "2019-03-31 08:54:30.961074"]]
148
+ 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_4"], ["LIMIT", 1]]
149
+ Cmor::Carousels::Carousel Create (0.4ms) 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-04-24 13:20:07.941884"], ["updated_at", "2019-04-24 13:20:07.941884"]]
250
150
   (0.2ms) RELEASE SAVEPOINT active_record_1
251
-  (0.6ms) rollback transaction
252
-  (0.2ms) begin transaction
253
-  (0.0ms) SAVEPOINT active_record_1
254
- 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]]
255
- Cmor::Carousels::Carousel Create (4.9ms) 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-31 08:54:31.004973"], ["updated_at", "2019-03-31 08:54:31.004973"]]
256
-  (3.0ms) RELEASE SAVEPOINT active_record_1
257
-  Disk Storage (2.8ms) Uploaded file to key: oAVh3cV4vinC3Gjpc2XEKY6Y (checksum: PQckBuk+cVT3lBy73cnuAQ==)
258
-  (0.2ms) SAVEPOINT active_record_1
259
- ActiveStorage::Blob Create (1.9ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "oAVh3cV4vinC3Gjpc2XEKY6Y"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:31.035367"]]
260
-  (0.4ms) RELEASE SAVEPOINT active_record_1
261
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b4f3ed91-1f1b-4318-8bd1-e9ee33cac381]  Disk Storage (77.5ms) Downloaded file from key: 8syQAvbeB2riQeBX4yE3ZBA6
262
-  (0.9ms) SAVEPOINT active_record_1
263
- ActiveStorage::Attachment Create (2.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-31 08:54:31.074017"]]
264
- Cmor::Carousels::Carousel Update (0.6ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:31.082436"], ["id", 1]]
265
-  (0.7ms) RELEASE SAVEPOINT active_record_1
266
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: f56baa29-4926-48ed-bb8d-4ce98ce49174) to Async(default) with arguments: #<GlobalID:0x000000029169d0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
267
-  (0.5ms) SAVEPOINT active_record_1
268
- 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]]
269
- Cmor::Carousels::ItemDetail Create (2.0ms) 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-31 08:54:31.101573"], ["updated_at", "2019-03-31 08:54:31.101573"]]
270
-  (0.6ms) RELEASE SAVEPOINT active_record_1
271
- ActiveStorage::Blob Load (26.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
272
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f56baa29-4926-48ed-bb8d-4ce98ce49174] Performing ActiveStorage::AnalyzeJob (Job ID: f56baa29-4926-48ed-bb8d-4ce98ce49174) from Async(default) with arguments: #<GlobalID:0x00000002fa4cc0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
273
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b4f3ed91-1f1b-4318-8bd1-e9ee33cac381]  (0.3ms) SAVEPOINT active_record_1
274
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b4f3ed91-1f1b-4318-8bd1-e9ee33cac381]  (0.3ms) RELEASE SAVEPOINT active_record_1
275
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b4f3ed91-1f1b-4318-8bd1-e9ee33cac381] Performed ActiveStorage::AnalyzeJob (Job ID: b4f3ed91-1f1b-4318-8bd1-e9ee33cac381) from Async(default) in 190.91ms
276
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f56baa29-4926-48ed-bb8d-4ce98ce49174]  Disk Storage (30.4ms) Downloaded file from key: oAVh3cV4vinC3Gjpc2XEKY6Y
277
-  (1.8ms) rollback transaction
278
-  (0.2ms) begin transaction
151
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [237a9ef3-c018-44b9-a018-c09c7fc38577]  (0.1ms) SAVEPOINT active_record_1
152
+  Disk Storage (3.4ms) Uploaded file to key: g8H5qQAAxYkVHetonkS1ouiE (checksum: PQckBuk+cVT3lBy73cnuAQ==)
153
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [237a9ef3-c018-44b9-a018-c09c7fc38577] 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]]
154
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [237a9ef3-c018-44b9-a018-c09c7fc38577]  (0.1ms) RELEASE SAVEPOINT active_record_1
155
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [237a9ef3-c018-44b9-a018-c09c7fc38577] Performed ActiveStorage::AnalyzeJob (Job ID: 237a9ef3-c018-44b9-a018-c09c7fc38577) from Async(default) in 130.69ms
156
+ ActiveStorage::Blob Create (1.8ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "g8H5qQAAxYkVHetonkS1ouiE"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:08.040178"]]
279
157
   (0.1ms) SAVEPOINT active_record_1
280
- 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_9"], ["LIMIT", 1]]
281
- Cmor::Carousels::Carousel Create (1.0ms) 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-31 08:54:31.243454"], ["updated_at", "2019-03-31 08:54:31.243454"]]
282
-  (0.3ms) RELEASE SAVEPOINT active_record_1
283
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f56baa29-4926-48ed-bb8d-4ce98ce49174] ActiveStorage::Blob Update (5.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
284
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f56baa29-4926-48ed-bb8d-4ce98ce49174] Performed ActiveStorage::AnalyzeJob (Job ID: f56baa29-4926-48ed-bb8d-4ce98ce49174) from Async(default) in 129.28ms
285
-  Disk Storage (1.0ms) Uploaded file to key: 6Ck7TjB8q5XHcvFuKurZjF85 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
286
-  (0.2ms) SAVEPOINT active_record_1
287
- ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "6Ck7TjB8q5XHcvFuKurZjF85"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:31.267009"]]
158
+ 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-04-24 13:20:08.045970"]]
159
+ Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:08.047318"], ["id", 1]]
288
160
   (0.1ms) RELEASE SAVEPOINT active_record_1
161
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: cf7463c8-1073-484d-960a-2ff411ead130) to Async(default) with arguments: #<GlobalID:0x000000059869f8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
162
+ ActiveStorage::Blob Load (0.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
163
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [cf7463c8-1073-484d-960a-2ff411ead130] Performing ActiveStorage::AnalyzeJob (Job ID: cf7463c8-1073-484d-960a-2ff411ead130) from Async(default) with arguments: #<GlobalID:0x00000005977a98 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
164
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [cf7463c8-1073-484d-960a-2ff411ead130]  Disk Storage (0.1ms) Downloaded file from key: g8H5qQAAxYkVHetonkS1ouiE
289
165
   (0.1ms) SAVEPOINT active_record_1
290
- ActiveStorage::Attachment Create (1.0ms) 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-31 08:54:31.279088"]]
291
- Cmor::Carousels::Carousel Update (0.7ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:31.289442"], ["id", 1]]
292
-  (0.3ms) RELEASE SAVEPOINT active_record_1
293
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 1d22e1f4-8c28-47ed-9e80-687e6558e3fe) to Async(default) with arguments: #<GlobalID:0x00000004e34848 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
294
- ActiveStorage::Blob Load (1.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
295
-  (0.2ms) SAVEPOINT active_record_1
296
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1d22e1f4-8c28-47ed-9e80-687e6558e3fe] Performing ActiveStorage::AnalyzeJob (Job ID: 1d22e1f4-8c28-47ed-9e80-687e6558e3fe) from Async(default) with arguments: #<GlobalID:0x00000004e46408 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
297
- 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]]
298
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1d22e1f4-8c28-47ed-9e80-687e6558e3fe]  Disk Storage (0.5ms) Downloaded file from key: 6Ck7TjB8q5XHcvFuKurZjF85
299
- Cmor::Carousels::ItemDetail Create (1.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-31 08:54:31.306759"], ["updated_at", "2019-03-31 08:54:31.306759"]]
300
-  (0.6ms) RELEASE SAVEPOINT active_record_1
301
-  (1.9ms) rollback transaction
302
-  (0.3ms) begin transaction
303
-  (0.2ms) rollback transaction
166
+ 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]]
167
+ 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-04-24 13:20:08.054354"], ["updated_at", "2019-04-24 13:20:08.054354"]]
168
+  (0.1ms) RELEASE SAVEPOINT active_record_1
169
+  (3.3ms) rollback transaction
304
170
   (0.2ms) begin transaction
305
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1d22e1f4-8c28-47ed-9e80-687e6558e3fe]  (0.3ms) begin transaction
171
+  (0.1ms) SAVEPOINT active_record_1
172
+ 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_5"], ["LIMIT", 1]]
173
+ Cmor::Carousels::Carousel Create (3.0ms) 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-04-24 13:20:08.080096"], ["updated_at", "2019-04-24 13:20:08.080096"]]
174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
175
+  Disk Storage (4.2ms) Uploaded file to key: J8tAdKVE1RTV6kyzKJnUdrsX (checksum: PQckBuk+cVT3lBy73cnuAQ==)
176
+  (0.1ms) SAVEPOINT active_record_1
177
+ ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "J8tAdKVE1RTV6kyzKJnUdrsX"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:08.092765"]]
178
+  (0.1ms) RELEASE SAVEPOINT active_record_1
179
+  (0.1ms) SAVEPOINT active_record_1
180
+ ActiveStorage::Attachment Create (2.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-04-24 13:20:08.100200"]]
181
+ Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:08.103440"], ["id", 1]]
182
+  (0.1ms) RELEASE SAVEPOINT active_record_1
183
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: fec246d2-9320-4828-a545-8ac776e92bbb) to Async(default) with arguments: #<GlobalID:0x000000058b6618 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
184
+  (0.1ms) SAVEPOINT active_record_1
185
+ 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]]
186
+ Cmor::Carousels::ItemDetail Create (1.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-04-24 13:20:08.107322"], ["updated_at", "2019-04-24 13:20:08.107322"]]
187
+  (0.1ms) RELEASE SAVEPOINT active_record_1
188
+ ActiveStorage::Blob Load (5.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
189
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [fec246d2-9320-4828-a545-8ac776e92bbb] Performing ActiveStorage::AnalyzeJob (Job ID: fec246d2-9320-4828-a545-8ac776e92bbb) from Async(default) with arguments: #<GlobalID:0x00000005857140 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
190
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [cf7463c8-1073-484d-960a-2ff411ead130] ActiveStorage::Blob Update (9.0ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
191
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [cf7463c8-1073-484d-960a-2ff411ead130] Performed ActiveStorage::AnalyzeJob (Job ID: cf7463c8-1073-484d-960a-2ff411ead130) from Async(default) in 69.12ms
192
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [fec246d2-9320-4828-a545-8ac776e92bbb]  Disk Storage (4.5ms) Downloaded file from key: J8tAdKVE1RTV6kyzKJnUdrsX
306
193
   (0.2ms) rollback transaction
307
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1d22e1f4-8c28-47ed-9e80-687e6558e3fe]  (0.1ms) begin transaction
308
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1d22e1f4-8c28-47ed-9e80-687e6558e3fe] 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]]
309
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1d22e1f4-8c28-47ed-9e80-687e6558e3fe]  (0.1ms) commit transaction
310
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1d22e1f4-8c28-47ed-9e80-687e6558e3fe]  (0.1ms) commit transaction
311
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1d22e1f4-8c28-47ed-9e80-687e6558e3fe] Performed ActiveStorage::AnalyzeJob (Job ID: 1d22e1f4-8c28-47ed-9e80-687e6558e3fe) from Async(default) in 85.67ms
312
-  (0.4ms) begin transaction
313
- Cmor::Carousels::Carousel Exists (1.0ms) 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]]
314
-  (0.4ms) rollback transaction
315
-  (0.4ms) begin transaction
316
- Cmor::Carousels::Carousel Exists (0.7ms) 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]]
317
-  (0.4ms) rollback transaction
318
-  (0.2ms) begin transaction
319
-  (0.3ms) SAVEPOINT active_record_1
320
- 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]]
321
- Cmor::Carousels::Carousel Create (1.7ms) 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-31 08:54:31.518186"], ["updated_at", "2019-03-31 08:54:31.518186"]]
322
-  (0.4ms) RELEASE SAVEPOINT active_record_1
323
-  (0.6ms) rollback transaction
324
-  (0.3ms) begin transaction
194
+  (0.1ms) begin transaction
195
+  (0.1ms) SAVEPOINT active_record_1
196
+ 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_6"], ["LIMIT", 1]]
197
+ 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-04-24 13:20:08.146766"], ["updated_at", "2019-04-24 13:20:08.146766"]]
198
+  (0.1ms) RELEASE SAVEPOINT active_record_1
199
+  Disk Storage (5.7ms) Uploaded file to key: cYC44zkZ9CzKkhwvDSJ6vduS (checksum: PQckBuk+cVT3lBy73cnuAQ==)
200
+  (0.2ms) SAVEPOINT active_record_1
201
+ ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "cYC44zkZ9CzKkhwvDSJ6vduS"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:08.169205"]]
202
+  (1.0ms) RELEASE SAVEPOINT active_record_1
203
+  (0.1ms) SAVEPOINT active_record_1
204
+ 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-04-24 13:20:08.177599"]]
205
+ Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:08.179676"], ["id", 1]]
206
+  (0.1ms) RELEASE SAVEPOINT active_record_1
207
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 63a5b56c-ce33-4e6c-b621-390097226161) to Async(default) with arguments: #<GlobalID:0x0000000593d348 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
208
+  (0.2ms) SAVEPOINT active_record_1
209
+ 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]]
210
+ 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-04-24 13:20:08.185708"], ["updated_at", "2019-04-24 13:20:08.185708"]]
211
+  (0.1ms) RELEASE SAVEPOINT active_record_1
212
+ ActiveStorage::Blob Load (6.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
213
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [63a5b56c-ce33-4e6c-b621-390097226161] Performing ActiveStorage::AnalyzeJob (Job ID: 63a5b56c-ce33-4e6c-b621-390097226161) from Async(default) with arguments: #<GlobalID:0x000000058e5aa8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
214
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [63a5b56c-ce33-4e6c-b621-390097226161]  Disk Storage (0.1ms) Downloaded file from key: cYC44zkZ9CzKkhwvDSJ6vduS
215
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [fec246d2-9320-4828-a545-8ac776e92bbb]  (0.1ms) SAVEPOINT active_record_1
216
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [fec246d2-9320-4828-a545-8ac776e92bbb] 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]]
217
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [fec246d2-9320-4828-a545-8ac776e92bbb]  (0.1ms) RELEASE SAVEPOINT active_record_1
218
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [fec246d2-9320-4828-a545-8ac776e92bbb] Performed ActiveStorage::AnalyzeJob (Job ID: fec246d2-9320-4828-a545-8ac776e92bbb) from Async(default) in 84.03ms
325
219
   (0.3ms) rollback transaction
326
-  (0.3ms) begin transaction
327
-  (0.2ms) rollback transaction
328
220
   (0.1ms) begin transaction
329
-  Disk Storage (8.0ms) Uploaded file to key: cag3X6hn5ghy7jyEXcutEeoG (checksum: PQckBuk+cVT3lBy73cnuAQ==)
330
-  (0.3ms) SAVEPOINT active_record_1
331
- ActiveStorage::Blob Create (0.7ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "cag3X6hn5ghy7jyEXcutEeoG"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:31.860506"]]
332
-  (0.5ms) RELEASE SAVEPOINT active_record_1
333
-  (0.4ms) rollback transaction
334
-  (0.5ms) begin transaction
335
-  (0.2ms) rollback transaction
336
-  (1.0ms) begin transaction
337
-  Disk Storage (6.2ms) Uploaded file to key: L26bUe4BVrLHtDA5k4PyH55Y (checksum: PQckBuk+cVT3lBy73cnuAQ==)
338
-  (0.3ms) SAVEPOINT active_record_1
339
- ActiveStorage::Blob Create (0.7ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "L26bUe4BVrLHtDA5k4PyH55Y"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-03-31 08:54:31.931395"]]
340
-  (0.2ms) RELEASE SAVEPOINT active_record_1
341
-  (0.3ms) SAVEPOINT active_record_1
342
- 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_13"], ["LIMIT", 1]]
343
- Cmor::Carousels::Carousel Create (0.9ms) 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-31 08:54:31.959150"], ["updated_at", "2019-03-31 08:54:31.959150"]]
344
- ActiveStorage::Attachment Create (1.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-31 08:54:31.967847"]]
345
- 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]]
346
- Cmor::Carousels::ItemDetail Create (1.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-31 08:54:31.944078"], ["created_at", "2019-03-31 08:54:31.977794"], ["updated_at", "2019-03-31 08:54:31.977794"]]
347
- 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]]
348
- 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", 2], ["created_at", "2019-03-31 08:54:31.986880"], ["updated_at", "2019-03-31 08:54:31.986880"]]
349
- Cmor::Carousels::Carousel Update (0.6ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-03-31 08:54:31.975244"], ["id", 1]]
221
+  (0.1ms) SAVEPOINT active_record_1
222
+ 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]]
223
+ Cmor::Carousels::Carousel Create (0.5ms) 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-04-24 13:20:08.213470"], ["updated_at", "2019-04-24 13:20:08.213470"]]
224
+  (0.1ms) RELEASE SAVEPOINT active_record_1
225
+  Disk Storage (6.1ms) Uploaded file to key: T1WggUyWv27Km7VcDu6VTjGx (checksum: PQckBuk+cVT3lBy73cnuAQ==)
226
+  (0.1ms) SAVEPOINT active_record_1
227
+ ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "T1WggUyWv27Km7VcDu6VTjGx"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:08.229413"]]
350
228
   (0.2ms) RELEASE SAVEPOINT active_record_1
351
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 1e354b9c-6945-42ad-b418-2608aee989d2) to Async(default) with arguments: #<GlobalID:0x000000039daf50 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
352
- ActiveStorage::Blob Load (3.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
353
-  (0.6ms) rollback transaction
354
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1e354b9c-6945-42ad-b418-2608aee989d2] Performing ActiveStorage::AnalyzeJob (Job ID: 1e354b9c-6945-42ad-b418-2608aee989d2) from Async(default) with arguments: #<GlobalID:0x00000003a29f88 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
355
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1e354b9c-6945-42ad-b418-2608aee989d2]  Disk Storage (0.5ms) Downloaded file from key: L26bUe4BVrLHtDA5k4PyH55Y
356
-  (0.7ms) begin transaction
357
-  (0.1ms) rollback transaction
358
-  (0.3ms) begin transaction
229
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [63a5b56c-ce33-4e6c-b621-390097226161] ActiveStorage::Blob Update (2.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
230
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [63a5b56c-ce33-4e6c-b621-390097226161] Performed ActiveStorage::AnalyzeJob (Job ID: 63a5b56c-ce33-4e6c-b621-390097226161) from Async(default) in 46.37ms
231
+  (0.0ms) SAVEPOINT active_record_1
232
+ ActiveStorage::Attachment Create (1.0ms) 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-04-24 13:20:08.239086"]]
233
+ Cmor::Carousels::Carousel Update (0.1ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:08.240889"], ["id", 1]]
234
+  (0.1ms) RELEASE SAVEPOINT active_record_1
235
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 75b2bcf8-0faa-48bb-868c-87fddacc1eaa) to Async(default) with arguments: #<GlobalID:0x00000005737a58 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
236
+ ActiveStorage::Blob Load (0.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
237
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [75b2bcf8-0faa-48bb-868c-87fddacc1eaa] Performing ActiveStorage::AnalyzeJob (Job ID: 75b2bcf8-0faa-48bb-868c-87fddacc1eaa) from Async(default) with arguments: #<GlobalID:0x0000000571dc98 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
238
+  (0.1ms) SAVEPOINT active_record_1
239
+ 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]]
240
+ 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-04-24 13:20:08.246736"], ["updated_at", "2019-04-24 13:20:08.246736"]]
241
+  (0.1ms) RELEASE SAVEPOINT active_record_1
359
242
   (0.2ms) rollback transaction
360
-  (0.3ms) begin transaction
243
+  (0.1ms) begin transaction
244
+  (0.1ms) SAVEPOINT active_record_1
245
+ 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_8"], ["LIMIT", 1]]
246
+ Cmor::Carousels::Carousel Create (0.4ms) 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-04-24 13:20:08.260120"], ["updated_at", "2019-04-24 13:20:08.260120"]]
247
+  (0.1ms) RELEASE SAVEPOINT active_record_1
248
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [75b2bcf8-0faa-48bb-868c-87fddacc1eaa]  Disk Storage (7.8ms) Downloaded file from key: T1WggUyWv27Km7VcDu6VTjGx
249
+  Disk Storage (0.7ms) Uploaded file to key: vgGfVjnoFRSknpbbbQxWBTvV (checksum: PQckBuk+cVT3lBy73cnuAQ==)
250
+  (0.1ms) SAVEPOINT active_record_1
251
+ ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "vgGfVjnoFRSknpbbbQxWBTvV"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:08.265791"]]
252
+  (0.1ms) RELEASE SAVEPOINT active_record_1
253
+  (0.1ms) SAVEPOINT active_record_1
254
+ 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-04-24 13:20:08.269548"]]
255
+ Cmor::Carousels::Carousel Update (0.8ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:08.275361"], ["id", 1]]
256
+  (0.1ms) RELEASE SAVEPOINT active_record_1
257
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 473c952c-5cdf-4295-af76-d35d966a923e) to Async(default) with arguments: #<GlobalID:0x000000055a3c00 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
258
+  (0.1ms) SAVEPOINT active_record_1
259
+ 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]]
260
+ 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-04-24 13:20:08.279291"], ["updated_at", "2019-04-24 13:20:08.279291"]]
261
+  (0.1ms) RELEASE SAVEPOINT active_record_1
262
+ ActiveStorage::Blob Load (10.6ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
263
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [473c952c-5cdf-4295-af76-d35d966a923e] Performing ActiveStorage::AnalyzeJob (Job ID: 473c952c-5cdf-4295-af76-d35d966a923e) from Async(default) with arguments: #<GlobalID:0x000000055224e8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
361
264
   (0.3ms) rollback transaction
362
-  (0.3ms) begin transaction
265
+  (0.1ms) begin transaction
266
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [473c952c-5cdf-4295-af76-d35d966a923e]  Disk Storage (14.4ms) Downloaded file from key: vgGfVjnoFRSknpbbbQxWBTvV
267
+  (0.2ms) SAVEPOINT active_record_1
268
+ 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_9"], ["LIMIT", 1]]
269
+ 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-04-24 13:20:08.317845"], ["updated_at", "2019-04-24 13:20:08.317845"]]
270
+  (0.1ms) RELEASE SAVEPOINT active_record_1
271
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [75b2bcf8-0faa-48bb-868c-87fddacc1eaa]  (0.1ms) SAVEPOINT active_record_1
272
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [75b2bcf8-0faa-48bb-868c-87fddacc1eaa]  (0.1ms) RELEASE SAVEPOINT active_record_1
273
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [75b2bcf8-0faa-48bb-868c-87fddacc1eaa] Performed ActiveStorage::AnalyzeJob (Job ID: 75b2bcf8-0faa-48bb-868c-87fddacc1eaa) from Async(default) in 78.75ms
274
+  Disk Storage (0.9ms) Uploaded file to key: sypdAkZ3jQbQFoPCFx7PaTeM (checksum: PQckBuk+cVT3lBy73cnuAQ==)
275
+  (0.1ms) SAVEPOINT active_record_1
276
+ ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "sypdAkZ3jQbQFoPCFx7PaTeM"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:08.326645"]]
277
+  (0.1ms) RELEASE SAVEPOINT active_record_1
278
+  (0.1ms) SAVEPOINT active_record_1
279
+ ActiveStorage::Attachment Create (3.0ms) 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-04-24 13:20:08.332828"]]
280
+ Cmor::Carousels::Carousel Update (0.3ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:08.338232"], ["id", 1]]
281
+  (0.1ms) RELEASE SAVEPOINT active_record_1
282
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979) to Async(default) with arguments: #<GlobalID:0x00000002e8ca68 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
283
+ ActiveStorage::Blob Load (0.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
284
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979] Performing ActiveStorage::AnalyzeJob (Job ID: 30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979) from Async(default) with arguments: #<GlobalID:0x00000002ee5c80 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
285
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979]  Disk Storage (0.1ms) Downloaded file from key: sypdAkZ3jQbQFoPCFx7PaTeM
286
+  (0.1ms) SAVEPOINT active_record_1
287
+ 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]]
288
+ Cmor::Carousels::ItemDetail Create (1.0ms) 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-04-24 13:20:08.349831"], ["updated_at", "2019-04-24 13:20:08.349831"]]
289
+  (0.1ms) RELEASE SAVEPOINT active_record_1
290
+  (0.3ms) rollback transaction
291
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [473c952c-5cdf-4295-af76-d35d966a923e]  (0.7ms) begin transaction
292
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [473c952c-5cdf-4295-af76-d35d966a923e] 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]]
293
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [473c952c-5cdf-4295-af76-d35d966a923e]  (0.0ms) commit transaction
294
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [473c952c-5cdf-4295-af76-d35d966a923e] Performed ActiveStorage::AnalyzeJob (Job ID: 473c952c-5cdf-4295-af76-d35d966a923e) from Async(default) in 72.75ms
295
+  (0.1ms) begin transaction
363
296
   (0.1ms) rollback transaction
364
-  (0.2ms) begin transaction
365
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1e354b9c-6945-42ad-b418-2608aee989d2]  (0.2ms) begin transaction
297
+  (0.1ms) begin transaction
298
+  (0.1ms) rollback transaction
299
+  (0.1ms) begin transaction
300
+ 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]]
301
+  (0.1ms) rollback transaction
302
+  (0.1ms) begin transaction
303
+ 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]]
304
+  (0.1ms) rollback transaction
305
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979]  (0.1ms) begin transaction
306
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979]  (0.1ms) begin transaction
307
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979] 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]]
308
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979]  (0.1ms) commit transaction
309
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979]  (0.1ms) commit transaction
310
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979] Performed ActiveStorage::AnalyzeJob (Job ID: 30bc6ed4-0b1a-4fa1-8743-4b0d3fbad979) from Async(default) in 88.05ms
311
+  (0.1ms) begin transaction
312
+  (0.1ms) SAVEPOINT active_record_1
313
+ 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_11"], ["LIMIT", 1]]
314
+ 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-04-24 13:20:08.441630"], ["updated_at", "2019-04-24 13:20:08.441630"]]
315
+  (0.1ms) RELEASE SAVEPOINT active_record_1
366
316
   (0.2ms) rollback transaction
367
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1e354b9c-6945-42ad-b418-2608aee989d2]  (0.3ms) begin transaction
368
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1e354b9c-6945-42ad-b418-2608aee989d2] ActiveStorage::Blob Update (1.3ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":830,\"height\":477,\"analyzed\":true}"], ["id", 1]]
369
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1e354b9c-6945-42ad-b418-2608aee989d2]  (0.4ms) commit transaction
370
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1e354b9c-6945-42ad-b418-2608aee989d2]  (0.2ms) commit transaction
371
-  (0.2ms) begin transaction
372
- [ActiveJob] [ActiveStorage::AnalyzeJob] [1e354b9c-6945-42ad-b418-2608aee989d2] Performed ActiveStorage::AnalyzeJob (Job ID: 1e354b9c-6945-42ad-b418-2608aee989d2) from Async(default) in 259.91ms
373
-  (0.8ms) rollback transaction
374
-  (0.3ms) begin transaction
317
+  (0.1ms) begin transaction
318
+  (0.1ms) rollback transaction
319
+  (0.1ms) begin transaction
375
320
   (0.1ms) rollback transaction
376
-  (0.3ms) begin transaction
321
+  (0.1ms) begin transaction
322
+  Disk Storage (0.7ms) Uploaded file to key: F71v6N241KPcsuWeR5y1epas (checksum: PQckBuk+cVT3lBy73cnuAQ==)
323
+  (0.1ms) SAVEPOINT active_record_1
324
+ ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "F71v6N241KPcsuWeR5y1epas"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:08.470239"]]
325
+  (0.9ms) RELEASE SAVEPOINT active_record_1
377
326
   (0.2ms) rollback transaction
378
-  (0.5ms) begin transaction
379
-  (0.9ms) rollback transaction
380
327
   (0.2ms) begin transaction
328
+  (0.1ms) rollback transaction
329
+  (0.1ms) begin transaction
330
+  Disk Storage (0.8ms) Uploaded file to key: bFmSAspcpNqQW4NcZ2BMJF4Q (checksum: PQckBuk+cVT3lBy73cnuAQ==)
331
+  (0.1ms) SAVEPOINT active_record_1
332
+ ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "bFmSAspcpNqQW4NcZ2BMJF4Q"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2019-04-24 13:20:08.598936"]]
333
+  (0.1ms) RELEASE SAVEPOINT active_record_1
334
+  (0.1ms) SAVEPOINT active_record_1
335
+ Cmor::Carousels::Carousel Exists (0.1ms) 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]]
336
+ Cmor::Carousels::Carousel Create (0.2ms) 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-04-24 13:20:08.607099"], ["updated_at", "2019-04-24 13:20:08.607099"]]
337
+ 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-04-24 13:20:08.608561"]]
338
+ 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]]
339
+ 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-04-24 13:20:08.604077"], ["created_at", "2019-04-24 13:20:08.610333"], ["updated_at", "2019-04-24 13:20:08.610333"]]
340
+ 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]]
341
+ 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-04-24 13:20:08.613504"], ["updated_at", "2019-04-24 13:20:08.613504"]]
342
+ Cmor::Carousels::Carousel Update (0.2ms) UPDATE "cmor_carousels_carousels" SET "updated_at" = ? WHERE "cmor_carousels_carousels"."id" = ? [["updated_at", "2019-04-24 13:20:08.609894"], ["id", 1]]
343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
344
+ [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 8c7a5d85-394b-4a2c-9d59-eb516094e670) to Async(default) with arguments: #<GlobalID:0x00000002e2f098 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
345
+ ActiveStorage::Blob Load (1.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
346
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [8c7a5d85-394b-4a2c-9d59-eb516094e670] Performing ActiveStorage::AnalyzeJob (Job ID: 8c7a5d85-394b-4a2c-9d59-eb516094e670) from Async(default) with arguments: #<GlobalID:0x00000002e50f40 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
347
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [8c7a5d85-394b-4a2c-9d59-eb516094e670]  Disk Storage (0.1ms) Downloaded file from key: bFmSAspcpNqQW4NcZ2BMJF4Q
381
348
   (0.3ms) rollback transaction
382
-  (0.6ms) begin transaction
383
-  (1.0ms) rollback transaction
349
+  (0.1ms) begin transaction
350
+  (0.1ms) rollback transaction
384
351
   (0.2ms) begin transaction
385
-  (0.3ms) rollback transaction
386
-  (0.3ms) begin transaction
387
-  (0.2ms) rollback transaction
388
-  (0.3ms) begin transaction
389
352
   (0.1ms) rollback transaction
390
353
   (0.1ms) begin transaction
391
354
   (0.1ms) rollback transaction
392
-  (0.4ms) begin transaction
393
-  (0.5ms) rollback transaction
394
-  (0.3ms) begin transaction
395
-  (0.5ms) rollback transaction
396
-  (0.3ms) begin transaction
355
+  (0.1ms) begin transaction
397
356
   (0.1ms) rollback transaction
398
357
   (0.1ms) begin transaction
399
-  (0.6ms) rollback transaction
400
-  (0.3ms) begin transaction
401
-  (0.2ms) rollback transaction
402
-  (0.3ms) begin transaction
403
-  (0.4ms) rollback transaction
404
-  (0.4ms) begin transaction
405
-  (0.4ms) rollback transaction
358
+  (0.1ms) rollback transaction
406
359
   (0.1ms) begin transaction
407
-  (0.2ms) rollback transaction
408
-  (0.8ms) begin transaction
409
-  (0.6ms) rollback transaction
410
-  (0.3ms) begin transaction
411
-  (0.2ms) rollback transaction
360
+  (0.1ms) rollback transaction
361
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [8c7a5d85-394b-4a2c-9d59-eb516094e670]  (0.1ms) begin transaction
362
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [8c7a5d85-394b-4a2c-9d59-eb516094e670] 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]]
363
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [8c7a5d85-394b-4a2c-9d59-eb516094e670]  (0.1ms) commit transaction
364
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [8c7a5d85-394b-4a2c-9d59-eb516094e670] Performed ActiveStorage::AnalyzeJob (Job ID: 8c7a5d85-394b-4a2c-9d59-eb516094e670) from Async(default) in 61.65ms
365
+  (0.1ms) begin transaction
366
+  (0.1ms) rollback transaction
367
+  (0.1ms) begin transaction
368
+  (0.1ms) rollback transaction
369
+  (0.1ms) begin transaction
370
+  (0.1ms) rollback transaction
371
+  (0.1ms) begin transaction
372
+  (0.1ms) rollback transaction
373
+  (0.1ms) begin transaction
374
+  (0.1ms) 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.7ms) begin transaction
388
+  (0.1ms) rollback transaction
389
+  (0.1ms) begin transaction
390
+  (0.0ms) rollback transaction
391
+  (0.1ms) begin transaction
392
+  (0.1ms) rollback transaction
412
393
   (0.0ms) begin transaction
413
-  (0.4ms) rollback transaction
414
-  (0.3ms) begin transaction
415
-  (0.4ms) rollback transaction
416
-  (0.3ms) begin transaction
417
-  (0.5ms) rollback transaction
418
-  (0.8ms) begin transaction
419
-  (0.2ms) rollback transaction
420
-  (0.4ms) begin transaction
421
-  (0.2ms) rollback transaction
422
-  (0.3ms) begin transaction
423
-  (0.3ms) rollback transaction
424
-  (1.5ms) begin transaction
425
-  (0.4ms) rollback transaction
426
-  (0.3ms) begin transaction
427
-  (0.2ms) rollback transaction
428
-  (0.3ms) begin transaction
429
-  (0.2ms) rollback transaction
430
-  (0.4ms) begin transaction
431
-  (0.9ms) rollback transaction
394
+  (0.1ms) rollback transaction
432
395
   (0.1ms) begin transaction
433
-  (9.4ms) rollback transaction
434
-  (0.4ms) begin transaction
435
396
   (0.1ms) rollback transaction
436
-  (0.2ms) begin transaction
397
+  (0.1ms) begin transaction
398
+  (0.1ms) rollback transaction
399
+  (0.1ms) begin transaction
400
+  (0.1ms) rollback transaction
401
+  (0.1ms) begin transaction
402
+  (0.1ms) rollback transaction
403
+  (0.1ms) begin transaction
404
+  (0.1ms) rollback transaction
405
+  (0.1ms) begin transaction
406
+  (0.1ms) rollback transaction
407
+  (0.1ms) begin transaction
408
+  (0.1ms) rollback transaction
409
+  (0.1ms) begin transaction
410
+  (0.1ms) rollback transaction
411
+  (0.1ms) begin transaction
412
+  (0.1ms) 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.1ms) rollback transaction
419
+  (0.1ms) begin transaction
420
+  (0.1ms) rollback transaction
421
+  (0.1ms) begin transaction
422
+  (0.1ms) rollback transaction
423
+  (0.1ms) begin transaction
424
+  (0.1ms) rollback transaction
425
+  (0.1ms) begin transaction
426
+  (0.1ms) rollback transaction
427
+  (0.1ms) begin transaction
437
428
   (0.3ms) rollback transaction