cmor_carousels 0.0.5.pre → 0.0.6.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/spec/dummy/Rakefile +6 -0
  3. data/spec/dummy/app/assets/javascripts/application.js +15 -0
  4. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  5. data/spec/dummy/app/controllers/application_controller.rb +2 -0
  6. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  7. data/spec/dummy/app/views/layouts/application.html.erb +15 -0
  8. data/spec/dummy/bin/rails +4 -0
  9. data/spec/dummy/config.ru +5 -0
  10. data/spec/dummy/config/application.rb +30 -0
  11. data/spec/dummy/config/boot.rb +5 -0
  12. data/spec/dummy/config/database.yml +25 -0
  13. data/spec/dummy/config/environment.rb +5 -0
  14. data/spec/dummy/config/environments/development.rb +61 -0
  15. data/spec/dummy/config/environments/test.rb +46 -0
  16. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  17. data/spec/dummy/config/initializers/cmor_carousels.rb +3 -0
  18. data/spec/dummy/config/initializers/inflections.rb +16 -0
  19. data/spec/dummy/config/initializers/mime_types.rb +4 -0
  20. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  21. data/spec/dummy/config/locales/en.yml +33 -0
  22. data/spec/dummy/config/routes.rb +3 -0
  23. data/spec/dummy/config/storage.yml +34 -0
  24. data/spec/dummy/db/development.sqlite3 +0 -0
  25. data/spec/dummy/db/migrate/{20190325173440_create_active_storage_tables.active_storage.rb → 20190331085346_create_active_storage_tables.active_storage.rb} +0 -0
  26. data/spec/dummy/db/migrate/{20190325173459_create_cmor_carousels_carousels.cmor_carousels.rb → 20190331085416_create_cmor_carousels_carousels.cmor_carousels.rb} +0 -0
  27. data/spec/dummy/db/migrate/{20190325173460_create_cmor_carousels_item_details.cmor_carousels.rb → 20190331085417_create_cmor_carousels_item_details.cmor_carousels.rb} +0 -0
  28. data/spec/dummy/db/schema.rb +55 -0
  29. data/spec/dummy/db/test.sqlite3 +0 -0
  30. data/spec/dummy/log/development.log +122 -0
  31. data/spec/dummy/log/test.log +437 -0
  32. data/spec/dummy/public/404.html +67 -0
  33. data/spec/dummy/public/422.html +67 -0
  34. data/spec/dummy/public/500.html +66 -0
  35. data/spec/dummy/public/favicon.ico +0 -0
  36. data/spec/dummy/tmp/development_secret.txt +1 -1
  37. data/spec/dummy/tmp/storage/{4t/Pp/4tPpcW5CyPofkX1P7khaWvUd → 26/AE/26AEgTpLjdUEkfgwDMYvsnMC} +0 -0
  38. data/spec/dummy/tmp/storage/{5u/4n/5u4nNsPGcgczDDUCtp6FqDsQ → 6C/k7/6Ck7TjB8q5XHcvFuKurZjF85} +0 -0
  39. data/spec/dummy/tmp/storage/{98/qo/98qo6DYXmifxYrVs92KWQ2WG → 8s/yQ/8syQAvbeB2riQeBX4yE3ZBA6} +0 -0
  40. data/spec/dummy/tmp/storage/{EC/jp/ECjpcy6sdVJqiQpwJucy1S5T → Je/hz/JehzP6iuNXDQv4ER8G3xtxKu} +0 -0
  41. data/spec/dummy/tmp/storage/{F4/R1/F4R1qzhGDusWDTeQc18UpGwR → L2/6b/L26bUe4BVrLHtDA5k4PyH55Y} +0 -0
  42. data/spec/dummy/tmp/storage/{Mz/rE/MzrELJuyxxU22ExhWZSLybnD → b6/Qq/b6QqQjSv3uKCsqkxdh6ad7gP} +0 -0
  43. data/spec/dummy/tmp/storage/{UU/ky/UUkyn1LoRKPsEcyUCbnhNZYm → cH/4t/cH4tfkxybxrK48RcN3AfPW5d} +0 -0
  44. data/spec/dummy/tmp/storage/{YW/D2/YWD22RbB3McDpjwWnJkKJsC4 → ca/g3/cag3X6hn5ghy7jyEXcutEeoG} +0 -0
  45. data/spec/dummy/tmp/storage/{cw/a8/cwa8cvDLTGbuacNV2uAXZFdR → oA/Vh/oAVh3cV4vinC3Gjpc2XEKY6Y} +0 -0
  46. data/spec/dummy/tmp/storage/{gD/jk/gDjkgjTAAJ9GrKhpXGELe9ba → pE/aN/pEaNyVxKkzxyGvC3hAEX8cKN} +0 -0
  47. data/spec/dummy/tmp/storage/{jP/bJ/jPbJnDBUmR15rMKwK1KLJM6U → q5/M4/q5M4DG6JdJNWrZgbiVyZHLb5} +0 -0
  48. data/spec/dummy/tmp/storage/{kD/9U/kD9UF5vP6ASaYSmqLofAbJKY → qF/Xd/qFXdkBHyZBSkLF3J9LzXb3hp} +0 -0
  49. data/spec/dummy/tmp/storage/{s8/7h/s87h8BZd7Ke93oKJGLK2h7gG → t2/A8/t2A8wMukKNjuCnAwV1hQ4hcn} +0 -0
  50. data/spec/dummy/tmp/storage/{xM/hy/xMhyjmrVVnTqw7Y77muEfd61 → xk/pK/xkpK28DBGFmAkuYh89UAhZhe} +0 -0
  51. metadata +60 -31
