(0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.4ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_1"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #1"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.4ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #1"], ["identifier", "category_1"], ["created_at", "2020-01-19 06:36:06.033657"], ["updated_at", "2020-01-19 06:36:06.033657"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.2ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_2"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #2"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.3ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #2"], ["identifier", "category_2"], ["created_at", "2020-01-19 06:36:06.072241"], ["updated_at", "2020-01-19 06:36:06.072241"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Disk Storage (1.3ms) Uploaded file to key: sEFM27mUsQgJCijPFJF4RUqm (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.4ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "sEFM27mUsQgJCijPFJF4RUqm"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.226021"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.4ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_1"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:06.085128"], ["created_at", "2020-01-19 06:36:06.247279"], ["updated_at", "2020-01-19 06:36:06.247279"]]
  ActiveStorage::Attachment Create (0.4ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:06.251560"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.253084"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a75c44f9-e81d-421a-bb49-bb58884048a0) to Async(default) with arguments: #<GlobalID:0x0055aeb12251e0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
  ActiveStorage::Blob Load (0.7ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [a75c44f9-e81d-421a-bb49-bb58884048a0] Performing ActiveStorage::AnalyzeJob (Job ID: a75c44f9-e81d-421a-bb49-bb58884048a0) from Async(default) with arguments: #<GlobalID:0x0055aeb11f0580 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (1.8ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_3"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #3"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.8ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #3"], ["identifier", "category_3"], ["created_at", "2020-01-19 06:36:06.298217"], ["updated_at", "2020-01-19 06:36:06.298217"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [a75c44f9-e81d-421a-bb49-bb58884048a0]   Disk Storage (33.5ms) Downloaded file from key: sEFM27mUsQgJCijPFJF4RUqm
  Disk Storage (1.4ms) Uploaded file to key: AuANBoDPvvg4sB96SQy8iCMH (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.2ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.9ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "AuANBoDPvvg4sB96SQy8iCMH"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.316788"]]
   (0.5ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.5ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.3ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_2"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:06.301599"], ["created_at", "2020-01-19 06:36:06.325321"], ["updated_at", "2020-01-19 06:36:06.325321"]]
  ActiveStorage::Attachment Create (0.2ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:06.330775"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.332197"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d0b0436d-06c0-4695-8375-38b6275dcc2f) to Async(default) with arguments: #<GlobalID:0x0055aeb2b0ba88 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_4"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #4"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.3ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #4"], ["identifier", "category_4"], ["created_at", "2020-01-19 06:36:06.345629"], ["updated_at", "2020-01-19 06:36:06.345629"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  ActiveStorage::Blob Load (0.3ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
  Disk Storage (1.2ms) Uploaded file to key: vy8MFSa3PhoxmW43QZ5vazNw (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.2ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "vy8MFSa3PhoxmW43QZ5vazNw"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.372407"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.2ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_3"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:06.347422"], ["created_at", "2020-01-19 06:36:06.376197"], ["updated_at", "2020-01-19 06:36:06.376197"]]
  ActiveStorage::Attachment Create (0.2ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:06.379457"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.380728"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 8a9ae5f6-ec83-468b-9977-42408ba7a111) to Async(default) with arguments: #<GlobalID:0x0055aeaf6133f8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.2ms)  rollback transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [a75c44f9-e81d-421a-bb49-bb58884048a0]    (0.1ms)  begin transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [a75c44f9-e81d-421a-bb49-bb58884048a0]   ActiveStorage::Blob Update (0.2ms)  UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?  [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [a75c44f9-e81d-421a-bb49-bb58884048a0]    (0.1ms)  commit transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [a75c44f9-e81d-421a-bb49-bb58884048a0] Performed ActiveStorage::AnalyzeJob (Job ID: a75c44f9-e81d-421a-bb49-bb58884048a0) from Async(default) in 118.61ms
  ActiveStorage::Blob Load (4.0ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_5"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #5"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.4ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #5"], ["identifier", "category_5"], ["created_at", "2020-01-19 06:36:06.396368"], ["updated_at", "2020-01-19 06:36:06.396368"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Disk Storage (1.5ms) Uploaded file to key: ZtyC4YZjzwSRnsGXGDrJLBh7 (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.3ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "ZtyC4YZjzwSRnsGXGDrJLBh7"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.402286"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.2ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_4"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:06.398069"], ["created_at", "2020-01-19 06:36:06.408813"], ["updated_at", "2020-01-19 06:36:06.408813"]]
  ActiveStorage::Attachment Create (0.2ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:06.412213"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.413412"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 941a8b04-0b4b-4ea5-8c64-e7e01ec244ab) to Async(default) with arguments: #<GlobalID:0x0055aeb03dcb88 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.2ms)  rollback transaction
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_6"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #6"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.3ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #6"], ["identifier", "category_6"], ["created_at", "2020-01-19 06:36:06.431188"], ["updated_at", "2020-01-19 06:36:06.431188"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Disk Storage (1.1ms) Uploaded file to key: Fv3xSS55puqpXgaVTon3X1zh (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.4ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "Fv3xSS55puqpXgaVTon3X1zh"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.437146"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.2ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_5"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:06.433341"], ["created_at", "2020-01-19 06:36:06.441542"], ["updated_at", "2020-01-19 06:36:06.441542"]]
  ActiveStorage::Attachment Create (0.3ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:06.444905"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.446233"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 1a0f0859-76b6-422d-9778-bd25b09da148) to Async(default) with arguments: #<GlobalID:0x0055aeb114a4a0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.3ms)  rollback transaction
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_7"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #7"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.2ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #7"], ["identifier", "category_7"], ["created_at", "2020-01-19 06:36:06.463266"], ["updated_at", "2020-01-19 06:36:06.463266"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Disk Storage (1.5ms) Uploaded file to key: YH6FYWFzS62jvgfF67dSJvkS (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.3ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "YH6FYWFzS62jvgfF67dSJvkS"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.469447"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.3ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_6"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:06.464938"], ["created_at", "2020-01-19 06:36:06.473136"], ["updated_at", "2020-01-19 06:36:06.473136"]]
  ActiveStorage::Attachment Create (0.2ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:06.476432"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.477649"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a574197c-1475-4ef6-8988-0dc716dc780f) to Async(default) with arguments: #<GlobalID:0x0055aeb21633c8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
  ActiveStorage::Blob Load (0.6ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [a574197c-1475-4ef6-8988-0dc716dc780f] Performing ActiveStorage::AnalyzeJob (Job ID: a574197c-1475-4ef6-8988-0dc716dc780f) from Async(default) with arguments: #<GlobalID:0x0055aeb2237fb0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
[ActiveJob] [ActiveStorage::AnalyzeJob] [a574197c-1475-4ef6-8988-0dc716dc780f]   Disk Storage (0.4ms) Downloaded file from key: YH6FYWFzS62jvgfF67dSJvkS
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_8"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #8"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.2ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #8"], ["identifier", "category_8"], ["created_at", "2020-01-19 06:36:06.493890"], ["updated_at", "2020-01-19 06:36:06.493890"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Disk Storage (2.3ms) Uploaded file to key: L2Z8khBiRvsfGEECooibmwzW (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.2ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.3ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "L2Z8khBiRvsfGEECooibmwzW"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.599530"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.2ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_7"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:06.495598"], ["created_at", "2020-01-19 06:36:06.603013"], ["updated_at", "2020-01-19 06:36:06.603013"]]
  ActiveStorage::Attachment Create (0.3ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:06.606470"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.607780"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 14a96bc3-83a2-4408-a3f4-491c7c74bd0e) to Async(default) with arguments: #<GlobalID:0x0055aeaf7b8168 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [14a96bc3-83a2-4408-a3f4-491c7c74bd0e] Performing ActiveStorage::AnalyzeJob (Job ID: 14a96bc3-83a2-4408-a3f4-491c7c74bd0e) from Async(default) with arguments: #<GlobalID:0x0055aeafef0fc0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
[ActiveJob] [ActiveStorage::AnalyzeJob] [a574197c-1475-4ef6-8988-0dc716dc780f]    (0.1ms)  SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [a574197c-1475-4ef6-8988-0dc716dc780f]   ActiveStorage::Blob Update (0.1ms)  UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?  [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [a574197c-1475-4ef6-8988-0dc716dc780f]    (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [a574197c-1475-4ef6-8988-0dc716dc780f] Performed ActiveStorage::AnalyzeJob (Job ID: a574197c-1475-4ef6-8988-0dc716dc780f) from Async(default) in 135.46ms
[ActiveJob] [ActiveStorage::AnalyzeJob] [14a96bc3-83a2-4408-a3f4-491c7c74bd0e]   Disk Storage (4.9ms) Downloaded file from key: L2Z8khBiRvsfGEECooibmwzW
  Disk Storage (5.1ms) Uploaded file to key: 6mDbkmxont6fafeAcpMB4A8Q (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.1ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "6mDbkmxont6fafeAcpMB4A8Q"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.619534"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Attachment Destroy (0.1ms)  DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ?  [["id", 1]]
  ActiveStorage::Attachment Create (0.1ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 2], ["created_at", "2020-01-19 06:36:06.623034"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.624186"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d4bf954c-6e89-4632-9cb1-d48ccc9cf861) to Async(default) with arguments: #<GlobalID:0x0055aeb02a05a8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [d4bf954c-6e89-4632-9cb1-d48ccc9cf861] Performing ActiveStorage::AnalyzeJob (Job ID: d4bf954c-6e89-4632-9cb1-d48ccc9cf861) from Async(default) with arguments: #<GlobalID:0x0055aeb0322648 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
[ActiveJob] [ActiveStorage::AnalyzeJob] [d4bf954c-6e89-4632-9cb1-d48ccc9cf861]   Disk Storage (134.0ms) Downloaded file from key: 6mDbkmxont6fafeAcpMB4A8Q
[ActiveJob] [ActiveStorage::AnalyzeJob] [14a96bc3-83a2-4408-a3f4-491c7c74bd0e]    (0.1ms)  SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [14a96bc3-83a2-4408-a3f4-491c7c74bd0e]   ActiveStorage::Blob Update (0.1ms)  UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?  [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [14a96bc3-83a2-4408-a3f4-491c7c74bd0e]    (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [14a96bc3-83a2-4408-a3f4-491c7c74bd0e] Performed ActiveStorage::AnalyzeJob (Job ID: 14a96bc3-83a2-4408-a3f4-491c7c74bd0e) from Async(default) in 154.49ms
[ActiveJob] [ActiveStorage::AnalyzeJob] [d4bf954c-6e89-4632-9cb1-d48ccc9cf861]    (0.1ms)  SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [d4bf954c-6e89-4632-9cb1-d48ccc9cf861]   ActiveStorage::Blob Update (0.2ms)  UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?  [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 2]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [d4bf954c-6e89-4632-9cb1-d48ccc9cf861]    (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [d4bf954c-6e89-4632-9cb1-d48ccc9cf861] Performed ActiveStorage::AnalyzeJob (Job ID: d4bf954c-6e89-4632-9cb1-d48ccc9cf861) from Async(default) in 170.27ms
[ActiveJob] Enqueued ActiveStorage::PurgeJob (Job ID: 8a87eb02-bc92-4a9d-b45d-6db1ca6f416c) to Async(default) with arguments: #<GlobalID:0x0055aeb2d0e560 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_9"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #9"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.2ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #9"], ["identifier", "category_9"], ["created_at", "2020-01-19 06:36:06.810525"], ["updated_at", "2020-01-19 06:36:06.810525"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Discarded ActiveStorage::PurgeJob due to a ActiveRecord::RecordNotFound. The original exception was nil.
  Disk Storage (2.9ms) Uploaded file to key: v8VEB2YXRf7poqaMvXkGEfrW (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.3ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "v8VEB2YXRf7poqaMvXkGEfrW"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.817418"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.3ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_8"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:06.812176"], ["created_at", "2020-01-19 06:36:06.821114"], ["updated_at", "2020-01-19 06:36:06.821114"]]
  ActiveStorage::Attachment Create (0.2ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:06.825360"]]
  Cmor::Testimonials::Testimonial Update (0.2ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.826638"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 352f2a39-94d0-44cc-9059-e163aa0f00c4) to Async(default) with arguments: #<GlobalID:0x0055aeb2c24438 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [352f2a39-94d0-44cc-9059-e163aa0f00c4] Performing ActiveStorage::AnalyzeJob (Job ID: 352f2a39-94d0-44cc-9059-e163aa0f00c4) from Async(default) with arguments: #<GlobalID:0x0055aeb2bee9c8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
  Disk Storage (3.5ms) Uploaded file to key: tTauQj4qjUJZbin8u9FGqWPN (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.2ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.3ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "tTauQj4qjUJZbin8u9FGqWPN"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.834855"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Attachment Destroy (0.1ms)  DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ?  [["id", 1]]
  ActiveStorage::Attachment Create (0.1ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 2], ["created_at", "2020-01-19 06:36:06.839857"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.841283"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 964cd1d7-26ca-4692-aa82-58cf9a2a2ade) to Async(default) with arguments: #<GlobalID:0x0055aeb2baf0c0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
[ActiveJob] Enqueued ActiveStorage::PurgeJob (Job ID: 1a0be75d-f40b-435b-80a7-c74c939550bc) to Async(default) with arguments: #<GlobalID:0x0055aeb2baaca0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [352f2a39-94d0-44cc-9059-e163aa0f00c4]   Disk Storage (41.4ms) Downloaded file from key: v8VEB2YXRf7poqaMvXkGEfrW
  ActiveStorage::Blob Load (0.3ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.3ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_10"], ["locale", "de"], ["LIMIT", 1]]
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Discarded ActiveStorage::PurgeJob due to a ActiveRecord::RecordNotFound. The original exception was nil.
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #10"], ["locale", "de"], ["LIMIT", 1]]
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" IS NULL AND "cmor_testimonials_categories"."locale" IS NULL LIMIT ?  [["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" IS NULL AND "cmor_testimonials_categories"."locale" IS NULL LIMIT ?  [["LIMIT", 1]]
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_11"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #11"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.3ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #11"], ["identifier", "category_11"], ["created_at", "2020-01-19 06:36:06.903736"], ["updated_at", "2020-01-19 06:36:06.903736"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
  Disk Storage (1.3ms) Uploaded file to key: 5SkuHECnXFuLLG5z6nKcaHXQ (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.2ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.3ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "5SkuHECnXFuLLG5z6nKcaHXQ"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.929111"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  rollback transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [352f2a39-94d0-44cc-9059-e163aa0f00c4]    (0.1ms)  begin transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [352f2a39-94d0-44cc-9059-e163aa0f00c4]    (0.1ms)  begin transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [352f2a39-94d0-44cc-9059-e163aa0f00c4]   ActiveStorage::Blob Update (0.2ms)  UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?  [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [352f2a39-94d0-44cc-9059-e163aa0f00c4]    (0.1ms)  commit transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [352f2a39-94d0-44cc-9059-e163aa0f00c4]    (0.1ms)  commit transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [352f2a39-94d0-44cc-9059-e163aa0f00c4] Performed ActiveStorage::AnalyzeJob (Job ID: 352f2a39-94d0-44cc-9059-e163aa0f00c4) from Async(default) in 110.49ms
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
  Disk Storage (1.2ms) Uploaded file to key: E1on5rh1hDWTr1WP6Kbhxdu3 (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.3ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "E1on5rh1hDWTr1WP6Kbhxdu3"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:06.954878"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_13"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #13"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.2ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #13"], ["identifier", "category_13"], ["created_at", "2020-01-19 06:36:06.960731"], ["updated_at", "2020-01-19 06:36:06.960731"]]
  Cmor::Testimonials::Testimonial Load (0.4ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.2ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_10"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:06.951340"], ["created_at", "2020-01-19 06:36:06.962043"], ["updated_at", "2020-01-19 06:36:06.962043"]]
  ActiveStorage::Attachment Create (0.2ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:06.965329"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:06.966555"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 1fb0c91f-bd09-4a5d-8a33-26121ada6c40) to Async(default) with arguments: #<GlobalID:0x0055aeb2abcc30 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.3ms)  rollback transaction
  ActiveStorage::Blob Load (0.2ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.2ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.2ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.3ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.3ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_14"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.3ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #14"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.4ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #14"], ["identifier", "category_14"], ["created_at", "2020-01-19 06:36:07.248395"], ["updated_at", "2020-01-19 06:36:07.248395"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Disk Storage (1.4ms) Uploaded file to key: jPAeMB15ifP98xfLrmQrUXKc (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.2ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "jPAeMB15ifP98xfLrmQrUXKc"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:07.255029"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.2ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_11"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:07.250683"], ["created_at", "2020-01-19 06:36:07.258577"], ["updated_at", "2020-01-19 06:36:07.258577"]]
  ActiveStorage::Attachment Create (0.2ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:07.262020"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:07.263399"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d2a0969d-eefa-4d05-b79b-54ae1999e408) to Async(default) with arguments: #<GlobalID:0x0055aeb253dc50 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
  ActiveStorage::Blob Load (1.5ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [d2a0969d-eefa-4d05-b79b-54ae1999e408] Performing ActiveStorage::AnalyzeJob (Job ID: d2a0969d-eefa-4d05-b79b-54ae1999e408) from Async(default) with arguments: #<GlobalID:0x0055aeb250d5c8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_15"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #15"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.1ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #15"], ["identifier", "category_15"], ["created_at", "2020-01-19 06:36:07.271203"], ["updated_at", "2020-01-19 06:36:07.271203"]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [d2a0969d-eefa-4d05-b79b-54ae1999e408]   Disk Storage (3.4ms) Downloaded file from key: jPAeMB15ifP98xfLrmQrUXKc
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Disk Storage (1.2ms) Uploaded file to key: KdyWkRohv5svkwpnHk3GUKXW (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.3ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "KdyWkRohv5svkwpnHk3GUKXW"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:07.280970"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 2], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.1ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 2], ["fullname", "John_Doe_12"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:07.273920"], ["created_at", "2020-01-19 06:36:07.284325"], ["updated_at", "2020-01-19 06:36:07.284325"]]
  ActiveStorage::Attachment Create (0.1ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 2], ["blob_id", 2], ["created_at", "2020-01-19 06:36:07.287437"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:07.288581"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: ac1d4727-c43c-42a3-91db-e2cfcd671ff0) to Async(default) with arguments: #<GlobalID:0x0055aeaf75f400 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_16"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #16"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.1ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #16"], ["identifier", "category_16"], ["created_at", "2020-01-19 06:36:07.294544"], ["updated_at", "2020-01-19 06:36:07.294544"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [ac1d4727-c43c-42a3-91db-e2cfcd671ff0] Performing ActiveStorage::AnalyzeJob (Job ID: ac1d4727-c43c-42a3-91db-e2cfcd671ff0) from Async(default) with arguments: #<GlobalID:0x0055aeaff5a330 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
[ActiveJob] [ActiveStorage::AnalyzeJob] [ac1d4727-c43c-42a3-91db-e2cfcd671ff0]   Disk Storage (2.1ms) Downloaded file from key: KdyWkRohv5svkwpnHk3GUKXW
  Disk Storage (2.5ms) Uploaded file to key: NGWA8YFJrEdDVAhmc4fRbJsT (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.2ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "NGWA8YFJrEdDVAhmc4fRbJsT"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:07.302270"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 3], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.1ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 3], ["fullname", "John_Doe_13"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:07.295992"], ["created_at", "2020-01-19 06:36:07.308353"], ["updated_at", "2020-01-19 06:36:07.308353"]]
  ActiveStorage::Attachment Create (0.1ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 3], ["blob_id", 3], ["created_at", "2020-01-19 06:36:07.311819"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:07.313060"], ["id", 3]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 9e5ef734-3364-4c1d-b37b-71ded98fda88) to Async(default) with arguments: #<GlobalID:0x0055aeb02e52e8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/3>>
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_17"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #17"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.1ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #17"], ["identifier", "category_17"], ["created_at", "2020-01-19 06:36:07.335960"], ["updated_at", "2020-01-19 06:36:07.335960"]]
  Cmor::Testimonials::Category Load (0.2ms)  SELECT  "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ?  [["id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" >= 1) AND ("cmor_testimonials_testimonials".id != 1) ORDER BY "cmor_testimonials_testimonials"."position" ASC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["category_id", 4], ["updated_at", "2020-01-19 06:36:07.339170"], ["id", 1]]
  Cmor::Testimonials::Category Load (0.1ms)  SELECT  "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ?  [["id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" >= 1) AND ("cmor_testimonials_testimonials".id != 2) ORDER BY "cmor_testimonials_testimonials"."position" ASC LIMIT ?  [["category_id", 2], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "position" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["category_id", 4], ["position", 2], ["updated_at", "2020-01-19 06:36:07.344304"], ["id", 2]]
   (0.1ms)  SELECT COUNT(*) FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" = 2)  [["category_id", 4]]
  Cmor::Testimonials::Category Load (0.1ms)  SELECT  "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ?  [["id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.3ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" >= 1) AND ("cmor_testimonials_testimonials".id != 3) ORDER BY "cmor_testimonials_testimonials"."position" ASC LIMIT ?  [["category_id", 3], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "position" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["category_id", 4], ["position", 3], ["updated_at", "2020-01-19 06:36:07.349958"], ["id", 3]]
   (0.1ms)  SELECT COUNT(*) FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" = 3)  [["category_id", 4]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 3], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [9e5ef734-3364-4c1d-b37b-71ded98fda88] Performing ActiveStorage::AnalyzeJob (Job ID: 9e5ef734-3364-4c1d-b37b-71ded98fda88) from Async(default) with arguments: #<GlobalID:0x0055aeb229c8c0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/3>>
  Cmor::Testimonials::Category Load (0.2ms)  SELECT  "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? ORDER BY "cmor_testimonials_categories"."id" ASC LIMIT ?  [["identifier", "category_17"], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [d2a0969d-eefa-4d05-b79b-54ae1999e408]    (0.1ms)  SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [d2a0969d-eefa-4d05-b79b-54ae1999e408]   ActiveStorage::Blob Update (0.1ms)  UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?  [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [9e5ef734-3364-4c1d-b37b-71ded98fda88]   Disk Storage (2.3ms) Downloaded file from key: NGWA8YFJrEdDVAhmc4fRbJsT
[ActiveJob] [ActiveStorage::AnalyzeJob] [d2a0969d-eefa-4d05-b79b-54ae1999e408]    (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [d2a0969d-eefa-4d05-b79b-54ae1999e408] Performed ActiveStorage::AnalyzeJob (Job ID: d2a0969d-eefa-4d05-b79b-54ae1999e408) from Async(default) in 96.22ms
  Cmor::Testimonials::Testimonial Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND "cmor_testimonials_testimonials"."published_at" IS NOT NULL LIMIT ?  [["category_id", 4], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [ac1d4727-c43c-42a3-91db-e2cfcd671ff0]    (0.1ms)  SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [ac1d4727-c43c-42a3-91db-e2cfcd671ff0]   ActiveStorage::Blob Update (0.1ms)  UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?  [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 2]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [ac1d4727-c43c-42a3-91db-e2cfcd671ff0]    (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [ac1d4727-c43c-42a3-91db-e2cfcd671ff0] Performed ActiveStorage::AnalyzeJob (Job ID: ac1d4727-c43c-42a3-91db-e2cfcd671ff0) from Async(default) in 136.94ms
  Cmor::Testimonials::Testimonial Load (0.4ms)  SELECT "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND "cmor_testimonials_testimonials"."published_at" IS NOT NULL ORDER BY "cmor_testimonials_testimonials"."position" ASC  [["category_id", 4]]
  ActiveStorage::Attachment Load (1.1ms)  SELECT  "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? LIMIT ?  [["record_id", 1], ["record_type", "Cmor::Testimonials::Testimonial"], ["name", "image"], ["LIMIT", 1]]
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [9e5ef734-3364-4c1d-b37b-71ded98fda88]    (0.2ms)  SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [9e5ef734-3364-4c1d-b37b-71ded98fda88]   ActiveStorage::Blob Update (0.7ms)  UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ?  [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 3]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [9e5ef734-3364-4c1d-b37b-71ded98fda88]    (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [9e5ef734-3364-4c1d-b37b-71ded98fda88] Performed ActiveStorage::AnalyzeJob (Job ID: 9e5ef734-3364-4c1d-b37b-71ded98fda88) from Async(default) in 89.05ms
  ActiveStorage::Attachment Load (0.1ms)  SELECT  "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? LIMIT ?  [["record_id", 2], ["record_type", "Cmor::Testimonials::Testimonial"], ["name", "image"], ["LIMIT", 1]]
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
  ActiveStorage::Attachment Load (0.1ms)  SELECT  "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? LIMIT ?  [["record_id", 3], ["record_type", "Cmor::Testimonials::Testimonial"], ["name", "image"], ["LIMIT", 1]]
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 3], ["LIMIT", 1]]
  Rendered /home/vagrant/rails/cmor/cmor/cmor_testimonials/app/views/cmor/testimonials/application_view_helper/_render_category.html.haml (254.1ms)
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_18"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #18"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.3ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #18"], ["identifier", "category_18"], ["created_at", "2020-01-19 06:36:07.674598"], ["updated_at", "2020-01-19 06:36:07.674598"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Cmor::Testimonials::Category Load (0.1ms)  SELECT  "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? ORDER BY "cmor_testimonials_categories"."id" ASC LIMIT ?  [["identifier", "category_18"], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND "cmor_testimonials_testimonials"."published_at" IS NOT NULL LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
   (0.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_19"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #19"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.3ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #19"], ["identifier", "category_19"], ["created_at", "2020-01-19 06:36:07.692611"], ["updated_at", "2020-01-19 06:36:07.692611"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Disk Storage (1.2ms) Uploaded file to key: pPSCJrZzzi4oVygvCuwnnGp4 (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.2ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "pPSCJrZzzi4oVygvCuwnnGp4"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:07.761090"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.2ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 1], ["fullname", "John_Doe_14"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:07.694750"], ["created_at", "2020-01-19 06:36:07.764515"], ["updated_at", "2020-01-19 06:36:07.764515"]]
  ActiveStorage::Attachment Create (0.2ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 06:36:07.767707"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:07.768954"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: f904957a-a505-4fce-a171-5988968908df) to Async(default) with arguments: #<GlobalID:0x0055aeaf7c0390 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
  ActiveStorage::Blob Load (1.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [f904957a-a505-4fce-a171-5988968908df] Performing ActiveStorage::AnalyzeJob (Job ID: f904957a-a505-4fce-a171-5988968908df) from Async(default) with arguments: #<GlobalID:0x0055aeafe97c18 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_20"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #20"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.1ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #20"], ["identifier", "category_20"], ["created_at", "2020-01-19 06:36:07.775968"], ["updated_at", "2020-01-19 06:36:07.775968"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Disk Storage (1.3ms) Uploaded file to key: dfB3AzufS1R2iFMtXecYg5UJ (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.1ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.1ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "dfB3AzufS1R2iFMtXecYg5UJ"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:07.780608"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 2], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.2ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 2], ["fullname", "John_Doe_15"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:07.777341"], ["created_at", "2020-01-19 06:36:07.783746"], ["updated_at", "2020-01-19 06:36:07.783746"]]
  ActiveStorage::Attachment Create (0.1ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 2], ["blob_id", 2], ["created_at", "2020-01-19 06:36:07.786741"]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:07.792883"], ["id", 2]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [f904957a-a505-4fce-a171-5988968908df]   Disk Storage (14.8ms) Downloaded file from key: pPSCJrZzzi4oVygvCuwnnGp4
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 281b05de-8c96-4be5-8caf-f6d59760f48b) to Async(default) with arguments: #<GlobalID:0x0055aeb03df090 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
[ActiveJob] [ActiveStorage::AnalyzeJob] [281b05de-8c96-4be5-8caf-f6d59760f48b] Performing ActiveStorage::AnalyzeJob (Job ID: 281b05de-8c96-4be5-8caf-f6d59760f48b) from Async(default) with arguments: #<GlobalID:0x0055aeb0d467f0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_21"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #21"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.1ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #21"], ["identifier", "category_21"], ["created_at", "2020-01-19 06:36:07.801900"], ["updated_at", "2020-01-19 06:36:07.801900"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] [ActiveStorage::AnalyzeJob] [281b05de-8c96-4be5-8caf-f6d59760f48b]   Disk Storage (105.8ms) Downloaded file from key: dfB3AzufS1R2iFMtXecYg5UJ
  Disk Storage (3.6ms) Uploaded file to key: 5r93FV2yGGf4L3uCenMGyYdk (checksum: NaVcfheFhJeCWwo0C8BLTg==)
   (0.2ms)  SAVEPOINT active_record_1
  ActiveStorage::Blob Create (0.3ms)  INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["key", "5r93FV2yGGf4L3uCenMGyYdk"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2020-01-19 06:36:07.910291"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Load (0.3ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 3], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Create (0.2ms)  INSERT INTO "cmor_testimonials_testimonials" ("category_id", "fullname", "role", "company", "body", "position", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["category_id", 3], ["fullname", "John_Doe_16"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2020-01-19 05:36:07.803416"], ["created_at", "2020-01-19 06:36:07.914966"], ["updated_at", "2020-01-19 06:36:07.914966"]]
  ActiveStorage::Attachment Create (0.3ms)  INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?)  [["name", "image"], ["record_type", "Cmor::Testimonials::Testimonial"], ["record_id", 3], ["blob_id", 3], ["created_at", "2020-01-19 06:36:07.919449"]]
  Cmor::Testimonials::Testimonial Update (0.2ms)  UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["updated_at", "2020-01-19 06:36:07.921832"], ["id", 3]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
[ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 85b61651-c9c8-412e-9215-8ddb9f60873d) to Async(default) with arguments: #<GlobalID:0x0055aeb2cf5678 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/3>>
   (0.1ms)  SAVEPOINT active_record_1
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."identifier" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["identifier", "category_22"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Exists (0.2ms)  SELECT  1 AS one FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."name" = ? AND "cmor_testimonials_categories"."locale" = ? LIMIT ?  [["name", "Category #22"], ["locale", "de"], ["LIMIT", 1]]
  Cmor::Testimonials::Category Create (0.2ms)  INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["locale", "de"], ["name", "Category #22"], ["identifier", "category_22"], ["created_at", "2020-01-19 06:36:07.931426"], ["updated_at", "2020-01-19 06:36:07.931426"]]
  Cmor::Testimonials::Category Load (0.1ms)  SELECT  "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ?  [["id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" >= 1) AND ("cmor_testimonials_testimonials".id != 1) ORDER BY "cmor_testimonials_testimonials"."position" ASC LIMIT ?  [["category_id", 1], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["category_id", 4], ["updated_at", "2020-01-19 06:36:07.933854"], ["id", 1]]
  Cmor::Testimonials::Category Load (0.1ms)  SELECT  "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ?  [["id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" >= 1) AND ("cmor_testimonials_testimonials".id != 2) ORDER BY "cmor_testimonials_testimonials"."position" ASC LIMIT ?  [["category_id", 2], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "position" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["category_id", 4], ["position", 2], ["updated_at", "2020-01-19 06:36:07.938749"], ["id", 2]]
   (0.1ms)  SELECT COUNT(*) FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" = 2)  [["category_id", 4]]
  Cmor::Testimonials::Category Load (0.1ms)  SELECT  "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ?  [["id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" >= 1) AND ("cmor_testimonials_testimonials".id != 3) ORDER BY "cmor_testimonials_testimonials"."position" ASC LIMIT ?  [["category_id", 3], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.2ms)  SELECT  "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" IS NOT NULL) ORDER BY "cmor_testimonials_testimonials"."position" DESC LIMIT ?  [["category_id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Update (0.1ms)  UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "position" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ?  [["category_id", 4], ["position", 3], ["updated_at", "2020-01-19 06:36:07.944208"], ["id", 3]]
   (0.1ms)  SELECT COUNT(*) FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" = 3)  [["category_id", 4]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Cmor::Testimonials::Testimonial Exists (0.1ms)  SELECT  1 AS one FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND "cmor_testimonials_testimonials"."published_at" IS NOT NULL LIMIT ?  [["category_id", 4], ["LIMIT", 1]]
  Cmor::Testimonials::Testimonial Load (0.1ms)  SELECT "cmor_testimonials_testimonials".* FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND "cmor_testimonials_testimonials"."published_at" IS NOT NULL ORDER BY "cmor_testimonials_testimonials"."position" ASC  [["category_id", 4]]
  ActiveStorage::Attachment Load (0.1ms)  SELECT  "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? LIMIT ?  [["record_id", 1], ["record_type", "Cmor::Testimonials::Testimonial"], ["name", "image"], ["LIMIT", 1]]
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
  ActiveStorage::Attachment Load (0.1ms)  SELECT  "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? LIMIT ?  [["record_id", 2], ["record_type", "Cmor::Testimonials::Testimonial"], ["name", "image"], ["LIMIT", 1]]
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
  ActiveStorage::Attachment Load (0.1ms)  SELECT  "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? LIMIT ?  [["record_id", 3], ["record_type", "Cmor::Testimonials::Testimonial"], ["name", "image"], ["LIMIT", 1]]
  ActiveStorage::Blob Load (0.1ms)  SELECT  "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?  [["id", 3], ["LIMIT", 1]]
  Rendered /home/vagrant/rails/cmor/cmor/cmor_testimonials/app/views/cmor/testimonials/application_view_helper/_render_category.html.haml (16.5ms)
   (0.3ms)  rollback transaction
[ActiveJob] [ActiveStorage::AnalyzeJob] [f904957a-a505-4fce-a171-5988968908df] Performed ActiveStorage::AnalyzeJob (Job ID: f904957a-a505-4fce-a171-5988968908df) from Async(default) in 198.76ms
[ActiveJob] [ActiveStorage::AnalyzeJob] [281b05de-8c96-4be5-8caf-f6d59760f48b] Performed ActiveStorage::AnalyzeJob (Job ID: 281b05de-8c96-4be5-8caf-f6d59760f48b) from Async(default) in 173.78ms