Binary file
@@ -0,0 +1,122 @@
1
+  (0.4ms) SELECT sqlite_version(*)
2
+ ↳ bin/rails:4
3
+  (17.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
+ ↳ bin/rails:4
5
+  (8.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
6
+ ↳ bin/rails:4
7
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
+ ↳ bin/rails:4
9
+ Migrating to CreateActiveStorageTables (20190331085346)
10
+  (0.2ms) begin transaction
11
+ ↳ bin/rails:4
12
+  (1.6ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
13
+ ↳ db/migrate/20190331085346_create_active_storage_tables.active_storage.rb:4
14
+  (0.6ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
15
+ ↳ db/migrate/20190331085346_create_active_storage_tables.active_storage.rb:4
16
+  (0.6ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057"
17
+ FOREIGN KEY ("blob_id")
18
+ REFERENCES "active_storage_blobs" ("id")
19
+ )
20
+ ↳ db/migrate/20190331085346_create_active_storage_tables.active_storage.rb:16
21
+  (0.6ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
22
+ ↳ db/migrate/20190331085346_create_active_storage_tables.active_storage.rb:16
23
+  (0.5ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
24
+ ↳ db/migrate/20190331085346_create_active_storage_tables.active_storage.rb:16
25
+ ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190331085346"]]
26
+ ↳ bin/rails:4
27
+  (15.2ms) commit transaction
28
+ ↳ bin/rails:4
29
+ Migrating to CreateCmorCarouselsCarousels (20190331085416)
30
+  (0.3ms) begin transaction
31
+ ↳ bin/rails:4
32
+  (4.4ms) CREATE TABLE "cmor_carousels_carousels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "identifier" varchar, "variant_options" varchar, "created_at" datetime, "updated_at" datetime)
33
+ ↳ db/migrate/20190331085416_create_cmor_carousels_carousels.cmor_carousels.rb:4
34
+ ActiveRecord::SchemaMigration Create (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190331085416"]]
35
+ ↳ bin/rails:4
36
+  (11.8ms) commit transaction
37
+ ↳ bin/rails:4
38
+ Migrating to CreateCmorCarouselsItemDetails (20190331085417)
39
+  (0.3ms) begin transaction
40
+ ↳ bin/rails:4
41
+  (1.3ms) CREATE TABLE "cmor_carousels_item_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "carousel_id" integer, "asset_id" integer, "url" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime, "updated_at" datetime)
42
+ ↳ db/migrate/20190331085417_create_cmor_carousels_item_details.cmor_carousels.rb:4
43
+ ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190331085417"]]
44
+ ↳ bin/rails:4
45
+  (19.3ms) commit transaction
46
+ ↳ bin/rails:4
47
+ ActiveRecord::InternalMetadata Load (1.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
48
+ ↳ bin/rails:4
49
+  (0.3ms) begin transaction
50
+ ↳ bin/rails:4
51
+ ActiveRecord::InternalMetadata Create (0.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-03-31 08:54:16.771381"], ["updated_at", "2019-03-31 08:54:16.771381"]]
52
+ ↳ bin/rails:4
53
+  (16.7ms) commit transaction
54
+ ↳ bin/rails:4
55
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
56
+ ↳ bin/rails:4
57
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
58
+ ↳ bin/rails:4
59
+  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
60
+ ↳ bin/rails:4
61
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
62
+ ↳ bin/rails:4
63
+  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
64
+ ↳ bin/rails:4
65
+  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
66
+ ↳ bin/rails:4
67
+  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
68
+ ↳ bin/rails:4
69
+  (0.4ms) DROP TABLE IF EXISTS "active_storage_attachments"
70
+ ↳ db/schema.rb:15
71
+  (1.1ms) SELECT sqlite_version(*)
72
+ ↳ db/schema.rb:15
73
+  (11.6ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL)
74
+ ↳ db/schema.rb:15
75
+  (10.8ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
76
+ ↳ db/schema.rb:15
77
+  (11.8ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
78
+ ↳ db/schema.rb:15
79
+  (0.8ms) DROP TABLE IF EXISTS "active_storage_blobs"
80
+ ↳ db/schema.rb:25
81
+  (11.0ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
82
+ ↳ db/schema.rb:25
83
+  (12.6ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
84
+ ↳ db/schema.rb:25
85
+  (0.3ms) DROP TABLE IF EXISTS "cmor_carousels_carousels"
86
+ ↳ db/schema.rb:36
87
+  (8.1ms) CREATE TABLE "cmor_carousels_carousels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "identifier" varchar, "variant_options" varchar, "created_at" datetime, "updated_at" datetime)
88
+ ↳ db/schema.rb:36
89
+  (0.8ms) DROP TABLE IF EXISTS "cmor_carousels_item_details"
90
+ ↳ db/schema.rb:44
91
+  (10.0ms) CREATE TABLE "cmor_carousels_item_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "carousel_id" integer, "asset_id" integer, "url" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime, "updated_at" datetime)
92
+ ↳ db/schema.rb:44
93
+  (7.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
94
+ ↳ db/schema.rb:13
95
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
96
+ ↳ db/schema.rb:13
97
+  (7.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190331085417)
98
+ ↳ db/schema.rb:13
99
+  (7.6ms) INSERT INTO "schema_migrations" (version) VALUES
100
+ (20190331085346),
101
+ (20190331085416);
102
+
103
+ 
104
+ ↳ db/schema.rb:13
105
+  (8.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
106
+ ↳ db/schema.rb:13
107
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
108
+ ↳ db/schema.rb:13
109
+  (0.5ms) begin transaction
110
+ ↳ db/schema.rb:13
111
+ ActiveRecord::InternalMetadata Create (3.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-03-31 08:54:17.060180"], ["updated_at", "2019-03-31 08:54:17.060180"]]
112
+ ↳ db/schema.rb:13
113
+  (6.8ms) commit transaction
114
+ ↳ db/schema.rb:13
115
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
116
+ ↳ bin/rails:4
117
+  (0.2ms) begin transaction
118
+ ↳ bin/rails:4
119
+ ActiveRecord::InternalMetadata Update (2.1ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-03-31 08:54:17.082138"], ["key", "environment"]]
120
+ ↳ bin/rails:4
121
+  (5.8ms) commit transaction
122
+ ↳ bin/rails:4
@@ -0,0 +1,437 @@
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
28
+  (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"]]
72
+  (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"]]
78
+  (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]]
82
+  (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>>
84
+  (0.2ms) SAVEPOINT active_record_1
85
+ 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]]
88
+ 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]]
115
+  (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]]
118
+  (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
151
+  (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"]]
162
+  (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"]]
174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
175
+  (0.4ms) rollback transaction
176
+  (1.8ms) begin transaction
177
+  (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==)
182
+  (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"]]
184
+  (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==)
208
+  (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]]
214
+  (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]]
246
+  (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"]]
250
+  (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
279
+  (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"]]
288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
289
+  (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
304
+  (0.2ms) begin transaction
305
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [1d22e1f4-8c28-47ed-9e80-687e6558e3fe]  (0.3ms) begin transaction
306
+  (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
325
+  (0.3ms) rollback transaction
326
+  (0.3ms) begin transaction
327
+  (0.2ms) rollback transaction
328
+  (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]]
350
+  (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
359
+  (0.2ms) rollback transaction
360
+  (0.3ms) begin transaction
361
+  (0.3ms) rollback transaction
362
+  (0.3ms) begin transaction
363
+  (0.1ms) rollback transaction
364
+  (0.2ms) begin transaction
365
+ [ActiveJob] [ActiveStorage::AnalyzeJob] [1e354b9c-6945-42ad-b418-2608aee989d2]  (0.2ms) begin transaction
366
+  (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
375
+  (0.1ms) rollback transaction
376
+  (0.3ms) begin transaction
377
+  (0.2ms) rollback transaction
378
+  (0.5ms) begin transaction
379
+  (0.9ms) rollback transaction
380
+  (0.2ms) begin transaction
381
+  (0.3ms) rollback transaction
382
+  (0.6ms) begin transaction
383
+  (1.0ms) rollback transaction
384
+  (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
+  (0.1ms) rollback transaction
390
+  (0.1ms) begin transaction
391
+  (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
397
+  (0.1ms) rollback transaction
398
+  (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
406
+  (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
412
+  (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
432
+  (0.1ms) begin transaction
433
+  (9.4ms) rollback transaction
434
+  (0.4ms) begin transaction
435
+  (0.1ms) rollback transaction
436
+  (0.2ms) begin transaction
437
+  (0.3ms) rollback transaction