cmor_testimonials 0.0.15.pre → 0.0.16.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1418 +0,0 @@
1
-  (0.1ms) begin transaction
2
-  (0.1ms) SAVEPOINT active_record_1
3
- 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]]
4
- Cmor::Testimonials::Category Exists (0.4ms) 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]]
5
- Cmor::Testimonials::Category Create (0.7ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #1"], ["identifier", "category_1"], ["created_at", "2019-06-12 11:33:34.266842"], ["updated_at", "2019-06-12 11:33:34.266842"]]
6
-  (0.1ms) RELEASE SAVEPOINT active_record_1
7
-  (2.9ms) rollback transaction
8
-  (0.1ms) begin transaction
9
-  (0.1ms) SAVEPOINT active_record_1
10
- 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]]
11
- 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 #2"], ["locale", "de"], ["LIMIT", 1]]
12
- Cmor::Testimonials::Category Create (0.7ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #2"], ["identifier", "category_2"], ["created_at", "2019-06-12 11:33:34.313021"], ["updated_at", "2019-06-12 11:33:34.313021"]]
13
-  (0.1ms) RELEASE SAVEPOINT active_record_1
14
-  Disk Storage (1.9ms) Uploaded file to key: 26DFwDpGmZZSZML93bPyLpyd (checksum: NaVcfheFhJeCWwo0C8BLTg==)
15
-  (0.2ms) SAVEPOINT active_record_1
16
- ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "26DFwDpGmZZSZML93bPyLpyd"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:34.467015"]]
17
-  (0.1ms) RELEASE SAVEPOINT active_record_1
18
-  (0.1ms) SAVEPOINT active_record_1
19
-  (0.1ms) RELEASE SAVEPOINT active_record_1
20
-  (0.1ms) SAVEPOINT active_record_1
21
- 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", 1], ["LIMIT", 1]]
22
- 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_1"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:33:34.334176"], ["created_at", "2019-06-12 11:33:34.487084"], ["updated_at", "2019-06-12 11:33:34.487084"]]
23
- 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", "2019-06-12 11:33:34.491360"]]
24
- Cmor::Testimonials::Testimonial Update (0.1ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:34.492836"], ["id", 1]]
25
-  (0.1ms) RELEASE SAVEPOINT active_record_1
26
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 95d867d7-3dfd-474b-baed-55e7ccc3b105) to Async(default) with arguments: #<GlobalID:0x000000050adac0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
27
- ActiveStorage::Blob Load (2.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
28
-  (0.2ms) rollback transaction
29
- [ActiveJob] [ActiveStorage::AnalyzeJob] [95d867d7-3dfd-474b-baed-55e7ccc3b105] Performing ActiveStorage::AnalyzeJob (Job ID: 95d867d7-3dfd-474b-baed-55e7ccc3b105) from Async(default) with arguments: #<GlobalID:0x00000005095970 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
30
-  (0.1ms) begin transaction
31
-  (0.1ms) SAVEPOINT active_record_1
32
- 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_3"], ["locale", "de"], ["LIMIT", 1]]
33
- 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 #3"], ["locale", "de"], ["LIMIT", 1]]
34
- Cmor::Testimonials::Category Create (0.3ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #3"], ["identifier", "category_3"], ["created_at", "2019-06-12 11:33:34.518725"], ["updated_at", "2019-06-12 11:33:34.518725"]]
35
-  (0.1ms) RELEASE SAVEPOINT active_record_1
36
- [ActiveJob] [ActiveStorage::AnalyzeJob] [95d867d7-3dfd-474b-baed-55e7ccc3b105]  Disk Storage (21.0ms) Downloaded file from key: 26DFwDpGmZZSZML93bPyLpyd
37
-  Disk Storage (5.4ms) Uploaded file to key: jeb4rTMckY4r4AnhhFMXk4R9 (checksum: NaVcfheFhJeCWwo0C8BLTg==)
38
-  (0.2ms) SAVEPOINT active_record_1
39
- ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "jeb4rTMckY4r4AnhhFMXk4R9"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:34.581914"]]
40
-  (0.1ms) RELEASE SAVEPOINT active_record_1
41
-  (0.1ms) SAVEPOINT active_record_1
42
-  (0.1ms) RELEASE SAVEPOINT active_record_1
43
-  (0.0ms) SAVEPOINT active_record_1
44
- Cmor::Testimonials::Testimonial Load (1.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]]
45
- Cmor::Testimonials::Testimonial Create (0.6ms) 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", "2019-06-12 10:33:34.520547"], ["created_at", "2019-06-12 11:33:34.585727"], ["updated_at", "2019-06-12 11:33:34.585727"]]
46
- ActiveStorage::Attachment Create (1.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", 1], ["created_at", "2019-06-12 11:33:34.591866"]]
47
- Cmor::Testimonials::Testimonial Update (0.3ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:34.594625"], ["id", 1]]
48
-  (0.2ms) RELEASE SAVEPOINT active_record_1
49
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 183a4cef-2e92-457e-a936-07bb632ae084) to Async(default) with arguments: #<GlobalID:0x00000005415b68 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
50
- ActiveStorage::Blob Load (3.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
51
- [ActiveJob] [ActiveStorage::AnalyzeJob] [183a4cef-2e92-457e-a936-07bb632ae084] Performing ActiveStorage::AnalyzeJob (Job ID: 183a4cef-2e92-457e-a936-07bb632ae084) from Async(default) with arguments: #<GlobalID:0x000000053fcf50 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
52
-  (0.3ms) rollback transaction
53
-  (0.1ms) begin transaction
54
-  (0.2ms) SAVEPOINT active_record_1
55
- 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]]
56
- 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]]
57
- 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", "2019-06-12 11:33:34.615227"], ["updated_at", "2019-06-12 11:33:34.615227"]]
58
-  (0.1ms) RELEASE SAVEPOINT active_record_1
59
- [ActiveJob] [ActiveStorage::AnalyzeJob] [95d867d7-3dfd-474b-baed-55e7ccc3b105]  (0.1ms) SAVEPOINT active_record_1
60
- [ActiveJob] [ActiveStorage::AnalyzeJob] [95d867d7-3dfd-474b-baed-55e7ccc3b105] ActiveStorage::Blob Update (0.3ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
61
- [ActiveJob] [ActiveStorage::AnalyzeJob] [95d867d7-3dfd-474b-baed-55e7ccc3b105]  (0.1ms) RELEASE SAVEPOINT active_record_1
62
- [ActiveJob] [ActiveStorage::AnalyzeJob] [95d867d7-3dfd-474b-baed-55e7ccc3b105] Performed ActiveStorage::AnalyzeJob (Job ID: 95d867d7-3dfd-474b-baed-55e7ccc3b105) from Async(default) in 109.25ms
63
- [ActiveJob] [ActiveStorage::AnalyzeJob] [183a4cef-2e92-457e-a936-07bb632ae084]  Disk Storage (20.3ms) Downloaded file from key: jeb4rTMckY4r4AnhhFMXk4R9
64
-  Disk Storage (18.6ms) Uploaded file to key: QAGdLsevAhPH3G3TvmsUDR7o (checksum: NaVcfheFhJeCWwo0C8BLTg==)
65
-  (0.5ms) SAVEPOINT active_record_1
66
- ActiveStorage::Blob Create (0.8ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "QAGdLsevAhPH3G3TvmsUDR7o"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:34.639927"]]
67
-  (0.3ms) RELEASE SAVEPOINT active_record_1
68
-  (0.2ms) SAVEPOINT active_record_1
69
-  (0.2ms) RELEASE SAVEPOINT active_record_1
70
-  (0.2ms) SAVEPOINT active_record_1
71
- Cmor::Testimonials::Testimonial Load (0.7ms) 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]]
72
- Cmor::Testimonials::Testimonial Create (0.9ms) 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", "2019-06-12 10:33:34.617083"], ["created_at", "2019-06-12 11:33:34.650660"], ["updated_at", "2019-06-12 11:33:34.650660"]]
73
- 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", "2019-06-12 11:33:34.664158"]]
74
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:34.666304"], ["id", 1]]
75
-  (0.1ms) RELEASE SAVEPOINT active_record_1
76
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: f088b607-0c29-429a-b19c-1e68efd308f8) to Async(default) with arguments: #<GlobalID:0x0000000512a020 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
77
- ActiveStorage::Blob Load (2.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
78
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f088b607-0c29-429a-b19c-1e68efd308f8] Performing ActiveStorage::AnalyzeJob (Job ID: f088b607-0c29-429a-b19c-1e68efd308f8) from Async(default) with arguments: #<GlobalID:0x00000005101210 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
79
-  (1.1ms) rollback transaction
80
-  (0.2ms) begin transaction
81
-  (0.2ms) SAVEPOINT active_record_1
82
- 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_5"], ["locale", "de"], ["LIMIT", 1]]
83
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f088b607-0c29-429a-b19c-1e68efd308f8]  Disk Storage (25.4ms) Downloaded file from key: QAGdLsevAhPH3G3TvmsUDR7o
84
- 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 #5"], ["locale", "de"], ["LIMIT", 1]]
85
- 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", "2019-06-12 11:33:34.705684"], ["updated_at", "2019-06-12 11:33:34.705684"]]
86
-  (0.1ms) RELEASE SAVEPOINT active_record_1
87
- [ActiveJob] [ActiveStorage::AnalyzeJob] [183a4cef-2e92-457e-a936-07bb632ae084] ActiveStorage::Blob Update (8.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
88
- [ActiveJob] [ActiveStorage::AnalyzeJob] [183a4cef-2e92-457e-a936-07bb632ae084] Performed ActiveStorage::AnalyzeJob (Job ID: 183a4cef-2e92-457e-a936-07bb632ae084) from Async(default) in 108.19ms
89
-  Disk Storage (1.0ms) Uploaded file to key: om1vbCT4eH4VcgYnypysJXxd (checksum: NaVcfheFhJeCWwo0C8BLTg==)
90
-  (0.2ms) SAVEPOINT active_record_1
91
- ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "om1vbCT4eH4VcgYnypysJXxd"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:34.716295"]]
92
-  (0.1ms) RELEASE SAVEPOINT active_record_1
93
-  (0.1ms) SAVEPOINT active_record_1
94
-  (0.1ms) RELEASE SAVEPOINT active_record_1
95
-  (0.1ms) SAVEPOINT active_record_1
96
- Cmor::Testimonials::Testimonial Load (0.9ms) 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]]
97
- Cmor::Testimonials::Testimonial Create (0.5ms) 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", "2019-06-12 10:33:34.709646"], ["created_at", "2019-06-12 11:33:34.722841"], ["updated_at", "2019-06-12 11:33:34.722841"]]
98
- ActiveStorage::Attachment Create (0.7ms) 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", "2019-06-12 11:33:34.730460"]]
99
- Cmor::Testimonials::Testimonial Update (0.6ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:34.733365"], ["id", 1]]
100
-  (0.3ms) RELEASE SAVEPOINT active_record_1
101
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: b0233ee2-829c-4d4a-a98d-23e5a6e4d73e) to Async(default) with arguments: #<GlobalID:0x0000000221ec68 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
102
- ActiveStorage::Blob Load (0.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
103
-  (0.3ms) rollback transaction
104
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b0233ee2-829c-4d4a-a98d-23e5a6e4d73e] Performing ActiveStorage::AnalyzeJob (Job ID: b0233ee2-829c-4d4a-a98d-23e5a6e4d73e) from Async(default) with arguments: #<GlobalID:0x000000027c0950 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
105
-  (0.1ms) begin transaction
106
-  (9.9ms) SAVEPOINT active_record_1
107
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b0233ee2-829c-4d4a-a98d-23e5a6e4d73e]  Disk Storage (24.4ms) Downloaded file from key: om1vbCT4eH4VcgYnypysJXxd
108
- Cmor::Testimonials::Category Exists (0.6ms) 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]]
109
- Cmor::Testimonials::Category Exists (0.4ms) 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]]
110
- Cmor::Testimonials::Category Create (0.4ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #6"], ["identifier", "category_6"], ["created_at", "2019-06-12 11:33:34.786878"], ["updated_at", "2019-06-12 11:33:34.786878"]]
111
-  (0.2ms) RELEASE SAVEPOINT active_record_1
112
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f088b607-0c29-429a-b19c-1e68efd308f8]  (0.2ms) SAVEPOINT active_record_1
113
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f088b607-0c29-429a-b19c-1e68efd308f8] 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]]
114
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f088b607-0c29-429a-b19c-1e68efd308f8]  (0.1ms) RELEASE SAVEPOINT active_record_1
115
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f088b607-0c29-429a-b19c-1e68efd308f8] Performed ActiveStorage::AnalyzeJob (Job ID: f088b607-0c29-429a-b19c-1e68efd308f8) from Async(default) in 130.2ms
116
-  Disk Storage (5.4ms) Uploaded file to key: ikrNbqJpr2tmLKkT7ZYmyoTz (checksum: NaVcfheFhJeCWwo0C8BLTg==)
117
-  (0.2ms) SAVEPOINT active_record_1
118
- ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "ikrNbqJpr2tmLKkT7ZYmyoTz"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:34.806332"]]
119
-  (0.1ms) RELEASE SAVEPOINT active_record_1
120
-  (0.1ms) SAVEPOINT active_record_1
121
-  (0.1ms) RELEASE SAVEPOINT active_record_1
122
-  (0.1ms) SAVEPOINT active_record_1
123
- 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]]
124
- Cmor::Testimonials::Testimonial Create (2.1ms) 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", "2019-06-12 10:33:34.796808"], ["created_at", "2019-06-12 11:33:34.811510"], ["updated_at", "2019-06-12 11:33:34.811510"]]
125
- 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", "2019-06-12 11:33:34.818017"]]
126
- Cmor::Testimonials::Testimonial Update (0.3ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:34.820019"], ["id", 1]]
127
-  (0.1ms) RELEASE SAVEPOINT active_record_1
128
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 07b9ff73-3973-4bfe-a78e-9a6fa6c01704) to Async(default) with arguments: #<GlobalID:0x00000003a005c0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
129
-  (0.3ms) rollback transaction
130
-  (0.1ms) begin transaction
131
-  (0.1ms) SAVEPOINT active_record_1
132
- 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]]
133
- 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]]
134
- 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", "2019-06-12 11:33:34.839748"], ["updated_at", "2019-06-12 11:33:34.839748"]]
135
-  (0.1ms) RELEASE SAVEPOINT active_record_1
136
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
137
-  Disk Storage (3.6ms) Uploaded file to key: sinxQVxjcYigPsc6YzRSbP1j (checksum: NaVcfheFhJeCWwo0C8BLTg==)
138
-  (0.1ms) SAVEPOINT active_record_1
139
- ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "sinxQVxjcYigPsc6YzRSbP1j"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:34.852295"]]
140
-  (0.1ms) RELEASE SAVEPOINT active_record_1
141
-  (0.2ms) SAVEPOINT active_record_1
142
-  (0.1ms) RELEASE SAVEPOINT active_record_1
143
-  (0.1ms) SAVEPOINT active_record_1
144
- 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", 1], ["LIMIT", 1]]
145
- Cmor::Testimonials::Testimonial Create (1.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_6"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:33:34.841282"], ["created_at", "2019-06-12 11:33:34.856997"], ["updated_at", "2019-06-12 11:33:34.856997"]]
146
- 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", "2019-06-12 11:33:34.864182"]]
147
- Cmor::Testimonials::Testimonial Update (0.7ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:34.866381"], ["id", 1]]
148
-  (0.0ms) RELEASE SAVEPOINT active_record_1
149
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 9298779e-38e0-4b8b-9170-ce4f19de9ae8) to Async(default) with arguments: #<GlobalID:0x00000003c382c0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
150
-  (0.2ms) rollback transaction
151
-  (0.1ms) begin transaction
152
-  (0.1ms) SAVEPOINT active_record_1
153
- 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_8"], ["locale", "de"], ["LIMIT", 1]]
154
- 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 #8"], ["locale", "de"], ["LIMIT", 1]]
155
- Cmor::Testimonials::Category Create (1.1ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #8"], ["identifier", "category_8"], ["created_at", "2019-06-12 11:33:34.899576"], ["updated_at", "2019-06-12 11:33:34.899576"]]
156
-  (0.1ms) RELEASE SAVEPOINT active_record_1
157
- ActiveStorage::Blob Load (127.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
158
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b0233ee2-829c-4d4a-a98d-23e5a6e4d73e] ActiveStorage::Blob Update (122.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
159
- [ActiveJob] [ActiveStorage::AnalyzeJob] [b0233ee2-829c-4d4a-a98d-23e5a6e4d73e] Performed ActiveStorage::AnalyzeJob (Job ID: b0233ee2-829c-4d4a-a98d-23e5a6e4d73e) from Async(default) in 272.2ms
160
-  Disk Storage (1.1ms) Uploaded file to key: jD4EGuHfMMk8B5vX9xuzckTN (checksum: NaVcfheFhJeCWwo0C8BLTg==)
161
-  (0.1ms) SAVEPOINT active_record_1
162
- ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "jD4EGuHfMMk8B5vX9xuzckTN"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:35.025596"]]
163
-  (0.1ms) RELEASE SAVEPOINT active_record_1
164
-  (0.1ms) SAVEPOINT active_record_1
165
-  (0.1ms) RELEASE SAVEPOINT active_record_1
166
-  (0.1ms) SAVEPOINT active_record_1
167
- 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]]
168
- 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", "2019-06-12 10:33:34.903537"], ["created_at", "2019-06-12 11:33:35.029811"], ["updated_at", "2019-06-12 11:33:35.029811"]]
169
- 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", "2019-06-12 11:33:35.032610"]]
170
- Cmor::Testimonials::Testimonial Update (0.1ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:35.033847"], ["id", 1]]
171
-  (0.1ms) RELEASE SAVEPOINT active_record_1
172
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 5c07dea7-fe46-4998-b558-403c3de5cc2a) to Async(default) with arguments: #<GlobalID:0x00000001e8bc18 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
173
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
174
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5c07dea7-fe46-4998-b558-403c3de5cc2a] Performing ActiveStorage::AnalyzeJob (Job ID: 5c07dea7-fe46-4998-b558-403c3de5cc2a) from Async(default) with arguments: #<GlobalID:0x00000002067438 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
175
-  Disk Storage (2.4ms) Uploaded file to key: zynKjQhnZiPPtAadybFmdcw6 (checksum: NaVcfheFhJeCWwo0C8BLTg==)
176
-  (0.1ms) SAVEPOINT active_record_1
177
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5c07dea7-fe46-4998-b558-403c3de5cc2a]  Disk Storage (3.3ms) Downloaded file from key: jD4EGuHfMMk8B5vX9xuzckTN
178
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "zynKjQhnZiPPtAadybFmdcw6"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:35.046160"]]
179
-  (0.1ms) RELEASE SAVEPOINT active_record_1
180
-  (0.1ms) SAVEPOINT active_record_1
181
- ActiveStorage::Attachment Destroy (0.2ms) DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? [["id", 1]]
182
- 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", 2], ["created_at", "2019-06-12 11:33:35.057165"]]
183
- Cmor::Testimonials::Testimonial Update (0.5ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:35.059090"], ["id", 1]]
184
-  (0.1ms) RELEASE SAVEPOINT active_record_1
185
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 618cf8f2-430e-456f-ad3c-9439fe25fa08) to Async(default) with arguments: #<GlobalID:0x00000002881088 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
186
- ActiveStorage::Blob Load (0.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
187
- [ActiveJob] [ActiveStorage::AnalyzeJob] [618cf8f2-430e-456f-ad3c-9439fe25fa08] Performing ActiveStorage::AnalyzeJob (Job ID: 618cf8f2-430e-456f-ad3c-9439fe25fa08) from Async(default) with arguments: #<GlobalID:0x00000002932298 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
188
- [ActiveJob] [ActiveStorage::AnalyzeJob] [618cf8f2-430e-456f-ad3c-9439fe25fa08]  Disk Storage (101.5ms) Downloaded file from key: zynKjQhnZiPPtAadybFmdcw6
189
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5c07dea7-fe46-4998-b558-403c3de5cc2a]  (0.2ms) SAVEPOINT active_record_1
190
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5c07dea7-fe46-4998-b558-403c3de5cc2a] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
191
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5c07dea7-fe46-4998-b558-403c3de5cc2a]  (0.1ms) RELEASE SAVEPOINT active_record_1
192
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5c07dea7-fe46-4998-b558-403c3de5cc2a] Performed ActiveStorage::AnalyzeJob (Job ID: 5c07dea7-fe46-4998-b558-403c3de5cc2a) from Async(default) in 139.0ms
193
- [ActiveJob] [ActiveStorage::AnalyzeJob] [618cf8f2-430e-456f-ad3c-9439fe25fa08]  (0.1ms) SAVEPOINT active_record_1
194
- [ActiveJob] [ActiveStorage::AnalyzeJob] [618cf8f2-430e-456f-ad3c-9439fe25fa08] 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]]
195
- [ActiveJob] [ActiveStorage::AnalyzeJob] [618cf8f2-430e-456f-ad3c-9439fe25fa08]  (0.1ms) RELEASE SAVEPOINT active_record_1
196
- [ActiveJob] [ActiveStorage::AnalyzeJob] [618cf8f2-430e-456f-ad3c-9439fe25fa08] Performed ActiveStorage::AnalyzeJob (Job ID: 618cf8f2-430e-456f-ad3c-9439fe25fa08) from Async(default) in 143.81ms
197
- [ActiveJob] Enqueued ActiveStorage::PurgeJob (Job ID: 084caf59-3e3d-4977-a3cd-ba7dce3a66b1) to Async(default) with arguments: #<GlobalID:0x0000000547afb8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
198
-  (0.1ms) SAVEPOINT active_record_1
199
-  (0.2ms) RELEASE SAVEPOINT active_record_1
200
-  (0.2ms) rollback transaction
201
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
202
- Discarded ActiveStorage::PurgeJob due to a ActiveRecord::RecordNotFound. The original exception was nil.
203
-  (0.1ms) begin transaction
204
-  (0.1ms) SAVEPOINT active_record_1
205
- 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]]
206
- 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]]
207
- Cmor::Testimonials::Category Create (0.3ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #9"], ["identifier", "category_9"], ["created_at", "2019-06-12 11:33:35.224846"], ["updated_at", "2019-06-12 11:33:35.224846"]]
208
-  (0.1ms) RELEASE SAVEPOINT active_record_1
209
-  Disk Storage (1.3ms) Uploaded file to key: FKVr2WxXHhRbtghXaWsrxUHV (checksum: NaVcfheFhJeCWwo0C8BLTg==)
210
-  (0.1ms) SAVEPOINT active_record_1
211
- ActiveStorage::Blob Create (4.0ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "FKVr2WxXHhRbtghXaWsrxUHV"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:35.230730"]]
212
-  (0.2ms) RELEASE SAVEPOINT active_record_1
213
-  (0.1ms) SAVEPOINT active_record_1
214
-  (2.8ms) RELEASE SAVEPOINT active_record_1
215
-  (0.1ms) SAVEPOINT active_record_1
216
- Cmor::Testimonials::Testimonial Load (0.7ms) 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]]
217
- Cmor::Testimonials::Testimonial Create (1.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_8"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:33:35.226438"], ["created_at", "2019-06-12 11:33:35.246327"], ["updated_at", "2019-06-12 11:33:35.246327"]]
218
- ActiveStorage::Attachment Create (0.5ms) 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", "2019-06-12 11:33:35.255790"]]
219
- Cmor::Testimonials::Testimonial Update (0.6ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:35.258040"], ["id", 1]]
220
-  (0.2ms) RELEASE SAVEPOINT active_record_1
221
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 6c0548d3-20ad-4dc7-bdc1-15e3759b265f) to Async(default) with arguments: #<GlobalID:0x000000053cafc8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
222
- ActiveStorage::Blob Load (2.8ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
223
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6c0548d3-20ad-4dc7-bdc1-15e3759b265f] Performing ActiveStorage::AnalyzeJob (Job ID: 6c0548d3-20ad-4dc7-bdc1-15e3759b265f) from Async(default) with arguments: #<GlobalID:0x000000053bac68 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
224
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6c0548d3-20ad-4dc7-bdc1-15e3759b265f]  Disk Storage (0.4ms) Downloaded file from key: FKVr2WxXHhRbtghXaWsrxUHV
225
-  Disk Storage (1.4ms) Uploaded file to key: QasqLb9DzrmdBN8BH8Ck33eA (checksum: NaVcfheFhJeCWwo0C8BLTg==)
226
-  (0.3ms) SAVEPOINT active_record_1
227
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "QasqLb9DzrmdBN8BH8Ck33eA"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:35.281704"]]
228
-  (0.1ms) RELEASE SAVEPOINT active_record_1
229
-  (0.1ms) SAVEPOINT active_record_1
230
- ActiveStorage::Attachment Destroy (0.1ms) DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? [["id", 1]]
231
- 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", 2], ["created_at", "2019-06-12 11:33:35.286256"]]
232
- Cmor::Testimonials::Testimonial Update (0.3ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:35.287738"], ["id", 1]]
233
-  (0.1ms) RELEASE SAVEPOINT active_record_1
234
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 27b65495-beba-4977-9d63-548030b449df) to Async(default) with arguments: #<GlobalID:0x000000052893d0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
235
- [ActiveJob] Enqueued ActiveStorage::PurgeJob (Job ID: 8b84694b-e6ef-4256-9b9f-753cbe4b375d) to Async(default) with arguments: #<GlobalID:0x00000005262ac8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
236
- ActiveStorage::Blob Load (1.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
237
- ActiveStorage::Blob Load (0.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
238
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27b65495-beba-4977-9d63-548030b449df] Performing ActiveStorage::AnalyzeJob (Job ID: 27b65495-beba-4977-9d63-548030b449df) from Async(default) with arguments: #<GlobalID:0x00000005251ea8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
239
-  (0.1ms) SAVEPOINT active_record_1
240
- [ActiveJob] [ActiveStorage::PurgeJob] [8b84694b-e6ef-4256-9b9f-753cbe4b375d] Performing ActiveStorage::PurgeJob (Job ID: 8b84694b-e6ef-4256-9b9f-753cbe4b375d) from Async(default) with arguments: #<GlobalID:0x00000005247930 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
241
-  (0.2ms) RELEASE SAVEPOINT active_record_1
242
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27b65495-beba-4977-9d63-548030b449df]  Disk Storage (14.4ms) Downloaded file from key: QasqLb9DzrmdBN8BH8Ck33eA
243
- [ActiveJob] [ActiveStorage::PurgeJob] [8b84694b-e6ef-4256-9b9f-753cbe4b375d]  (0.1ms) SAVEPOINT active_record_1
244
- [ActiveJob] [ActiveStorage::PurgeJob] [8b84694b-e6ef-4256-9b9f-753cbe4b375d] ActiveStorage::Attachment Exists (0.2ms) SELECT 1 AS one FROM "active_storage_attachments" WHERE "active_storage_attachments"."blob_id" = ? LIMIT ? [["blob_id", 1], ["LIMIT", 1]]
245
- [ActiveJob] [ActiveStorage::PurgeJob] [8b84694b-e6ef-4256-9b9f-753cbe4b375d] ActiveStorage::Blob Destroy (0.1ms) DELETE FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? [["id", 1]]
246
- [ActiveJob] [ActiveStorage::PurgeJob] [8b84694b-e6ef-4256-9b9f-753cbe4b375d]  (0.1ms) RELEASE SAVEPOINT active_record_1
247
- [ActiveJob] [ActiveStorage::PurgeJob] [8b84694b-e6ef-4256-9b9f-753cbe4b375d] ActiveStorage::Attachment Load (0.2ms) 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", "ActiveStorage::Blob"], ["name", "preview_image"], ["LIMIT", 1]]
248
- [ActiveJob] [ActiveStorage::PurgeJob] [8b84694b-e6ef-4256-9b9f-753cbe4b375d]  Disk Storage (0.2ms) Deleted file from key: FKVr2WxXHhRbtghXaWsrxUHV
249
- [ActiveJob] [ActiveStorage::PurgeJob] [8b84694b-e6ef-4256-9b9f-753cbe4b375d]  Disk Storage (0.1ms) Deleted files by key prefix: variants/FKVr2WxXHhRbtghXaWsrxUHV/
250
- [ActiveJob] [ActiveStorage::PurgeJob] [8b84694b-e6ef-4256-9b9f-753cbe4b375d] Performed ActiveStorage::PurgeJob (Job ID: 8b84694b-e6ef-4256-9b9f-753cbe4b375d) from Async(default) in 40.74ms
251
-  (0.5ms) rollback transaction
252
-  (0.1ms) begin transaction
253
-  (0.1ms) rollback transaction
254
-  (0.1ms) begin transaction
255
-  (0.1ms) rollback transaction
256
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6c0548d3-20ad-4dc7-bdc1-15e3759b265f]  (0.1ms) begin transaction
257
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6c0548d3-20ad-4dc7-bdc1-15e3759b265f] 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]]
258
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6c0548d3-20ad-4dc7-bdc1-15e3759b265f]  (0.1ms) commit transaction
259
- [ActiveJob] [ActiveStorage::AnalyzeJob] [6c0548d3-20ad-4dc7-bdc1-15e3759b265f] Performed ActiveStorage::AnalyzeJob (Job ID: 6c0548d3-20ad-4dc7-bdc1-15e3759b265f) from Async(default) in 106.58ms
260
-  (1.0ms) begin transaction
261
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27b65495-beba-4977-9d63-548030b449df]  (0.2ms) begin transaction
262
- Cmor::Testimonials::Category Exists (0.7ms) 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]]
263
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27b65495-beba-4977-9d63-548030b449df]  (0.2ms) SAVEPOINT active_record_1
264
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27b65495-beba-4977-9d63-548030b449df] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 2]]
265
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27b65495-beba-4977-9d63-548030b449df]  (0.1ms) RELEASE SAVEPOINT active_record_1
266
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27b65495-beba-4977-9d63-548030b449df]  (0.1ms) commit transaction
267
- Cmor::Testimonials::Category Exists (3.7ms) 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]]
268
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27b65495-beba-4977-9d63-548030b449df] Performed ActiveStorage::AnalyzeJob (Job ID: 27b65495-beba-4977-9d63-548030b449df) from Async(default) in 114.99ms
269
-  (0.1ms) rollback transaction
270
-  (0.1ms) begin transaction
271
- Cmor::Testimonials::Category Exists (0.4ms) 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]]
272
- 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]]
273
-  (0.1ms) rollback transaction
274
-  (0.1ms) begin transaction
275
-  (0.2ms) SAVEPOINT active_record_1
276
- Cmor::Testimonials::Category Exists (2.0ms) 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]]
277
- 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 #11"], ["locale", "de"], ["LIMIT", 1]]
278
- Cmor::Testimonials::Category Create (0.7ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #11"], ["identifier", "category_11"], ["created_at", "2019-06-12 11:33:35.464614"], ["updated_at", "2019-06-12 11:33:35.464614"]]
279
-  (0.1ms) RELEASE SAVEPOINT active_record_1
280
-  (0.3ms) rollback transaction
281
-  (0.2ms) begin transaction
282
-  (0.2ms) rollback transaction
283
-  (0.2ms) begin transaction
284
-  (0.1ms) rollback transaction
285
-  (0.1ms) begin transaction
286
-  Disk Storage (2.4ms) Uploaded file to key: 7HFvQyFBz4hvk9zgj3XZ9kNt (checksum: NaVcfheFhJeCWwo0C8BLTg==)
287
-  (0.3ms) SAVEPOINT active_record_1
288
- ActiveStorage::Blob Create (0.8ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "7HFvQyFBz4hvk9zgj3XZ9kNt"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:35.534510"]]
289
-  (0.3ms) RELEASE SAVEPOINT active_record_1
290
-  (0.3ms) SAVEPOINT active_record_1
291
-  (0.3ms) RELEASE SAVEPOINT active_record_1
292
-  (0.3ms) rollback transaction
293
-  (0.1ms) begin transaction
294
-  (0.1ms) rollback transaction
295
-  (6.9ms) begin transaction
296
-  Disk Storage (2.8ms) Uploaded file to key: GjWYE948tz7r7gL3gg19jcVS (checksum: NaVcfheFhJeCWwo0C8BLTg==)
297
-  (0.3ms) SAVEPOINT active_record_1
298
- ActiveStorage::Blob Create (1.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "GjWYE948tz7r7gL3gg19jcVS"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:33:35.593333"]]
299
-  (0.2ms) RELEASE SAVEPOINT active_record_1
300
-  (0.1ms) SAVEPOINT active_record_1
301
-  (0.1ms) RELEASE SAVEPOINT active_record_1
302
-  (0.1ms) SAVEPOINT active_record_1
303
- 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]]
304
- Cmor::Testimonials::Category Exists (0.6ms) 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]]
305
- Cmor::Testimonials::Category Create (1.0ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #13"], ["identifier", "category_13"], ["created_at", "2019-06-12 11:33:35.606864"], ["updated_at", "2019-06-12 11:33:35.606864"]]
306
- 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", 1], ["LIMIT", 1]]
307
- Cmor::Testimonials::Testimonial Create (2.5ms) 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", "2019-06-12 10:33:35.585816"], ["created_at", "2019-06-12 11:33:35.610660"], ["updated_at", "2019-06-12 11:33:35.610660"]]
308
- ActiveStorage::Attachment Create (0.6ms) 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", "2019-06-12 11:33:35.619497"]]
309
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:33:35.628022"], ["id", 1]]
310
-  (0.1ms) RELEASE SAVEPOINT active_record_1
311
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: ceba0453-1a0a-4e56-b6f7-56e8c1b6e4ae) to Async(default) with arguments: #<GlobalID:0x000000047aa6d0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
312
- ActiveStorage::Blob Load (1.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
313
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ceba0453-1a0a-4e56-b6f7-56e8c1b6e4ae] Performing ActiveStorage::AnalyzeJob (Job ID: ceba0453-1a0a-4e56-b6f7-56e8c1b6e4ae) from Async(default) with arguments: #<GlobalID:0x0000000479a730 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
314
-  (0.3ms) rollback transaction
315
-  (0.1ms) begin transaction
316
-  (0.2ms) rollback transaction
317
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ceba0453-1a0a-4e56-b6f7-56e8c1b6e4ae]  Disk Storage (21.2ms) Downloaded file from key: GjWYE948tz7r7gL3gg19jcVS
318
-  (0.2ms) begin transaction
319
-  (0.2ms) rollback transaction
320
-  (0.1ms) begin transaction
321
-  (0.1ms) rollback transaction
322
-  (0.1ms) begin transaction
323
-  (0.1ms) rollback transaction
324
-  (0.2ms) begin transaction
325
-  (0.1ms) rollback transaction
326
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ceba0453-1a0a-4e56-b6f7-56e8c1b6e4ae]  (0.1ms) begin transaction
327
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ceba0453-1a0a-4e56-b6f7-56e8c1b6e4ae] ActiveStorage::Blob Update (0.5ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
328
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ceba0453-1a0a-4e56-b6f7-56e8c1b6e4ae]  (0.2ms) commit transaction
329
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ceba0453-1a0a-4e56-b6f7-56e8c1b6e4ae] Performed ActiveStorage::AnalyzeJob (Job ID: ceba0453-1a0a-4e56-b6f7-56e8c1b6e4ae) from Async(default) in 104.62ms
330
-  (1.0ms) begin transaction
331
-  (0.1ms) rollback transaction
332
-  (0.1ms) begin transaction
333
-  (0.1ms) rollback transaction
334
-  (0.3ms) begin transaction
335
-  (0.3ms) rollback transaction
336
-  (0.2ms) begin transaction
337
-  (0.1ms) rollback transaction
338
-  (0.1ms) begin transaction
339
-  (0.1ms) rollback transaction
340
-  (0.1ms) begin transaction
341
-  (0.1ms) rollback transaction
342
-  (0.1ms) begin transaction
343
-  (0.1ms) rollback transaction
344
-  (1.2ms) begin transaction
345
-  (0.3ms) rollback transaction
346
-  (0.1ms) begin transaction
347
-  (0.1ms) rollback transaction
348
-  (0.1ms) begin transaction
349
-  (0.1ms) rollback transaction
350
-  (0.2ms) begin transaction
351
-  (0.1ms) rollback transaction
352
-  (0.2ms) begin transaction
353
-  (0.1ms) rollback transaction
354
-  (0.1ms) begin transaction
355
-  (0.1ms) rollback transaction
356
-  (0.2ms) begin transaction
357
-  (0.2ms) rollback transaction
358
-  (0.3ms) begin transaction
359
-  (0.2ms) rollback transaction
360
-  (0.1ms) begin transaction
361
-  (0.1ms) rollback transaction
362
-  (0.2ms) begin transaction
363
-  (0.1ms) rollback transaction
364
-  (0.3ms) begin transaction
365
-  (0.1ms) rollback transaction
366
-  (0.1ms) begin transaction
367
-  (0.1ms) rollback transaction
368
-  (0.1ms) begin transaction
369
-  (0.1ms) rollback transaction
370
-  (0.2ms) begin transaction
371
-  (0.2ms) rollback transaction
372
-  (0.1ms) begin transaction
373
-  (0.1ms) rollback transaction
374
-  (0.2ms) begin transaction
375
-  (0.2ms) rollback transaction
376
-  (0.1ms) begin transaction
377
-  (0.2ms) rollback transaction
378
-  (0.1ms) begin transaction
379
-  (0.9ms) rollback transaction
380
-  (0.2ms) begin transaction
381
-  (0.2ms) rollback transaction
382
-  (0.1ms) begin transaction
383
-  (0.1ms) rollback transaction
384
-  (0.1ms) begin transaction
385
-  (0.1ms) rollback transaction
386
-  (0.3ms) begin transaction
387
-  (0.2ms) rollback transaction
388
-  (0.1ms) begin transaction
389
-  (0.1ms) rollback transaction
390
-  (0.1ms) begin transaction
391
-  (0.2ms) rollback transaction
392
-  (0.1ms) begin transaction
393
-  (0.1ms) rollback transaction
394
-  (0.1ms) begin transaction
395
-  (0.1ms) rollback transaction
396
-  (0.1ms) begin transaction
397
-  (0.3ms) rollback transaction
398
-  (0.1ms) begin transaction
399
-  (0.1ms) rollback transaction
400
-  (0.1ms) begin transaction
401
-  (0.1ms) rollback transaction
402
-  (0.2ms) begin transaction
403
-  (0.2ms) rollback transaction
404
-  (0.1ms) begin transaction
405
-  (0.1ms) rollback transaction
406
-  (0.8ms) begin transaction
407
-  (0.1ms) SAVEPOINT active_record_1
408
- 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_1"], ["locale", "de"], ["LIMIT", 1]]
409
- 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 #1"], ["locale", "de"], ["LIMIT", 1]]
410
- Cmor::Testimonials::Category Create (7.0ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #1"], ["identifier", "category_1"], ["created_at", "2019-06-12 11:43:58.699539"], ["updated_at", "2019-06-12 11:43:58.699539"]]
411
-  (0.1ms) RELEASE SAVEPOINT active_record_1
412
-  (0.4ms) rollback transaction
413
-  (0.1ms) begin transaction
414
-  (0.4ms) SAVEPOINT active_record_1
415
- Cmor::Testimonials::Category Exists (0.5ms) 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]]
416
- Cmor::Testimonials::Category Exists (0.5ms) 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]]
417
- Cmor::Testimonials::Category Create (8.9ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #2"], ["identifier", "category_2"], ["created_at", "2019-06-12 11:43:58.755576"], ["updated_at", "2019-06-12 11:43:58.755576"]]
418
-  (0.3ms) RELEASE SAVEPOINT active_record_1
419
-  Disk Storage (1.4ms) Uploaded file to key: N8htauXoFGJvm9whDzv1nGgF (checksum: NaVcfheFhJeCWwo0C8BLTg==)
420
-  (0.1ms) SAVEPOINT active_record_1
421
- ActiveStorage::Blob Create (1.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "N8htauXoFGJvm9whDzv1nGgF"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:58.937671"]]
422
-  (0.2ms) RELEASE SAVEPOINT active_record_1
423
-  (0.2ms) SAVEPOINT active_record_1
424
-  (0.1ms) RELEASE SAVEPOINT active_record_1
425
-  (1.0ms) SAVEPOINT active_record_1
426
- 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", 1], ["LIMIT", 1]]
427
- 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_1"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:43:58.781264"], ["created_at", "2019-06-12 11:43:58.969200"], ["updated_at", "2019-06-12 11:43:58.969200"]]
428
- 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", "2019-06-12 11:43:58.976414"]]
429
- Cmor::Testimonials::Testimonial Update (0.1ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:58.977484"], ["id", 1]]
430
-  (0.1ms) RELEASE SAVEPOINT active_record_1
431
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: cdb4b6af-4ecf-42d6-9516-2c2e947d75fd) to Async(default) with arguments: #<GlobalID:0x000000033bbae8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
432
- ActiveStorage::Blob Load (2.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
433
- [ActiveJob] [ActiveStorage::AnalyzeJob] [cdb4b6af-4ecf-42d6-9516-2c2e947d75fd] Performing ActiveStorage::AnalyzeJob (Job ID: cdb4b6af-4ecf-42d6-9516-2c2e947d75fd) from Async(default) with arguments: #<GlobalID:0x000000033e5140 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
434
-  (0.2ms) rollback transaction
435
-  (0.1ms) begin transaction
436
-  (0.1ms) SAVEPOINT active_record_1
437
- 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_3"], ["locale", "de"], ["LIMIT", 1]]
438
- 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 #3"], ["locale", "de"], ["LIMIT", 1]]
439
- Cmor::Testimonials::Category Create (0.9ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #3"], ["identifier", "category_3"], ["created_at", "2019-06-12 11:43:59.014453"], ["updated_at", "2019-06-12 11:43:59.014453"]]
440
-  (0.2ms) RELEASE SAVEPOINT active_record_1
441
- [ActiveJob] [ActiveStorage::AnalyzeJob] [cdb4b6af-4ecf-42d6-9516-2c2e947d75fd]  Disk Storage (117.6ms) Downloaded file from key: N8htauXoFGJvm9whDzv1nGgF
442
-  Disk Storage (12.9ms) Uploaded file to key: FxUpowXySwtf55Tk8cAaHX1N (checksum: NaVcfheFhJeCWwo0C8BLTg==)
443
-  (0.1ms) SAVEPOINT active_record_1
444
- ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "FxUpowXySwtf55Tk8cAaHX1N"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:59.136159"]]
445
-  (0.2ms) RELEASE SAVEPOINT active_record_1
446
-  (0.1ms) SAVEPOINT active_record_1
447
-  (0.1ms) RELEASE SAVEPOINT active_record_1
448
-  (0.1ms) SAVEPOINT active_record_1
449
- 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]]
450
- 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", "2019-06-12 10:43:59.016887"], ["created_at", "2019-06-12 11:43:59.140724"], ["updated_at", "2019-06-12 11:43:59.140724"]]
451
- 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", "2019-06-12 11:43:59.144711"]]
452
- Cmor::Testimonials::Testimonial Update (0.1ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:59.146327"], ["id", 1]]
453
-  (0.1ms) RELEASE SAVEPOINT active_record_1
454
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 7edfb1ae-5636-4df3-8e5c-97bd3c371f3a) to Async(default) with arguments: #<GlobalID:0x0000000572a0b0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
455
-  (0.2ms) rollback transaction
456
-  (0.1ms) begin transaction
457
- ActiveStorage::Blob Load (0.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
458
-  (0.1ms) SAVEPOINT active_record_1
459
- 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_4"], ["locale", "de"], ["LIMIT", 1]]
460
- Cmor::Testimonials::Category Exists (0.5ms) 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]]
461
- Cmor::Testimonials::Category Create (0.8ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #4"], ["identifier", "category_4"], ["created_at", "2019-06-12 11:43:59.169687"], ["updated_at", "2019-06-12 11:43:59.169687"]]
462
-  (0.2ms) RELEASE SAVEPOINT active_record_1
463
-  Disk Storage (2.5ms) Uploaded file to key: XLKWzG1zeb1vqx6EszD4G696 (checksum: NaVcfheFhJeCWwo0C8BLTg==)
464
-  (0.4ms) SAVEPOINT active_record_1
465
- ActiveStorage::Blob Create (0.6ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "XLKWzG1zeb1vqx6EszD4G696"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:59.196476"]]
466
-  (0.2ms) RELEASE SAVEPOINT active_record_1
467
- [ActiveJob] [ActiveStorage::AnalyzeJob] [cdb4b6af-4ecf-42d6-9516-2c2e947d75fd]  (0.1ms) SAVEPOINT active_record_1
468
- [ActiveJob] [ActiveStorage::AnalyzeJob] [cdb4b6af-4ecf-42d6-9516-2c2e947d75fd] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
469
- [ActiveJob] [ActiveStorage::AnalyzeJob] [cdb4b6af-4ecf-42d6-9516-2c2e947d75fd]  (0.2ms) RELEASE SAVEPOINT active_record_1
470
- [ActiveJob] [ActiveStorage::AnalyzeJob] [cdb4b6af-4ecf-42d6-9516-2c2e947d75fd] Performed ActiveStorage::AnalyzeJob (Job ID: cdb4b6af-4ecf-42d6-9516-2c2e947d75fd) from Async(default) in 212.8ms
471
-  (0.2ms) SAVEPOINT active_record_1
472
-  (0.2ms) RELEASE SAVEPOINT active_record_1
473
-  (0.1ms) SAVEPOINT active_record_1
474
- 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", 1], ["LIMIT", 1]]
475
- Cmor::Testimonials::Testimonial Create (0.5ms) 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", "2019-06-12 10:43:59.173477"], ["created_at", "2019-06-12 11:43:59.218467"], ["updated_at", "2019-06-12 11:43:59.218467"]]
476
- ActiveStorage::Attachment Create (0.8ms) 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", "2019-06-12 11:43:59.224216"]]
477
- Cmor::Testimonials::Testimonial Update (0.7ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:59.226993"], ["id", 1]]
478
-  (0.4ms) RELEASE SAVEPOINT active_record_1
479
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 356a3b0b-e3fa-4e7c-93da-b16d78d65ae2) to Async(default) with arguments: #<GlobalID:0x00000004fdc150 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
480
- ActiveStorage::Blob Load (0.9ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
481
-  (0.4ms) rollback transaction
482
- [ActiveJob] [ActiveStorage::AnalyzeJob] [356a3b0b-e3fa-4e7c-93da-b16d78d65ae2] Performing ActiveStorage::AnalyzeJob (Job ID: 356a3b0b-e3fa-4e7c-93da-b16d78d65ae2) from Async(default) with arguments: #<GlobalID:0x00000004f74668 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
483
- [ActiveJob] [ActiveStorage::AnalyzeJob] [356a3b0b-e3fa-4e7c-93da-b16d78d65ae2]  Disk Storage (0.4ms) Downloaded file from key: XLKWzG1zeb1vqx6EszD4G696
484
-  (0.8ms) begin transaction
485
-  (0.1ms) SAVEPOINT active_record_1
486
- 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_5"], ["locale", "de"], ["LIMIT", 1]]
487
- 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 #5"], ["locale", "de"], ["LIMIT", 1]]
488
- 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", "2019-06-12 11:43:59.255336"], ["updated_at", "2019-06-12 11:43:59.255336"]]
489
-  (0.1ms) RELEASE SAVEPOINT active_record_1
490
-  Disk Storage (2.3ms) Uploaded file to key: SAnCAj3Ej5VGnWqGxCu8A4EJ (checksum: NaVcfheFhJeCWwo0C8BLTg==)
491
-  (0.3ms) SAVEPOINT active_record_1
492
- ActiveStorage::Blob Create (0.8ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "SAnCAj3Ej5VGnWqGxCu8A4EJ"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:59.263754"]]
493
-  (0.0ms) RELEASE SAVEPOINT active_record_1
494
-  (0.3ms) SAVEPOINT active_record_1
495
-  (0.1ms) RELEASE SAVEPOINT active_record_1
496
-  (0.1ms) SAVEPOINT active_record_1
497
- Cmor::Testimonials::Testimonial Load (0.6ms) 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]]
498
- 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_4"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:43:59.257580"], ["created_at", "2019-06-12 11:43:59.272591"], ["updated_at", "2019-06-12 11:43:59.272591"]]
499
- 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", "2019-06-12 11:43:59.278855"]]
500
- Cmor::Testimonials::Testimonial Update (0.3ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:59.281532"], ["id", 1]]
501
-  (0.1ms) RELEASE SAVEPOINT active_record_1
502
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a902d3b9-7054-4cde-9700-68bb92f7dae9) to Async(default) with arguments: #<GlobalID:0x00000004cfae00 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
503
- ActiveStorage::Blob Load (0.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
504
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a902d3b9-7054-4cde-9700-68bb92f7dae9] Performing ActiveStorage::AnalyzeJob (Job ID: a902d3b9-7054-4cde-9700-68bb92f7dae9) from Async(default) with arguments: #<GlobalID:0x00000004cd24f0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
505
-  (0.5ms) rollback transaction
506
-  (0.1ms) begin transaction
507
-  (0.1ms) SAVEPOINT active_record_1
508
- Cmor::Testimonials::Category Exists (0.7ms) 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]]
509
- Cmor::Testimonials::Category Exists (0.6ms) 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]]
510
- [ActiveJob] [ActiveStorage::AnalyzeJob] [356a3b0b-e3fa-4e7c-93da-b16d78d65ae2] Performed ActiveStorage::AnalyzeJob (Job ID: 356a3b0b-e3fa-4e7c-93da-b16d78d65ae2) from Async(default) in 83.58ms
511
- Cmor::Testimonials::Category Create (0.6ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #6"], ["identifier", "category_6"], ["created_at", "2019-06-12 11:43:59.333518"], ["updated_at", "2019-06-12 11:43:59.333518"]]
512
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a902d3b9-7054-4cde-9700-68bb92f7dae9]  Disk Storage (35.8ms) Downloaded file from key: SAnCAj3Ej5VGnWqGxCu8A4EJ
513
-  (0.1ms) RELEASE SAVEPOINT active_record_1
514
-  Disk Storage (1.1ms) Uploaded file to key: QrJip4etZBfYNRWGo2pbTqq1 (checksum: NaVcfheFhJeCWwo0C8BLTg==)
515
-  (0.1ms) SAVEPOINT active_record_1
516
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "QrJip4etZBfYNRWGo2pbTqq1"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:59.348764"]]
517
-  (0.1ms) RELEASE SAVEPOINT active_record_1
518
-  (0.1ms) SAVEPOINT active_record_1
519
-  (0.2ms) RELEASE SAVEPOINT active_record_1
520
-  (0.2ms) SAVEPOINT active_record_1
521
- Cmor::Testimonials::Testimonial Load (0.6ms) 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]]
522
- Cmor::Testimonials::Testimonial Create (0.6ms) 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", "2019-06-12 10:43:59.345216"], ["created_at", "2019-06-12 11:43:59.353860"], ["updated_at", "2019-06-12 11:43:59.353860"]]
523
- ActiveStorage::Attachment Create (0.5ms) 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", "2019-06-12 11:43:59.371732"]]
524
- Cmor::Testimonials::Testimonial Update (0.4ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:59.375160"], ["id", 1]]
525
-  (0.2ms) RELEASE SAVEPOINT active_record_1
526
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 67183761-181f-4a2a-9563-8e548a0b6ec3) to Async(default) with arguments: #<GlobalID:0x00000001d1ab40 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
527
- ActiveStorage::Blob Load (1.6ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
528
- [ActiveJob] [ActiveStorage::AnalyzeJob] [67183761-181f-4a2a-9563-8e548a0b6ec3] Performing ActiveStorage::AnalyzeJob (Job ID: 67183761-181f-4a2a-9563-8e548a0b6ec3) from Async(default) with arguments: #<GlobalID:0x00000002302080 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
529
- [ActiveJob] [ActiveStorage::AnalyzeJob] [67183761-181f-4a2a-9563-8e548a0b6ec3]  Disk Storage (3.7ms) Downloaded file from key: QrJip4etZBfYNRWGo2pbTqq1
530
-  (0.3ms) rollback transaction
531
-  (0.2ms) begin transaction
532
-  (0.1ms) SAVEPOINT active_record_1
533
- Cmor::Testimonials::Category Exists (0.8ms) 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]]
534
- Cmor::Testimonials::Category Exists (0.5ms) 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]]
535
- Cmor::Testimonials::Category Create (0.9ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #7"], ["identifier", "category_7"], ["created_at", "2019-06-12 11:43:59.416650"], ["updated_at", "2019-06-12 11:43:59.416650"]]
536
-  (0.3ms) RELEASE SAVEPOINT active_record_1
537
-  Disk Storage (4.1ms) Uploaded file to key: ZN5LwmNhLQ3BhhrSuNQz9mBF (checksum: NaVcfheFhJeCWwo0C8BLTg==)
538
-  (0.3ms) SAVEPOINT active_record_1
539
- ActiveStorage::Blob Create (1.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "ZN5LwmNhLQ3BhhrSuNQz9mBF"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:59.442187"]]
540
-  (0.4ms) RELEASE SAVEPOINT active_record_1
541
-  (0.2ms) SAVEPOINT active_record_1
542
-  (0.3ms) RELEASE SAVEPOINT active_record_1
543
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a902d3b9-7054-4cde-9700-68bb92f7dae9] ActiveStorage::Blob Update (10.0ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
544
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a902d3b9-7054-4cde-9700-68bb92f7dae9] Performed ActiveStorage::AnalyzeJob (Job ID: a902d3b9-7054-4cde-9700-68bb92f7dae9) from Async(default) in 158.28ms
545
-  (0.4ms) SAVEPOINT active_record_1
546
- Cmor::Testimonials::Testimonial Load (0.9ms) 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]]
547
- Cmor::Testimonials::Testimonial Create (0.8ms) 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", "2019-06-12 10:43:59.422794"], ["created_at", "2019-06-12 11:43:59.464111"], ["updated_at", "2019-06-12 11:43:59.464111"]]
548
- ActiveStorage::Attachment Create (0.7ms) 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", "2019-06-12 11:43:59.484572"]]
549
- Cmor::Testimonials::Testimonial Update (0.3ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:59.488660"], ["id", 1]]
550
-  (0.2ms) RELEASE SAVEPOINT active_record_1
551
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: f1eac854-f3e8-483f-8f6d-e51f033760d6) to Async(default) with arguments: #<GlobalID:0x00000003442110 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
552
- [ActiveJob] [ActiveStorage::AnalyzeJob] [67183761-181f-4a2a-9563-8e548a0b6ec3] ActiveStorage::Blob Update (13.6ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
553
- [ActiveJob] [ActiveStorage::AnalyzeJob] [67183761-181f-4a2a-9563-8e548a0b6ec3] Performed ActiveStorage::AnalyzeJob (Job ID: 67183761-181f-4a2a-9563-8e548a0b6ec3) from Async(default) in 111.75ms
554
- ActiveStorage::Blob Load (0.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
555
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f1eac854-f3e8-483f-8f6d-e51f033760d6] Performing ActiveStorage::AnalyzeJob (Job ID: f1eac854-f3e8-483f-8f6d-e51f033760d6) from Async(default) with arguments: #<GlobalID:0x000000034b4530 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
556
-  (0.6ms) rollback transaction
557
-  (0.1ms) begin transaction
558
-  (0.1ms) SAVEPOINT active_record_1
559
- 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]]
560
- 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]]
561
- Cmor::Testimonials::Category Create (0.4ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #8"], ["identifier", "category_8"], ["created_at", "2019-06-12 11:43:59.525991"], ["updated_at", "2019-06-12 11:43:59.525991"]]
562
-  (0.1ms) RELEASE SAVEPOINT active_record_1
563
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f1eac854-f3e8-483f-8f6d-e51f033760d6]  Disk Storage (153.4ms) Downloaded file from key: ZN5LwmNhLQ3BhhrSuNQz9mBF
564
-  Disk Storage (2.5ms) Uploaded file to key: AqmQeyWB2HsX7MgBSFxbFoSK (checksum: NaVcfheFhJeCWwo0C8BLTg==)
565
-  (0.1ms) SAVEPOINT active_record_1
566
- ActiveStorage::Blob Create (0.6ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "AqmQeyWB2HsX7MgBSFxbFoSK"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:59.679293"]]
567
-  (0.1ms) RELEASE SAVEPOINT active_record_1
568
-  (0.1ms) SAVEPOINT active_record_1
569
-  (0.1ms) RELEASE SAVEPOINT active_record_1
570
-  (0.1ms) SAVEPOINT active_record_1
571
- 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", 1], ["LIMIT", 1]]
572
- 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_7"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:43:59.527852"], ["created_at", "2019-06-12 11:43:59.683186"], ["updated_at", "2019-06-12 11:43:59.683186"]]
573
- 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", "2019-06-12 11:43:59.686786"]]
574
- Cmor::Testimonials::Testimonial Update (0.1ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:59.689080"], ["id", 1]]
575
-  (0.1ms) RELEASE SAVEPOINT active_record_1
576
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 94e352fa-9347-42f3-991c-aac689c7de0e) to Async(default) with arguments: #<GlobalID:0x00000002281b38 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
577
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
578
- [ActiveJob] [ActiveStorage::AnalyzeJob] [94e352fa-9347-42f3-991c-aac689c7de0e] Performing ActiveStorage::AnalyzeJob (Job ID: 94e352fa-9347-42f3-991c-aac689c7de0e) from Async(default) with arguments: #<GlobalID:0x00000002354858 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
579
-  Disk Storage (1.5ms) Uploaded file to key: wRma8AeJXfDjy8mrhVkemPcY (checksum: NaVcfheFhJeCWwo0C8BLTg==)
580
-  (0.1ms) SAVEPOINT active_record_1
581
- ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "wRma8AeJXfDjy8mrhVkemPcY"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:59.697729"]]
582
-  (0.1ms) RELEASE SAVEPOINT active_record_1
583
-  (0.1ms) SAVEPOINT active_record_1
584
- ActiveStorage::Attachment Destroy (0.2ms) DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? [["id", 1]]
585
- 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", 2], ["created_at", "2019-06-12 11:43:59.701693"]]
586
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:59.702507"], ["id", 1]]
587
-  (0.1ms) RELEASE SAVEPOINT active_record_1
588
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 227b1a47-b6ea-4d97-af75-848da17f4622) to Async(default) with arguments: #<GlobalID:0x00000002f6b3a8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
589
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
590
- [ActiveJob] [ActiveStorage::AnalyzeJob] [227b1a47-b6ea-4d97-af75-848da17f4622] Performing ActiveStorage::AnalyzeJob (Job ID: 227b1a47-b6ea-4d97-af75-848da17f4622) from Async(default) with arguments: #<GlobalID:0x0000000300d518 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
591
- [ActiveJob] [ActiveStorage::AnalyzeJob] [94e352fa-9347-42f3-991c-aac689c7de0e]  Disk Storage (13.0ms) Downloaded file from key: AqmQeyWB2HsX7MgBSFxbFoSK
592
- [ActiveJob] [ActiveStorage::AnalyzeJob] [227b1a47-b6ea-4d97-af75-848da17f4622]  Disk Storage (99.6ms) Downloaded file from key: wRma8AeJXfDjy8mrhVkemPcY
593
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f1eac854-f3e8-483f-8f6d-e51f033760d6]  (0.1ms) SAVEPOINT active_record_1
594
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f1eac854-f3e8-483f-8f6d-e51f033760d6]  (0.1ms) RELEASE SAVEPOINT active_record_1
595
- [ActiveJob] [ActiveStorage::AnalyzeJob] [f1eac854-f3e8-483f-8f6d-e51f033760d6] Performed ActiveStorage::AnalyzeJob (Job ID: f1eac854-f3e8-483f-8f6d-e51f033760d6) from Async(default) in 318.91ms
596
- [ActiveJob] [ActiveStorage::AnalyzeJob] [94e352fa-9347-42f3-991c-aac689c7de0e]  (0.1ms) SAVEPOINT active_record_1
597
- [ActiveJob] [ActiveStorage::AnalyzeJob] [94e352fa-9347-42f3-991c-aac689c7de0e] 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]]
598
- [ActiveJob] [ActiveStorage::AnalyzeJob] [94e352fa-9347-42f3-991c-aac689c7de0e]  (0.1ms) RELEASE SAVEPOINT active_record_1
599
- [ActiveJob] [ActiveStorage::AnalyzeJob] [94e352fa-9347-42f3-991c-aac689c7de0e] Performed ActiveStorage::AnalyzeJob (Job ID: 94e352fa-9347-42f3-991c-aac689c7de0e) from Async(default) in 129.15ms
600
- [ActiveJob] [ActiveStorage::AnalyzeJob] [227b1a47-b6ea-4d97-af75-848da17f4622]  (0.1ms) SAVEPOINT active_record_1
601
- [ActiveJob] [ActiveStorage::AnalyzeJob] [227b1a47-b6ea-4d97-af75-848da17f4622] ActiveStorage::Blob Update (0.8ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 2]]
602
- [ActiveJob] [ActiveStorage::AnalyzeJob] [227b1a47-b6ea-4d97-af75-848da17f4622]  (0.1ms) RELEASE SAVEPOINT active_record_1
603
- [ActiveJob] [ActiveStorage::AnalyzeJob] [227b1a47-b6ea-4d97-af75-848da17f4622] Performed ActiveStorage::AnalyzeJob (Job ID: 227b1a47-b6ea-4d97-af75-848da17f4622) from Async(default) in 145.35ms
604
- [ActiveJob] Enqueued ActiveStorage::PurgeJob (Job ID: db784df5-26e1-4628-9ef8-7a0bebb4bb9f) to Async(default) with arguments: #<GlobalID:0x007f29e4d337f8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
605
-  (0.1ms) SAVEPOINT active_record_1
606
-  (0.8ms) RELEASE SAVEPOINT active_record_1
607
- ActiveStorage::Blob Load (0.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
608
- [ActiveJob] [ActiveStorage::PurgeJob] [db784df5-26e1-4628-9ef8-7a0bebb4bb9f] Performing ActiveStorage::PurgeJob (Job ID: db784df5-26e1-4628-9ef8-7a0bebb4bb9f) from Async(default) with arguments: #<GlobalID:0x0000000561e6f8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
609
-  (0.2ms) rollback transaction
610
- [ActiveJob] [ActiveStorage::PurgeJob] [db784df5-26e1-4628-9ef8-7a0bebb4bb9f]  (0.1ms) begin transaction
611
- [ActiveJob] [ActiveStorage::PurgeJob] [db784df5-26e1-4628-9ef8-7a0bebb4bb9f] ActiveStorage::Attachment Exists (1.0ms) SELECT 1 AS one FROM "active_storage_attachments" WHERE "active_storage_attachments"."blob_id" = ? LIMIT ? [["blob_id", 1], ["LIMIT", 1]]
612
- [ActiveJob] [ActiveStorage::PurgeJob] [db784df5-26e1-4628-9ef8-7a0bebb4bb9f] ActiveStorage::Blob Destroy (0.2ms) DELETE FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? [["id", 1]]
613
- [ActiveJob] [ActiveStorage::PurgeJob] [db784df5-26e1-4628-9ef8-7a0bebb4bb9f]  (0.1ms) commit transaction
614
- [ActiveJob] [ActiveStorage::PurgeJob] [db784df5-26e1-4628-9ef8-7a0bebb4bb9f]  Disk Storage (0.2ms) Deleted file from key: AqmQeyWB2HsX7MgBSFxbFoSK
615
- [ActiveJob] [ActiveStorage::PurgeJob] [db784df5-26e1-4628-9ef8-7a0bebb4bb9f]  Disk Storage (0.1ms) Deleted files by key prefix: variants/AqmQeyWB2HsX7MgBSFxbFoSK/
616
- [ActiveJob] [ActiveStorage::PurgeJob] [db784df5-26e1-4628-9ef8-7a0bebb4bb9f] Performed ActiveStorage::PurgeJob (Job ID: db784df5-26e1-4628-9ef8-7a0bebb4bb9f) from Async(default) in 26.12ms
617
-  (0.1ms) begin transaction
618
-  (0.1ms) SAVEPOINT active_record_1
619
- 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]]
620
- 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]]
621
- Cmor::Testimonials::Category Create (1.3ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #9"], ["identifier", "category_9"], ["created_at", "2019-06-12 11:43:59.888042"], ["updated_at", "2019-06-12 11:43:59.888042"]]
622
-  (0.2ms) RELEASE SAVEPOINT active_record_1
623
-  Disk Storage (1.3ms) Uploaded file to key: tWLWPuVNC2C2cMEfKAfQ5AWa (checksum: NaVcfheFhJeCWwo0C8BLTg==)
624
-  (0.2ms) SAVEPOINT active_record_1
625
- ActiveStorage::Blob Create (0.7ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "tWLWPuVNC2C2cMEfKAfQ5AWa"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:59.897614"]]
626
-  (0.1ms) RELEASE SAVEPOINT active_record_1
627
-  (0.1ms) SAVEPOINT active_record_1
628
-  (0.1ms) RELEASE SAVEPOINT active_record_1
629
-  (0.1ms) SAVEPOINT active_record_1
630
- Cmor::Testimonials::Testimonial Load (0.6ms) 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]]
631
- Cmor::Testimonials::Testimonial Create (0.5ms) 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", "2019-06-12 10:43:59.891334"], ["created_at", "2019-06-12 11:43:59.903080"], ["updated_at", "2019-06-12 11:43:59.903080"]]
632
- ActiveStorage::Attachment Create (3.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", 1], ["created_at", "2019-06-12 11:43:59.910323"]]
633
- Cmor::Testimonials::Testimonial Update (0.0ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:59.915584"], ["id", 1]]
634
-  (0.1ms) RELEASE SAVEPOINT active_record_1
635
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: c0b5320d-8d2f-4611-a674-b308d3109b6e) to Async(default) with arguments: #<GlobalID:0x007f29e4dcf888 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
636
- ActiveStorage::Blob Load (2.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
637
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c0b5320d-8d2f-4611-a674-b308d3109b6e] Performing ActiveStorage::AnalyzeJob (Job ID: c0b5320d-8d2f-4611-a674-b308d3109b6e) from Async(default) with arguments: #<GlobalID:0x000000056fe0f0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
638
-  Disk Storage (8.9ms) Uploaded file to key: XBQjJxRa2vQdaWh6Z43FK7Gh (checksum: NaVcfheFhJeCWwo0C8BLTg==)
639
-  (0.1ms) SAVEPOINT active_record_1
640
- ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "XBQjJxRa2vQdaWh6Z43FK7Gh"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:43:59.943797"]]
641
-  (0.1ms) RELEASE SAVEPOINT active_record_1
642
-  (0.1ms) SAVEPOINT active_record_1
643
- ActiveStorage::Attachment Destroy (0.2ms) DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? [["id", 1]]
644
- 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", 2], ["created_at", "2019-06-12 11:43:59.947718"]]
645
- Cmor::Testimonials::Testimonial Update (0.1ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:43:59.948975"], ["id", 1]]
646
-  (0.1ms) RELEASE SAVEPOINT active_record_1
647
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 524e2d81-c08f-485d-9792-d130812ae2b5) to Async(default) with arguments: #<GlobalID:0x0000000175f728 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
648
- [ActiveJob] Enqueued ActiveStorage::PurgeJob (Job ID: d5e240cb-4ab3-423a-a265-832888c85772) to Async(default) with arguments: #<GlobalID:0x000000017bca40 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
649
-  (0.1ms) SAVEPOINT active_record_1
650
-  (0.1ms) RELEASE SAVEPOINT active_record_1
651
-  (0.9ms) rollback transaction
652
- ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
653
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c0b5320d-8d2f-4611-a674-b308d3109b6e]  Disk Storage (29.6ms) Downloaded file from key: tWLWPuVNC2C2cMEfKAfQ5AWa
654
- ActiveStorage::Blob Load (0.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
655
- Discarded ActiveStorage::PurgeJob due to a ActiveRecord::RecordNotFound. The original exception was nil.
656
-  (0.2ms) begin transaction
657
-  (0.1ms) rollback transaction
658
-  (0.1ms) begin transaction
659
-  (0.1ms) rollback transaction
660
-  (0.2ms) begin transaction
661
- Cmor::Testimonials::Category Exists (0.6ms) 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]]
662
- 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 #10"], ["locale", "de"], ["LIMIT", 1]]
663
-  (0.2ms) rollback transaction
664
-  (0.2ms) begin transaction
665
- Cmor::Testimonials::Category Exists (0.3ms) 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]]
666
- Cmor::Testimonials::Category Exists (1.3ms) 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]]
667
-  (0.4ms) rollback transaction
668
-  (0.2ms) begin transaction
669
-  (0.2ms) SAVEPOINT active_record_1
670
- 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]]
671
- Cmor::Testimonials::Category Exists (13.5ms) 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]]
672
- Cmor::Testimonials::Category Create (1.4ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #11"], ["identifier", "category_11"], ["created_at", "2019-06-12 11:44:00.114693"], ["updated_at", "2019-06-12 11:44:00.114693"]]
673
-  (0.2ms) RELEASE SAVEPOINT active_record_1
674
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c0b5320d-8d2f-4611-a674-b308d3109b6e]  (0.2ms) SAVEPOINT active_record_1
675
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c0b5320d-8d2f-4611-a674-b308d3109b6e] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
676
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c0b5320d-8d2f-4611-a674-b308d3109b6e]  (0.3ms) RELEASE SAVEPOINT active_record_1
677
-  (0.3ms) rollback transaction
678
-  (0.2ms) begin transaction
679
-  (0.1ms) rollback transaction
680
-  (0.2ms) begin transaction
681
-  (0.1ms) rollback transaction
682
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c0b5320d-8d2f-4611-a674-b308d3109b6e] Performed ActiveStorage::AnalyzeJob (Job ID: c0b5320d-8d2f-4611-a674-b308d3109b6e) from Async(default) in 191.73ms
683
-  (0.2ms) begin transaction
684
-  Disk Storage (1.6ms) Uploaded file to key: 25JmfwQrRyokjTK6WUSPE6WE (checksum: NaVcfheFhJeCWwo0C8BLTg==)
685
-  (0.3ms) SAVEPOINT active_record_1
686
- ActiveStorage::Blob Create (0.7ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "25JmfwQrRyokjTK6WUSPE6WE"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:44:00.197238"]]
687
-  (0.2ms) RELEASE SAVEPOINT active_record_1
688
-  (0.1ms) SAVEPOINT active_record_1
689
-  (0.1ms) RELEASE SAVEPOINT active_record_1
690
-  (0.9ms) rollback transaction
691
-  (0.2ms) begin transaction
692
-  (0.2ms) rollback transaction
693
-  (0.3ms) begin transaction
694
-  Disk Storage (2.3ms) Uploaded file to key: BxdBhySgmQweiqpjfxNqhFSX (checksum: NaVcfheFhJeCWwo0C8BLTg==)
695
-  (0.2ms) SAVEPOINT active_record_1
696
- ActiveStorage::Blob Create (1.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "BxdBhySgmQweiqpjfxNqhFSX"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:44:00.258932"]]
697
-  (8.3ms) RELEASE SAVEPOINT active_record_1
698
-  (0.3ms) SAVEPOINT active_record_1
699
-  (0.3ms) RELEASE SAVEPOINT active_record_1
700
-  (0.2ms) SAVEPOINT active_record_1
701
- Cmor::Testimonials::Category Exists (0.6ms) 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]]
702
- 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 #13"], ["locale", "de"], ["LIMIT", 1]]
703
- Cmor::Testimonials::Category Create (1.0ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #13"], ["identifier", "category_13"], ["created_at", "2019-06-12 11:44:00.282588"], ["updated_at", "2019-06-12 11:44:00.282588"]]
704
- 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]]
705
- 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_10"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:44:00.250968"], ["created_at", "2019-06-12 11:44:00.285815"], ["updated_at", "2019-06-12 11:44:00.285815"]]
706
- ActiveStorage::Attachment Create (0.9ms) 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", "2019-06-12 11:44:00.298530"]]
707
- Cmor::Testimonials::Testimonial Update (0.7ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:44:00.301448"], ["id", 1]]
708
-  (0.5ms) RELEASE SAVEPOINT active_record_1
709
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a2bbaac9-7ce8-4413-ba90-94c6655824ce) to Async(default) with arguments: #<GlobalID:0x000000051a42f8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
710
- ActiveStorage::Blob Load (1.9ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
711
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a2bbaac9-7ce8-4413-ba90-94c6655824ce] Performing ActiveStorage::AnalyzeJob (Job ID: a2bbaac9-7ce8-4413-ba90-94c6655824ce) from Async(default) with arguments: #<GlobalID:0x0000000516b318 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
712
-  (0.7ms) rollback transaction
713
-  (0.0ms) begin transaction
714
-  (0.2ms) rollback transaction
715
-  (0.2ms) begin transaction
716
-  (0.1ms) rollback transaction
717
-  (0.1ms) begin transaction
718
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a2bbaac9-7ce8-4413-ba90-94c6655824ce]  Disk Storage (40.0ms) Downloaded file from key: BxdBhySgmQweiqpjfxNqhFSX
719
-  (0.1ms) rollback transaction
720
-  (0.3ms) begin transaction
721
-  (0.2ms) rollback transaction
722
-  (0.2ms) begin transaction
723
-  (0.1ms) rollback transaction
724
-  (0.2ms) begin transaction
725
-  (0.1ms) rollback transaction
726
-  (0.2ms) begin transaction
727
-  (0.4ms) rollback transaction
728
-  (0.2ms) begin transaction
729
-  (0.2ms) rollback transaction
730
-  (0.2ms) begin transaction
731
-  (8.8ms) rollback transaction
732
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a2bbaac9-7ce8-4413-ba90-94c6655824ce]  (0.2ms) begin transaction
733
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a2bbaac9-7ce8-4413-ba90-94c6655824ce]  (0.1ms) begin transaction
734
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a2bbaac9-7ce8-4413-ba90-94c6655824ce] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
735
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a2bbaac9-7ce8-4413-ba90-94c6655824ce]  (0.2ms) commit transaction
736
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a2bbaac9-7ce8-4413-ba90-94c6655824ce]  (0.1ms) commit transaction
737
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a2bbaac9-7ce8-4413-ba90-94c6655824ce] Performed ActiveStorage::AnalyzeJob (Job ID: a2bbaac9-7ce8-4413-ba90-94c6655824ce) from Async(default) in 177.94ms
738
-  (0.4ms) begin transaction
739
-  (0.2ms) rollback transaction
740
-  (0.1ms) begin transaction
741
-  (0.1ms) rollback transaction
742
-  (0.1ms) begin transaction
743
-  (0.1ms) rollback transaction
744
-  (0.3ms) begin transaction
745
-  (0.3ms) rollback transaction
746
-  (0.1ms) begin transaction
747
-  (0.1ms) rollback transaction
748
-  (0.2ms) begin transaction
749
-  (0.2ms) rollback transaction
750
-  (0.1ms) begin transaction
751
-  (0.2ms) rollback transaction
752
-  (0.4ms) begin transaction
753
-  (0.2ms) rollback transaction
754
-  (0.1ms) begin transaction
755
-  (0.1ms) rollback transaction
756
-  (0.1ms) begin transaction
757
-  (0.1ms) rollback transaction
758
-  (0.1ms) begin transaction
759
-  (0.2ms) rollback transaction
760
-  (0.1ms) begin transaction
761
-  (0.1ms) rollback transaction
762
-  (0.1ms) begin transaction
763
-  (0.1ms) rollback transaction
764
-  (0.3ms) begin transaction
765
-  (0.3ms) rollback transaction
766
-  (0.1ms) begin transaction
767
-  (1.0ms) rollback transaction
768
-  (0.1ms) begin transaction
769
-  (0.1ms) rollback transaction
770
-  (0.1ms) begin transaction
771
-  (0.1ms) rollback transaction
772
-  (0.1ms) begin transaction
773
-  (0.2ms) rollback transaction
774
-  (0.9ms) begin transaction
775
-  (0.3ms) rollback transaction
776
-  (0.1ms) begin transaction
777
-  (0.1ms) rollback transaction
778
-  (0.3ms) begin transaction
779
-  (0.3ms) rollback transaction
780
-  (0.2ms) begin transaction
781
-  (0.1ms) rollback transaction
782
-  (0.2ms) begin transaction
783
-  (0.1ms) rollback transaction
784
-  (0.1ms) begin transaction
785
-  (0.1ms) rollback transaction
786
-  (0.1ms) begin transaction
787
-  (0.1ms) rollback transaction
788
-  (0.1ms) begin transaction
789
-  (0.1ms) rollback transaction
790
-  (0.2ms) begin transaction
791
-  (0.2ms) rollback transaction
792
-  (0.1ms) begin transaction
793
-  (0.1ms) rollback transaction
794
-  (0.1ms) begin transaction
795
-  (0.3ms) rollback transaction
796
-  (0.2ms) begin transaction
797
-  (0.2ms) rollback transaction
798
-  (0.2ms) begin transaction
799
-  (0.2ms) rollback transaction
800
-  (0.3ms) begin transaction
801
-  (0.1ms) rollback transaction
802
-  (0.2ms) begin transaction
803
-  (0.1ms) rollback transaction
804
-  (0.2ms) begin transaction
805
-  (0.2ms) rollback transaction
806
-  (0.1ms) begin transaction
807
-  (0.0ms) SAVEPOINT active_record_1
808
- Cmor::Testimonials::Category Exists (0.5ms) 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]]
809
- 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 #1"], ["locale", "de"], ["LIMIT", 1]]
810
- Cmor::Testimonials::Category Create (6.2ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #1"], ["identifier", "category_1"], ["created_at", "2019-06-12 11:46:16.312810"], ["updated_at", "2019-06-12 11:46:16.312810"]]
811
-  (0.2ms) RELEASE SAVEPOINT active_record_1
812
-  (0.8ms) rollback transaction
813
-  (0.1ms) begin transaction
814
-  (0.2ms) SAVEPOINT active_record_1
815
- 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_2"], ["locale", "de"], ["LIMIT", 1]]
816
- 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 #2"], ["locale", "de"], ["LIMIT", 1]]
817
- Cmor::Testimonials::Category Create (2.3ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #2"], ["identifier", "category_2"], ["created_at", "2019-06-12 11:46:16.383226"], ["updated_at", "2019-06-12 11:46:16.383226"]]
818
-  (0.6ms) RELEASE SAVEPOINT active_record_1
819
-  Disk Storage (1.4ms) Uploaded file to key: 85JCh6mxyarbUiB7aw4tA5Zp (checksum: NaVcfheFhJeCWwo0C8BLTg==)
820
-  (0.1ms) SAVEPOINT active_record_1
821
- ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "85JCh6mxyarbUiB7aw4tA5Zp"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:16.570647"]]
822
-  (0.1ms) RELEASE SAVEPOINT active_record_1
823
-  (0.1ms) SAVEPOINT active_record_1
824
-  (0.1ms) RELEASE SAVEPOINT active_record_1
825
-  (0.1ms) SAVEPOINT active_record_1
826
- 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", 1], ["LIMIT", 1]]
827
- Cmor::Testimonials::Testimonial Create (1.1ms) 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", "2019-06-12 10:46:16.410164"], ["created_at", "2019-06-12 11:46:16.591906"], ["updated_at", "2019-06-12 11:46:16.591906"]]
828
- ActiveStorage::Attachment Create (0.5ms) 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", "2019-06-12 11:46:16.596489"]]
829
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:16.598413"], ["id", 1]]
830
-  (0.1ms) RELEASE SAVEPOINT active_record_1
831
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 27d09689-b0b1-4ce7-87c5-2a1633fa7670) to Async(default) with arguments: #<GlobalID:0x0000000413a048 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
832
- ActiveStorage::Blob Load (1.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
833
-  (0.3ms) rollback transaction
834
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27d09689-b0b1-4ce7-87c5-2a1633fa7670] Performing ActiveStorage::AnalyzeJob (Job ID: 27d09689-b0b1-4ce7-87c5-2a1633fa7670) from Async(default) with arguments: #<GlobalID:0x00000004104ce0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
835
-  (0.0ms) begin transaction
836
-  (0.6ms) SAVEPOINT active_record_1
837
- 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_3"], ["locale", "de"], ["LIMIT", 1]]
838
- 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]]
839
- Cmor::Testimonials::Category Create (0.5ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #3"], ["identifier", "category_3"], ["created_at", "2019-06-12 11:46:16.638043"], ["updated_at", "2019-06-12 11:46:16.638043"]]
840
-  (0.1ms) RELEASE SAVEPOINT active_record_1
841
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27d09689-b0b1-4ce7-87c5-2a1633fa7670]  Disk Storage (20.5ms) Downloaded file from key: 85JCh6mxyarbUiB7aw4tA5Zp
842
-  Disk Storage (13.1ms) Uploaded file to key: BtroVrQzCDg9xxVrAuC1q3aH (checksum: NaVcfheFhJeCWwo0C8BLTg==)
843
-  (0.2ms) SAVEPOINT active_record_1
844
- ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "BtroVrQzCDg9xxVrAuC1q3aH"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:16.657376"]]
845
-  (0.1ms) RELEASE SAVEPOINT active_record_1
846
-  (0.1ms) SAVEPOINT active_record_1
847
-  (0.2ms) RELEASE SAVEPOINT active_record_1
848
-  (0.1ms) SAVEPOINT active_record_1
849
- 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]]
850
- Cmor::Testimonials::Testimonial Create (0.5ms) 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", "2019-06-12 10:46:16.640049"], ["created_at", "2019-06-12 11:46:16.664306"], ["updated_at", "2019-06-12 11:46:16.664306"]]
851
- ActiveStorage::Attachment Create (7.8ms) 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", "2019-06-12 11:46:16.670378"]]
852
- Cmor::Testimonials::Testimonial Update (0.7ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:16.681301"], ["id", 1]]
853
-  (0.2ms) RELEASE SAVEPOINT active_record_1
854
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: c6c297d4-af33-4ff3-8498-080aae27b704) to Async(default) with arguments: #<GlobalID:0x00000005778dc8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
855
- ActiveStorage::Blob Load (1.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
856
-  (0.4ms) rollback transaction
857
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c6c297d4-af33-4ff3-8498-080aae27b704] Performing ActiveStorage::AnalyzeJob (Job ID: c6c297d4-af33-4ff3-8498-080aae27b704) from Async(default) with arguments: #<GlobalID:0x00000005732f08 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
858
-  (4.0ms) begin transaction
859
-  (2.3ms) SAVEPOINT active_record_1
860
- Cmor::Testimonials::Category Exists (2.3ms) 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]]
861
- 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 #4"], ["locale", "de"], ["LIMIT", 1]]
862
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c6c297d4-af33-4ff3-8498-080aae27b704]  Disk Storage (35.1ms) Downloaded file from key: BtroVrQzCDg9xxVrAuC1q3aH
863
- Cmor::Testimonials::Category Create (0.8ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #4"], ["identifier", "category_4"], ["created_at", "2019-06-12 11:46:16.745896"], ["updated_at", "2019-06-12 11:46:16.745896"]]
864
-  (0.2ms) RELEASE SAVEPOINT active_record_1
865
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27d09689-b0b1-4ce7-87c5-2a1633fa7670] ActiveStorage::Blob Update (16.5ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
866
- [ActiveJob] [ActiveStorage::AnalyzeJob] [27d09689-b0b1-4ce7-87c5-2a1633fa7670] Performed ActiveStorage::AnalyzeJob (Job ID: 27d09689-b0b1-4ce7-87c5-2a1633fa7670) from Async(default) in 153.62ms
867
-  Disk Storage (3.3ms) Uploaded file to key: vfW37Kr5yH46dy7ctxrNU63Q (checksum: NaVcfheFhJeCWwo0C8BLTg==)
868
-  (0.3ms) SAVEPOINT active_record_1
869
- ActiveStorage::Blob Create (4.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "vfW37Kr5yH46dy7ctxrNU63Q"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:16.785606"]]
870
-  (0.2ms) RELEASE SAVEPOINT active_record_1
871
-  (0.2ms) SAVEPOINT active_record_1
872
-  (0.2ms) RELEASE SAVEPOINT active_record_1
873
-  (0.2ms) SAVEPOINT active_record_1
874
- 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]]
875
- 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_3"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:46:16.770096"], ["created_at", "2019-06-12 11:46:16.800730"], ["updated_at", "2019-06-12 11:46:16.800730"]]
876
- ActiveStorage::Attachment Create (1.8ms) 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", "2019-06-12 11:46:16.806774"]]
877
- Cmor::Testimonials::Testimonial Update (0.3ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:16.810655"], ["id", 1]]
878
-  (0.3ms) RELEASE SAVEPOINT active_record_1
879
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 9f67c2c2-15d6-4672-b1dd-e68f747d907f) to Async(default) with arguments: #<GlobalID:0x00000003e2ba50 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
880
-  (0.3ms) rollback transaction
881
-  (0.3ms) begin transaction
882
-  (0.6ms) SAVEPOINT active_record_1
883
- Cmor::Testimonials::Category Exists (4.7ms) 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]]
884
- 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 #5"], ["locale", "de"], ["LIMIT", 1]]
885
- 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", "2019-06-12 11:46:16.855333"], ["updated_at", "2019-06-12 11:46:16.855333"]]
886
-  (0.2ms) RELEASE SAVEPOINT active_record_1
887
- ActiveStorage::Blob Load (0.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
888
-  Disk Storage (4.8ms) Uploaded file to key: 3N9efqnDZqMFRHr4b7MwD2hB (checksum: NaVcfheFhJeCWwo0C8BLTg==)
889
-  (0.1ms) SAVEPOINT active_record_1
890
- ActiveStorage::Blob Create (0.9ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "3N9efqnDZqMFRHr4b7MwD2hB"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:16.868699"]]
891
-  (0.3ms) RELEASE SAVEPOINT active_record_1
892
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c6c297d4-af33-4ff3-8498-080aae27b704]  (0.2ms) SAVEPOINT active_record_1
893
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c6c297d4-af33-4ff3-8498-080aae27b704] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
894
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c6c297d4-af33-4ff3-8498-080aae27b704]  (0.2ms) RELEASE SAVEPOINT active_record_1
895
- [ActiveJob] [ActiveStorage::AnalyzeJob] [c6c297d4-af33-4ff3-8498-080aae27b704] Performed ActiveStorage::AnalyzeJob (Job ID: c6c297d4-af33-4ff3-8498-080aae27b704) from Async(default) in 178.47ms
896
-  (0.2ms) SAVEPOINT active_record_1
897
-  (0.3ms) RELEASE SAVEPOINT active_record_1
898
-  (0.1ms) SAVEPOINT active_record_1
899
- Cmor::Testimonials::Testimonial Load (0.8ms) 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]]
900
- Cmor::Testimonials::Testimonial Create (0.6ms) 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", "2019-06-12 10:46:16.857830"], ["created_at", "2019-06-12 11:46:16.892365"], ["updated_at", "2019-06-12 11:46:16.892365"]]
901
- ActiveStorage::Attachment Create (0.6ms) 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", "2019-06-12 11:46:16.901508"]]
902
- Cmor::Testimonials::Testimonial Update (0.6ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:16.904364"], ["id", 1]]
903
-  (1.0ms) RELEASE SAVEPOINT active_record_1
904
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 09dca612-eb72-405c-a012-a9054bed66b4) to Async(default) with arguments: #<GlobalID:0x000000042a5360 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
905
- ActiveStorage::Blob Load (3.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
906
- [ActiveJob] [ActiveStorage::AnalyzeJob] [09dca612-eb72-405c-a012-a9054bed66b4] Performing ActiveStorage::AnalyzeJob (Job ID: 09dca612-eb72-405c-a012-a9054bed66b4) from Async(default) with arguments: #<GlobalID:0x00000004316538 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
907
-  (0.8ms) rollback transaction
908
-  (0.2ms) begin transaction
909
-  (0.3ms) SAVEPOINT active_record_1
910
- 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_6"], ["locale", "de"], ["LIMIT", 1]]
911
- 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]]
912
- 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", "2019-06-12 11:46:16.938265"], ["updated_at", "2019-06-12 11:46:16.938265"]]
913
-  (0.1ms) RELEASE SAVEPOINT active_record_1
914
- [ActiveJob] [ActiveStorage::AnalyzeJob] [09dca612-eb72-405c-a012-a9054bed66b4]  Disk Storage (20.9ms) Downloaded file from key: 3N9efqnDZqMFRHr4b7MwD2hB
915
-  Disk Storage (6.0ms) Uploaded file to key: YvAuXttgn89jw9hcR7d4Syra (checksum: NaVcfheFhJeCWwo0C8BLTg==)
916
-  (0.4ms) SAVEPOINT active_record_1
917
- ActiveStorage::Blob Create (0.9ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "YvAuXttgn89jw9hcR7d4Syra"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:16.951129"]]
918
-  (0.7ms) RELEASE SAVEPOINT active_record_1
919
-  (2.1ms) SAVEPOINT active_record_1
920
-  (0.3ms) RELEASE SAVEPOINT active_record_1
921
-  (0.5ms) SAVEPOINT active_record_1
922
- Cmor::Testimonials::Testimonial Load (0.7ms) 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]]
923
- Cmor::Testimonials::Testimonial Create (0.5ms) 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", "2019-06-12 10:46:16.940063"], ["created_at", "2019-06-12 11:46:16.975828"], ["updated_at", "2019-06-12 11:46:16.975828"]]
924
- 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", "2019-06-12 11:46:16.983097"]]
925
- Cmor::Testimonials::Testimonial Update (0.3ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:16.985447"], ["id", 1]]
926
-  (0.0ms) RELEASE SAVEPOINT active_record_1
927
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 10afc6e4-2127-424c-8a4e-a387caf5715a) to Async(default) with arguments: #<GlobalID:0x000000051d8328 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
928
- ActiveStorage::Blob Load (7.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
929
-  (0.9ms) rollback transaction
930
- [ActiveJob] [ActiveStorage::AnalyzeJob] [10afc6e4-2127-424c-8a4e-a387caf5715a] Performing ActiveStorage::AnalyzeJob (Job ID: 10afc6e4-2127-424c-8a4e-a387caf5715a) from Async(default) with arguments: #<GlobalID:0x0000000523c058 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
931
-  (0.3ms) begin transaction
932
-  (0.1ms) SAVEPOINT active_record_1
933
- Cmor::Testimonials::Category Exists (1.5ms) 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]]
934
- Cmor::Testimonials::Category Exists (0.5ms) 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]]
935
- [ActiveJob] [ActiveStorage::AnalyzeJob] [09dca612-eb72-405c-a012-a9054bed66b4] Performed ActiveStorage::AnalyzeJob (Job ID: 09dca612-eb72-405c-a012-a9054bed66b4) from Async(default) in 316.27ms
936
- Cmor::Testimonials::Category Create (0.4ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #7"], ["identifier", "category_7"], ["created_at", "2019-06-12 11:46:17.237635"], ["updated_at", "2019-06-12 11:46:17.237635"]]
937
-  (0.1ms) RELEASE SAVEPOINT active_record_1
938
-  Disk Storage (1.2ms) Uploaded file to key: tP8CTMtnHaHRwBY9RU4QPkym (checksum: NaVcfheFhJeCWwo0C8BLTg==)
939
-  (0.1ms) SAVEPOINT active_record_1
940
- ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "tP8CTMtnHaHRwBY9RU4QPkym"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:17.244072"]]
941
-  (0.1ms) RELEASE SAVEPOINT active_record_1
942
-  (0.0ms) SAVEPOINT active_record_1
943
-  (0.1ms) RELEASE SAVEPOINT active_record_1
944
-  (0.1ms) SAVEPOINT active_record_1
945
- 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]]
946
- Cmor::Testimonials::Testimonial Create (0.7ms) 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", "2019-06-12 10:46:17.240460"], ["created_at", "2019-06-12 11:46:17.247695"], ["updated_at", "2019-06-12 11:46:17.247695"]]
947
- ActiveStorage::Attachment Create (0.7ms) 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", "2019-06-12 11:46:17.254107"]]
948
- Cmor::Testimonials::Testimonial Update (0.6ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:17.257509"], ["id", 1]]
949
-  (0.1ms) RELEASE SAVEPOINT active_record_1
950
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 22495aad-dafc-4a9d-8019-86914bb00aa8) to Async(default) with arguments: #<GlobalID:0x000000034af238 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
951
-  (0.2ms) rollback transaction
952
-  (0.5ms) begin transaction
953
-  (0.1ms) SAVEPOINT active_record_1
954
- 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]]
955
- Cmor::Testimonials::Category Exists (0.8ms) 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]]
956
- Cmor::Testimonials::Category Create (1.4ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #8"], ["identifier", "category_8"], ["created_at", "2019-06-12 11:46:17.272483"], ["updated_at", "2019-06-12 11:46:17.272483"]]
957
-  (0.2ms) RELEASE SAVEPOINT active_record_1
958
-  Disk Storage (1.9ms) Uploaded file to key: 4wnigrSKS2gxj2uCtfu4YfnD (checksum: NaVcfheFhJeCWwo0C8BLTg==)
959
-  (0.2ms) SAVEPOINT active_record_1
960
- ActiveStorage::Blob Create (0.9ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "4wnigrSKS2gxj2uCtfu4YfnD"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:17.282441"]]
961
-  (0.2ms) RELEASE SAVEPOINT active_record_1
962
-  (0.2ms) SAVEPOINT active_record_1
963
-  (0.1ms) RELEASE SAVEPOINT active_record_1
964
-  (0.1ms) SAVEPOINT active_record_1
965
- 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", 1], ["LIMIT", 1]]
966
- [ActiveJob] [ActiveStorage::AnalyzeJob] [10afc6e4-2127-424c-8a4e-a387caf5715a]  Disk Storage (251.3ms) Downloaded file from key: YvAuXttgn89jw9hcR7d4Syra
967
- Cmor::Testimonials::Testimonial Create (3.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_7"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:46:17.275828"], ["created_at", "2019-06-12 11:46:17.289408"], ["updated_at", "2019-06-12 11:46:17.289408"]]
968
- ActiveStorage::Attachment Create (1.5ms) 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", "2019-06-12 11:46:17.316789"]]
969
- Cmor::Testimonials::Testimonial Update (0.6ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:17.327000"], ["id", 1]]
970
-  (0.2ms) RELEASE SAVEPOINT active_record_1
971
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 5fe7be98-421f-4cd3-852b-c0e4f3f5e594) to Async(default) with arguments: #<GlobalID:0x000000041a3de0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
972
- ActiveStorage::Blob Load (178.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
973
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22495aad-dafc-4a9d-8019-86914bb00aa8] Performing ActiveStorage::AnalyzeJob (Job ID: 22495aad-dafc-4a9d-8019-86914bb00aa8) from Async(default) with arguments: #<GlobalID:0x00000005974a28 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
974
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
975
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5fe7be98-421f-4cd3-852b-c0e4f3f5e594] Performing ActiveStorage::AnalyzeJob (Job ID: 5fe7be98-421f-4cd3-852b-c0e4f3f5e594) from Async(default) with arguments: #<GlobalID:0x00000005958210 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
976
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5fe7be98-421f-4cd3-852b-c0e4f3f5e594]  Disk Storage (2.0ms) Downloaded file from key: 4wnigrSKS2gxj2uCtfu4YfnD
977
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22495aad-dafc-4a9d-8019-86914bb00aa8]  Disk Storage (6.3ms) Downloaded file from key: 4wnigrSKS2gxj2uCtfu4YfnD
978
-  Disk Storage (4.8ms) Uploaded file to key: UKfPaBaoRtSUExCWyeERBVDY (checksum: NaVcfheFhJeCWwo0C8BLTg==)
979
- [ActiveJob] [ActiveStorage::AnalyzeJob] [10afc6e4-2127-424c-8a4e-a387caf5715a]  (0.1ms) SAVEPOINT active_record_1
980
- [ActiveJob] [ActiveStorage::AnalyzeJob] [10afc6e4-2127-424c-8a4e-a387caf5715a] 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]]
981
- [ActiveJob] [ActiveStorage::AnalyzeJob] [10afc6e4-2127-424c-8a4e-a387caf5715a]  (0.1ms) RELEASE SAVEPOINT active_record_1
982
- [ActiveJob] [ActiveStorage::AnalyzeJob] [10afc6e4-2127-424c-8a4e-a387caf5715a] Performed ActiveStorage::AnalyzeJob (Job ID: 10afc6e4-2127-424c-8a4e-a387caf5715a) from Async(default) in 457.56ms
983
-  (0.1ms) SAVEPOINT active_record_1
984
- ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "UKfPaBaoRtSUExCWyeERBVDY"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:17.496149"]]
985
-  (0.1ms) RELEASE SAVEPOINT active_record_1
986
-  (0.1ms) SAVEPOINT active_record_1
987
- ActiveStorage::Attachment Destroy (0.1ms) DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? [["id", 1]]
988
- 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", 2], ["created_at", "2019-06-12 11:46:17.499581"]]
989
- Cmor::Testimonials::Testimonial Update (0.1ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:17.501466"], ["id", 1]]
990
-  (0.1ms) RELEASE SAVEPOINT active_record_1
991
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a7dcf88c-9ce7-4c45-a12a-24d53222ad6c) to Async(default) with arguments: #<GlobalID:0x000000058e85f0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
992
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
993
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a7dcf88c-9ce7-4c45-a12a-24d53222ad6c] Performing ActiveStorage::AnalyzeJob (Job ID: a7dcf88c-9ce7-4c45-a12a-24d53222ad6c) from Async(default) with arguments: #<GlobalID:0x000000058c7490 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
994
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a7dcf88c-9ce7-4c45-a12a-24d53222ad6c]  Disk Storage (6.4ms) Downloaded file from key: UKfPaBaoRtSUExCWyeERBVDY
995
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22495aad-dafc-4a9d-8019-86914bb00aa8]  (0.2ms) SAVEPOINT active_record_1
996
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22495aad-dafc-4a9d-8019-86914bb00aa8] 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]]
997
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22495aad-dafc-4a9d-8019-86914bb00aa8]  (0.1ms) RELEASE SAVEPOINT active_record_1
998
- [ActiveJob] [ActiveStorage::AnalyzeJob] [22495aad-dafc-4a9d-8019-86914bb00aa8] Performed ActiveStorage::AnalyzeJob (Job ID: 22495aad-dafc-4a9d-8019-86914bb00aa8) from Async(default) in 59.8ms
999
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5fe7be98-421f-4cd3-852b-c0e4f3f5e594]  (0.1ms) SAVEPOINT active_record_1
1000
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5fe7be98-421f-4cd3-852b-c0e4f3f5e594] 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]]
1001
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5fe7be98-421f-4cd3-852b-c0e4f3f5e594]  (0.2ms) RELEASE SAVEPOINT active_record_1
1002
- [ActiveJob] [ActiveStorage::AnalyzeJob] [5fe7be98-421f-4cd3-852b-c0e4f3f5e594] Performed ActiveStorage::AnalyzeJob (Job ID: 5fe7be98-421f-4cd3-852b-c0e4f3f5e594) from Async(default) in 59.47ms
1003
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a7dcf88c-9ce7-4c45-a12a-24d53222ad6c]  (0.1ms) SAVEPOINT active_record_1
1004
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a7dcf88c-9ce7-4c45-a12a-24d53222ad6c] 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]]
1005
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a7dcf88c-9ce7-4c45-a12a-24d53222ad6c]  (0.1ms) RELEASE SAVEPOINT active_record_1
1006
- [ActiveJob] [ActiveStorage::AnalyzeJob] [a7dcf88c-9ce7-4c45-a12a-24d53222ad6c] Performed ActiveStorage::AnalyzeJob (Job ID: a7dcf88c-9ce7-4c45-a12a-24d53222ad6c) from Async(default) in 50.36ms
1007
- [ActiveJob] Enqueued ActiveStorage::PurgeJob (Job ID: 44b5583d-3c11-491b-b247-335f4a82607e) to Async(default) with arguments: #<GlobalID:0x00000005888f10 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1008
-  (0.1ms) SAVEPOINT active_record_1
1009
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1010
-  (0.3ms) rollback transaction
1011
-  (0.1ms) begin transaction
1012
-  (0.1ms) SAVEPOINT active_record_1
1013
- 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]]
1014
- 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]]
1015
- Cmor::Testimonials::Category Create (0.3ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #9"], ["identifier", "category_9"], ["created_at", "2019-06-12 11:46:17.568003"], ["updated_at", "2019-06-12 11:46:17.568003"]]
1016
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1017
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1018
- Discarded ActiveStorage::PurgeJob due to a ActiveRecord::RecordNotFound. The original exception was nil.
1019
-  Disk Storage (1.1ms) Uploaded file to key: QG3Z2rh3h79MKKqHGWBqEKeU (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1020
-  (0.1ms) SAVEPOINT active_record_1
1021
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "QG3Z2rh3h79MKKqHGWBqEKeU"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:17.574533"]]
1022
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1023
-  (0.8ms) SAVEPOINT active_record_1
1024
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1025
-  (0.1ms) SAVEPOINT active_record_1
1026
- 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]]
1027
- 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_8"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:46:17.569367"], ["created_at", "2019-06-12 11:46:17.579043"], ["updated_at", "2019-06-12 11:46:17.579043"]]
1028
- 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", "2019-06-12 11:46:17.584304"]]
1029
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:17.585628"], ["id", 1]]
1030
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1031
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d66e2e90-5e99-43a6-be4d-7d4fdf2f7538) to Async(default) with arguments: #<GlobalID:0x0000000568a3d0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1032
-  Disk Storage (1.2ms) Uploaded file to key: 8sngyEjezqc2ZSCivkAAygFM (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1033
-  (0.1ms) SAVEPOINT active_record_1
1034
- ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "8sngyEjezqc2ZSCivkAAygFM"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:17.592218"]]
1035
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1036
-  (0.1ms) SAVEPOINT active_record_1
1037
- ActiveStorage::Attachment Destroy (0.1ms) DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? [["id", 1]]
1038
- 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", 2], ["created_at", "2019-06-12 11:46:17.595855"]]
1039
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:17.597546"], ["id", 1]]
1040
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1041
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 8d34551b-dd00-4a2e-899e-f40125c72fcd) to Async(default) with arguments: #<GlobalID:0x0000000557cb00 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
1042
- [ActiveJob] Enqueued ActiveStorage::PurgeJob (Job ID: 4bcf24a1-fd07-4ffb-9461-13620baf11bd) to Async(default) with arguments: #<GlobalID:0x000000055b1ad0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1043
- ActiveStorage::Blob Load (0.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
1044
- ActiveStorage::Blob Load (0.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1045
- ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1046
- [ActiveJob] [ActiveStorage::PurgeJob] [4bcf24a1-fd07-4ffb-9461-13620baf11bd] Performing ActiveStorage::PurgeJob (Job ID: 4bcf24a1-fd07-4ffb-9461-13620baf11bd) from Async(default) with arguments: #<GlobalID:0x000000055c44c8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1047
- [ActiveJob] [ActiveStorage::AnalyzeJob] [8d34551b-dd00-4a2e-899e-f40125c72fcd] Performing ActiveStorage::AnalyzeJob (Job ID: 8d34551b-dd00-4a2e-899e-f40125c72fcd) from Async(default) with arguments: #<GlobalID:0x000000055d4530 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
1048
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d66e2e90-5e99-43a6-be4d-7d4fdf2f7538] Performing ActiveStorage::AnalyzeJob (Job ID: d66e2e90-5e99-43a6-be4d-7d4fdf2f7538) from Async(default) with arguments: #<GlobalID:0x000000055c6778 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1049
-  (0.1ms) SAVEPOINT active_record_1
1050
- [ActiveJob] [ActiveStorage::AnalyzeJob] [8d34551b-dd00-4a2e-899e-f40125c72fcd]  Disk Storage (1.7ms) Downloaded file from key: 8sngyEjezqc2ZSCivkAAygFM
1051
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1052
- [ActiveJob] [ActiveStorage::PurgeJob] [4bcf24a1-fd07-4ffb-9461-13620baf11bd]  (0.3ms) SAVEPOINT active_record_1
1053
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d66e2e90-5e99-43a6-be4d-7d4fdf2f7538]  Disk Storage (30.2ms) Downloaded file from key: QG3Z2rh3h79MKKqHGWBqEKeU
1054
- [ActiveJob] [ActiveStorage::PurgeJob] [4bcf24a1-fd07-4ffb-9461-13620baf11bd] ActiveStorage::Attachment Exists (0.4ms) SELECT 1 AS one FROM "active_storage_attachments" WHERE "active_storage_attachments"."blob_id" = ? LIMIT ? [["blob_id", 1], ["LIMIT", 1]]
1055
- [ActiveJob] [ActiveStorage::PurgeJob] [4bcf24a1-fd07-4ffb-9461-13620baf11bd] ActiveStorage::Blob Destroy (0.2ms) DELETE FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? [["id", 1]]
1056
- [ActiveJob] [ActiveStorage::PurgeJob] [4bcf24a1-fd07-4ffb-9461-13620baf11bd]  (0.1ms) RELEASE SAVEPOINT active_record_1
1057
- [ActiveJob] [ActiveStorage::PurgeJob] [4bcf24a1-fd07-4ffb-9461-13620baf11bd] ActiveStorage::Attachment Load (0.2ms) 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", "ActiveStorage::Blob"], ["name", "preview_image"], ["LIMIT", 1]]
1058
- [ActiveJob] [ActiveStorage::PurgeJob] [4bcf24a1-fd07-4ffb-9461-13620baf11bd]  Disk Storage (0.2ms) Deleted file from key: QG3Z2rh3h79MKKqHGWBqEKeU
1059
- [ActiveJob] [ActiveStorage::PurgeJob] [4bcf24a1-fd07-4ffb-9461-13620baf11bd]  Disk Storage (0.1ms) Deleted files by key prefix: variants/QG3Z2rh3h79MKKqHGWBqEKeU/
1060
- [ActiveJob] [ActiveStorage::PurgeJob] [4bcf24a1-fd07-4ffb-9461-13620baf11bd] Performed ActiveStorage::PurgeJob (Job ID: 4bcf24a1-fd07-4ffb-9461-13620baf11bd) from Async(default) in 59.89ms
1061
-  (0.2ms) rollback transaction
1062
-  (0.1ms) begin transaction
1063
-  (0.1ms) rollback transaction
1064
-  (0.1ms) begin transaction
1065
-  (0.2ms) rollback transaction
1066
-  (0.2ms) begin transaction
1067
- [ActiveJob] [ActiveStorage::AnalyzeJob] [8d34551b-dd00-4a2e-899e-f40125c72fcd]  (0.2ms) SAVEPOINT active_record_1
1068
- [ActiveJob] [ActiveStorage::AnalyzeJob] [8d34551b-dd00-4a2e-899e-f40125c72fcd] ActiveStorage::Blob Update (0.5ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 2]]
1069
- [ActiveJob] [ActiveStorage::AnalyzeJob] [8d34551b-dd00-4a2e-899e-f40125c72fcd]  (0.2ms) RELEASE SAVEPOINT active_record_1
1070
- [ActiveJob] [ActiveStorage::AnalyzeJob] [8d34551b-dd00-4a2e-899e-f40125c72fcd] Performed ActiveStorage::AnalyzeJob (Job ID: 8d34551b-dd00-4a2e-899e-f40125c72fcd) from Async(default) in 100.34ms
1071
- Cmor::Testimonials::Category Exists (6.9ms) 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]]
1072
- 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]]
1073
-  (0.0ms) rollback transaction
1074
-  (0.3ms) begin transaction
1075
- Cmor::Testimonials::Category Exists (0.6ms) 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]]
1076
- Cmor::Testimonials::Category Exists (0.3ms) 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]]
1077
-  (0.3ms) rollback transaction
1078
-  (0.3ms) begin transaction
1079
-  (0.2ms) SAVEPOINT active_record_1
1080
- 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_11"], ["locale", "de"], ["LIMIT", 1]]
1081
- Cmor::Testimonials::Category Exists (0.7ms) 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]]
1082
- Cmor::Testimonials::Category Create (1.2ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #11"], ["identifier", "category_11"], ["created_at", "2019-06-12 11:46:17.798060"], ["updated_at", "2019-06-12 11:46:17.798060"]]
1083
-  (0.5ms) RELEASE SAVEPOINT active_record_1
1084
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d66e2e90-5e99-43a6-be4d-7d4fdf2f7538] ActiveStorage::Blob Update (14.9ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
1085
-  (0.7ms) rollback transaction
1086
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d66e2e90-5e99-43a6-be4d-7d4fdf2f7538] Performed ActiveStorage::AnalyzeJob (Job ID: d66e2e90-5e99-43a6-be4d-7d4fdf2f7538) from Async(default) in 182.93ms
1087
-  (0.1ms) begin transaction
1088
-  (0.2ms) rollback transaction
1089
-  (0.3ms) begin transaction
1090
-  (0.2ms) rollback transaction
1091
-  (0.1ms) begin transaction
1092
-  Disk Storage (2.5ms) Uploaded file to key: M8uqWB6TkqtkvQi1F3oDRq8h (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1093
-  (0.3ms) SAVEPOINT active_record_1
1094
- ActiveStorage::Blob Create (0.8ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "M8uqWB6TkqtkvQi1F3oDRq8h"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:17.893331"]]
1095
-  (0.3ms) RELEASE SAVEPOINT active_record_1
1096
-  (0.1ms) SAVEPOINT active_record_1
1097
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1098
-  (0.5ms) rollback transaction
1099
-  (0.2ms) begin transaction
1100
-  (0.2ms) rollback transaction
1101
-  (0.2ms) begin transaction
1102
-  Disk Storage (1.9ms) Uploaded file to key: YxmaVsbTeNkXELC1Fgn4gzjx (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1103
-  (0.2ms) SAVEPOINT active_record_1
1104
- ActiveStorage::Blob Create (1.0ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "YxmaVsbTeNkXELC1Fgn4gzjx"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:17.945954"]]
1105
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1106
-  (0.1ms) SAVEPOINT active_record_1
1107
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1108
-  (0.2ms) SAVEPOINT active_record_1
1109
- Cmor::Testimonials::Category Exists (0.7ms) 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]]
1110
- Cmor::Testimonials::Category Exists (0.4ms) 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]]
1111
- Cmor::Testimonials::Category Create (1.7ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #13"], ["identifier", "category_13"], ["created_at", "2019-06-12 11:46:17.966490"], ["updated_at", "2019-06-12 11:46:17.966490"]]
1112
- Cmor::Testimonials::Testimonial Load (0.9ms) 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]]
1113
- Cmor::Testimonials::Testimonial Create (0.8ms) 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", "2019-06-12 10:46:17.938559"], ["created_at", "2019-06-12 11:46:17.971060"], ["updated_at", "2019-06-12 11:46:17.971060"]]
1114
- ActiveStorage::Attachment Create (0.9ms) 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", "2019-06-12 11:46:17.980075"]]
1115
- Cmor::Testimonials::Testimonial Update (0.3ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:17.988328"], ["id", 1]]
1116
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1117
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 190ca32f-2e64-43cc-9a1e-43e759a19987) to Async(default) with arguments: #<GlobalID:0x00000005432150 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1118
- ActiveStorage::Blob Load (1.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1119
- [ActiveJob] [ActiveStorage::AnalyzeJob] [190ca32f-2e64-43cc-9a1e-43e759a19987] Performing ActiveStorage::AnalyzeJob (Job ID: 190ca32f-2e64-43cc-9a1e-43e759a19987) from Async(default) with arguments: #<GlobalID:0x00000005441f88 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1120
-  (0.7ms) rollback transaction
1121
-  (0.2ms) begin transaction
1122
-  (0.2ms) rollback transaction
1123
-  (0.3ms) begin transaction
1124
-  (0.1ms) rollback transaction
1125
-  (0.1ms) begin transaction
1126
-  (0.2ms) rollback transaction
1127
- [ActiveJob] [ActiveStorage::AnalyzeJob] [190ca32f-2e64-43cc-9a1e-43e759a19987]  Disk Storage (68.5ms) Downloaded file from key: YxmaVsbTeNkXELC1Fgn4gzjx
1128
-  (0.4ms) begin transaction
1129
-  (0.1ms) rollback transaction
1130
-  (0.3ms) begin transaction
1131
-  (0.1ms) rollback transaction
1132
-  (0.2ms) begin transaction
1133
-  (0.3ms) rollback transaction
1134
-  (0.3ms) begin transaction
1135
-  (0.2ms) rollback transaction
1136
-  (0.2ms) begin transaction
1137
-  (0.2ms) rollback transaction
1138
-  (8.6ms) begin transaction
1139
-  (0.2ms) rollback transaction
1140
-  (1.5ms) begin transaction
1141
-  (0.3ms) rollback transaction
1142
- [ActiveJob] [ActiveStorage::AnalyzeJob] [190ca32f-2e64-43cc-9a1e-43e759a19987]  (0.2ms) begin transaction
1143
- [ActiveJob] [ActiveStorage::AnalyzeJob] [190ca32f-2e64-43cc-9a1e-43e759a19987]  (0.1ms) begin transaction
1144
- [ActiveJob] [ActiveStorage::AnalyzeJob] [190ca32f-2e64-43cc-9a1e-43e759a19987] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 1]]
1145
- [ActiveJob] [ActiveStorage::AnalyzeJob] [190ca32f-2e64-43cc-9a1e-43e759a19987]  (0.2ms) commit transaction
1146
- [ActiveJob] [ActiveStorage::AnalyzeJob] [190ca32f-2e64-43cc-9a1e-43e759a19987]  (0.1ms) commit transaction
1147
- [ActiveJob] [ActiveStorage::AnalyzeJob] [190ca32f-2e64-43cc-9a1e-43e759a19987] Performed ActiveStorage::AnalyzeJob (Job ID: 190ca32f-2e64-43cc-9a1e-43e759a19987) from Async(default) in 256.09ms
1148
-  (0.2ms) begin transaction
1149
-  (0.2ms) rollback transaction
1150
-  (0.1ms) begin transaction
1151
-  (0.3ms) rollback transaction
1152
-  (0.1ms) begin transaction
1153
-  (0.1ms) rollback transaction
1154
-  (0.4ms) begin transaction
1155
-  (0.2ms) rollback transaction
1156
-  (0.1ms) begin transaction
1157
-  (0.2ms) rollback transaction
1158
-  (0.2ms) begin transaction
1159
-  (0.1ms) rollback transaction
1160
-  (0.1ms) begin transaction
1161
-  (0.1ms) rollback transaction
1162
-  (0.1ms) begin transaction
1163
-  (0.1ms) rollback transaction
1164
-  (0.1ms) begin transaction
1165
-  (0.1ms) rollback transaction
1166
-  (2.6ms) begin transaction
1167
-  (0.3ms) rollback transaction
1168
-  (0.1ms) begin transaction
1169
-  (0.2ms) rollback transaction
1170
-  (0.2ms) begin transaction
1171
-  (0.1ms) rollback transaction
1172
-  (0.9ms) begin transaction
1173
-  (0.3ms) rollback transaction
1174
-  (0.3ms) begin transaction
1175
-  (0.2ms) rollback transaction
1176
-  (0.3ms) begin transaction
1177
-  (0.2ms) rollback transaction
1178
-  (0.1ms) begin transaction
1179
-  (0.1ms) rollback transaction
1180
-  (0.1ms) begin transaction
1181
-  (0.0ms) rollback transaction
1182
-  (0.3ms) begin transaction
1183
-  (0.1ms) rollback transaction
1184
-  (0.2ms) begin transaction
1185
-  (0.3ms) rollback transaction
1186
-  (0.3ms) begin transaction
1187
-  (0.3ms) rollback transaction
1188
-  (0.1ms) begin transaction
1189
-  (0.1ms) rollback transaction
1190
-  (0.6ms) begin transaction
1191
-  (0.1ms) rollback transaction
1192
-  (0.3ms) begin transaction
1193
-  (0.2ms) rollback transaction
1194
-  (0.3ms) begin transaction
1195
-  (0.2ms) rollback transaction
1196
-  (0.3ms) begin transaction
1197
-  (0.2ms) rollback transaction
1198
-  (0.2ms) begin transaction
1199
-  (0.1ms) rollback transaction
1200
-  (0.2ms) begin transaction
1201
-  (0.2ms) rollback transaction
1202
-  (0.2ms) begin transaction
1203
-  (2.1ms) rollback transaction
1204
-  (0.7ms) begin transaction
1205
-  (0.3ms) rollback transaction
1206
-  (0.1ms) begin transaction
1207
-  (0.2ms) rollback transaction
1208
-  (0.1ms) begin transaction
1209
-  (0.3ms) SAVEPOINT active_record_1
1210
- 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_14"], ["locale", "de"], ["LIMIT", 1]]
1211
- 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 #14"], ["locale", "de"], ["LIMIT", 1]]
1212
- Cmor::Testimonials::Category Create (1.9ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #14"], ["identifier", "category_14"], ["created_at", "2019-06-12 11:46:18.885137"], ["updated_at", "2019-06-12 11:46:18.885137"]]
1213
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1214
-  Disk Storage (2.4ms) Uploaded file to key: qYe3UrRQARuJVZgMaJ9iCyWd (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1215
-  (0.1ms) SAVEPOINT active_record_1
1216
- ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "qYe3UrRQARuJVZgMaJ9iCyWd"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:19.017534"]]
1217
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1218
-  (0.1ms) SAVEPOINT active_record_1
1219
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1220
-  (0.1ms) SAVEPOINT active_record_1
1221
- 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", 1], ["LIMIT", 1]]
1222
- 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_11"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:46:18.889188"], ["created_at", "2019-06-12 11:46:19.022285"], ["updated_at", "2019-06-12 11:46:19.022285"]]
1223
- 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", "2019-06-12 11:46:19.025627"]]
1224
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:19.026998"], ["id", 1]]
1225
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1226
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 9aa5784e-20c3-40db-b121-ecb896b89016) to Async(default) with arguments: #<GlobalID:0x000000031d5440 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1227
- ActiveStorage::Blob Load (2.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1228
-  (0.1ms) SAVEPOINT active_record_1
1229
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9aa5784e-20c3-40db-b121-ecb896b89016] Performing ActiveStorage::AnalyzeJob (Job ID: 9aa5784e-20c3-40db-b121-ecb896b89016) from Async(default) with arguments: #<GlobalID:0x0000000331e658 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1230
- 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_15"], ["locale", "de"], ["LIMIT", 1]]
1231
- 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 #15"], ["locale", "de"], ["LIMIT", 1]]
1232
- Cmor::Testimonials::Category Create (0.4ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #15"], ["identifier", "category_15"], ["created_at", "2019-06-12 11:46:19.037929"], ["updated_at", "2019-06-12 11:46:19.037929"]]
1233
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1234
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9aa5784e-20c3-40db-b121-ecb896b89016]  Disk Storage (6.2ms) Downloaded file from key: qYe3UrRQARuJVZgMaJ9iCyWd
1235
-  Disk Storage (1.3ms) Uploaded file to key: qqmfjND3WCaRxtdY3gHUcWHb (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1236
-  (0.1ms) SAVEPOINT active_record_1
1237
- ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "qqmfjND3WCaRxtdY3gHUcWHb"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:19.045734"]]
1238
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1239
-  (0.1ms) SAVEPOINT active_record_1
1240
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1241
-  (0.1ms) SAVEPOINT active_record_1
1242
- 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", 2], ["LIMIT", 1]]
1243
- 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_12"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:46:19.040436"], ["created_at", "2019-06-12 11:46:19.049429"], ["updated_at", "2019-06-12 11:46:19.049429"]]
1244
- 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", 2], ["blob_id", 2], ["created_at", "2019-06-12 11:46:19.054048"]]
1245
- Cmor::Testimonials::Testimonial Update (0.1ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:19.055336"], ["id", 2]]
1246
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1247
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d4f03960-afa7-4f8e-8e25-f0d7f95f51f2) to Async(default) with arguments: #<GlobalID:0x00000003fc2418 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
1248
-  (0.1ms) SAVEPOINT active_record_1
1249
- 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]]
1250
- 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]]
1251
- 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", "2019-06-12 11:46:19.060700"], ["updated_at", "2019-06-12 11:46:19.060700"]]
1252
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1253
- ActiveStorage::Blob Load (2.6ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
1254
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d4f03960-afa7-4f8e-8e25-f0d7f95f51f2] Performing ActiveStorage::AnalyzeJob (Job ID: d4f03960-afa7-4f8e-8e25-f0d7f95f51f2) from Async(default) with arguments: #<GlobalID:0x000000041fa0a0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
1255
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d4f03960-afa7-4f8e-8e25-f0d7f95f51f2]  Disk Storage (93.5ms) Downloaded file from key: qqmfjND3WCaRxtdY3gHUcWHb
1256
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9aa5784e-20c3-40db-b121-ecb896b89016]  (0.2ms) SAVEPOINT active_record_1
1257
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9aa5784e-20c3-40db-b121-ecb896b89016] 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]]
1258
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9aa5784e-20c3-40db-b121-ecb896b89016]  (0.1ms) RELEASE SAVEPOINT active_record_1
1259
- [ActiveJob] [ActiveStorage::AnalyzeJob] [9aa5784e-20c3-40db-b121-ecb896b89016] Performed ActiveStorage::AnalyzeJob (Job ID: 9aa5784e-20c3-40db-b121-ecb896b89016) from Async(default) in 140.94ms
1260
-  Disk Storage (1.7ms) Uploaded file to key: 1oC4gx52scR3MtADXLq798fF (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1261
-  (0.1ms) SAVEPOINT active_record_1
1262
- ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "1oC4gx52scR3MtADXLq798fF"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:19.177350"]]
1263
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1264
-  (0.1ms) SAVEPOINT active_record_1
1265
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1266
-  (0.1ms) SAVEPOINT active_record_1
1267
- 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]]
1268
- 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_13"], ["role", "MyString"], ["company", "MyString"], ["body", "MyText"], ["position", 1], ["published_at", "2019-06-12 10:46:19.062123"], ["created_at", "2019-06-12 11:46:19.180604"], ["updated_at", "2019-06-12 11:46:19.180604"]]
1269
- 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", 3], ["blob_id", 3], ["created_at", "2019-06-12 11:46:19.183974"]]
1270
- Cmor::Testimonials::Testimonial Update (0.5ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:19.186807"], ["id", 3]]
1271
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1272
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: ee5c9aae-f59c-41d4-afad-eabf28bdf5da) to Async(default) with arguments: #<GlobalID:0x000000058edf50 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/3>>
1273
- ActiveStorage::Blob Load (7.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
1274
-  (0.2ms) SAVEPOINT active_record_1
1275
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ee5c9aae-f59c-41d4-afad-eabf28bdf5da] Performing ActiveStorage::AnalyzeJob (Job ID: ee5c9aae-f59c-41d4-afad-eabf28bdf5da) from Async(default) with arguments: #<GlobalID:0x000000058c4218 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/3>>
1276
- 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_17"], ["locale", "de"], ["LIMIT", 1]]
1277
- Cmor::Testimonials::Category Exists (0.5ms) 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]]
1278
- Cmor::Testimonials::Category Create (0.3ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #17"], ["identifier", "category_17"], ["created_at", "2019-06-12 11:46:19.210152"], ["updated_at", "2019-06-12 11:46:19.210152"]]
1279
- Cmor::Testimonials::Category Load (0.3ms) SELECT "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
1280
- 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 != 1) ORDER BY "cmor_testimonials_testimonials"."position" ASC LIMIT ? [["category_id", 1], ["LIMIT", 1]]
1281
- 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", 4], ["LIMIT", 1]]
1282
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["category_id", 4], ["updated_at", "2019-06-12 11:46:19.215228"], ["id", 1]]
1283
- Cmor::Testimonials::Category Load (0.1ms) SELECT "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
1284
- 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 != 2) ORDER BY "cmor_testimonials_testimonials"."position" ASC LIMIT ? [["category_id", 2], ["LIMIT", 1]]
1285
- 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", 4], ["LIMIT", 1]]
1286
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "position" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["category_id", 4], ["position", 2], ["updated_at", "2019-06-12 11:46:19.221198"], ["id", 2]]
1287
-  (0.1ms) SELECT COUNT(*) FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" = 2) [["category_id", 4]]
1288
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ee5c9aae-f59c-41d4-afad-eabf28bdf5da]  Disk Storage (2.8ms) Downloaded file from key: 1oC4gx52scR3MtADXLq798fF
1289
- Cmor::Testimonials::Category Load (1.7ms) SELECT "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
1290
- 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]]
1291
- 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]]
1292
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "position" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["category_id", 4], ["position", 3], ["updated_at", "2019-06-12 11:46:19.231366"], ["id", 3]]
1293
-  (0.1ms) SELECT COUNT(*) FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" = 3) [["category_id", 4]]
1294
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1295
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d4f03960-afa7-4f8e-8e25-f0d7f95f51f2] ActiveStorage::Blob Update (11.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"width\":767,\"height\":431,\"analyzed\":true}"], ["id", 2]]
1296
- [ActiveJob] [ActiveStorage::AnalyzeJob] [d4f03960-afa7-4f8e-8e25-f0d7f95f51f2] Performed ActiveStorage::AnalyzeJob (Job ID: d4f03960-afa7-4f8e-8e25-f0d7f95f51f2) from Async(default) in 175.16ms
1297
- Cmor::Testimonials::Category Load (1.5ms) 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]]
1298
- Cmor::Testimonials::Testimonial Exists (0.3ms) 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]]
1299
- Cmor::Testimonials::Testimonial Load (0.3ms) 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]]
1300
- 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]]
1301
- ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1302
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ee5c9aae-f59c-41d4-afad-eabf28bdf5da]  (0.1ms) SAVEPOINT active_record_1
1303
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ee5c9aae-f59c-41d4-afad-eabf28bdf5da] 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", 3]]
1304
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ee5c9aae-f59c-41d4-afad-eabf28bdf5da]  (0.1ms) RELEASE SAVEPOINT active_record_1
1305
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ee5c9aae-f59c-41d4-afad-eabf28bdf5da] Performed ActiveStorage::AnalyzeJob (Job ID: ee5c9aae-f59c-41d4-afad-eabf28bdf5da) from Async(default) in 115.61ms
1306
- ActiveStorage::Attachment Load (0.2ms) 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]]
1307
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
1308
- 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]]
1309
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
1310
- Rendered /home/vagrant/rails/cmor/cmor/cmor_testimonials/app/views/cmor/testimonials/application_view_helper/_render_category.html.haml (194.7ms)
1311
-  (0.3ms) rollback transaction
1312
-  (0.1ms) begin transaction
1313
-  (0.1ms) SAVEPOINT active_record_1
1314
- 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]]
1315
- 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 #18"], ["locale", "de"], ["LIMIT", 1]]
1316
- 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", "2019-06-12 11:46:19.486731"], ["updated_at", "2019-06-12 11:46:19.486731"]]
1317
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1318
- 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]]
1319
- 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]]
1320
-  (0.2ms) rollback transaction
1321
-  (0.1ms) begin transaction
1322
-  (0.2ms) SAVEPOINT active_record_1
1323
- Cmor::Testimonials::Category Exists (0.7ms) 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]]
1324
- Cmor::Testimonials::Category Exists (0.4ms) 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]]
1325
- Cmor::Testimonials::Category Create (0.7ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #19"], ["identifier", "category_19"], ["created_at", "2019-06-12 11:46:19.510787"], ["updated_at", "2019-06-12 11:46:19.510787"]]
1326
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1327
-  Disk Storage (1.3ms) Uploaded file to key: JLJmpzT7ydQghcM54Hpxy6Hq (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1328
-  (0.2ms) SAVEPOINT active_record_1
1329
- ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "JLJmpzT7ydQghcM54Hpxy6Hq"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:19.519814"]]
1330
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1331
-  (0.1ms) SAVEPOINT active_record_1
1332
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1333
-  (0.1ms) SAVEPOINT active_record_1
1334
- 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", 1], ["LIMIT", 1]]
1335
- Cmor::Testimonials::Testimonial Create (0.6ms) 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", "2019-06-12 10:46:19.515314"], ["created_at", "2019-06-12 11:46:19.525785"], ["updated_at", "2019-06-12 11:46:19.525785"]]
1336
- ActiveStorage::Attachment Create (0.5ms) 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", "2019-06-12 11:46:19.530516"]]
1337
- Cmor::Testimonials::Testimonial Update (0.4ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:19.532354"], ["id", 1]]
1338
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1339
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 3b5cf3be-dfc5-4dbf-9edb-91896d3fda60) to Async(default) with arguments: #<GlobalID:0x0000000316a168 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1340
- ActiveStorage::Blob Load (6.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1341
-  (0.1ms) SAVEPOINT active_record_1
1342
- [ActiveJob] [ActiveStorage::AnalyzeJob] [3b5cf3be-dfc5-4dbf-9edb-91896d3fda60] Performing ActiveStorage::AnalyzeJob (Job ID: 3b5cf3be-dfc5-4dbf-9edb-91896d3fda60) from Async(default) with arguments: #<GlobalID:0x000000030b99d0 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
1343
- 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_20"], ["locale", "de"], ["LIMIT", 1]]
1344
- Cmor::Testimonials::Category Exists (0.7ms) 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]]
1345
- Cmor::Testimonials::Category Create (0.2ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #20"], ["identifier", "category_20"], ["created_at", "2019-06-12 11:46:19.558693"], ["updated_at", "2019-06-12 11:46:19.558693"]]
1346
- [ActiveJob] [ActiveStorage::AnalyzeJob] [3b5cf3be-dfc5-4dbf-9edb-91896d3fda60]  Disk Storage (4.7ms) Downloaded file from key: JLJmpzT7ydQghcM54Hpxy6Hq
1347
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1348
-  Disk Storage (1.3ms) Uploaded file to key: TT51UmTvCwNyG7qWoqLfqim4 (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1349
-  (0.1ms) SAVEPOINT active_record_1
1350
- ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "TT51UmTvCwNyG7qWoqLfqim4"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:19.574797"]]
1351
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1352
-  (0.1ms) SAVEPOINT active_record_1
1353
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1354
-  (0.1ms) SAVEPOINT active_record_1
1355
- Cmor::Testimonials::Testimonial Load (0.7ms) 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]]
1356
- Cmor::Testimonials::Testimonial Create (0.6ms) 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", "2019-06-12 10:46:19.564136"], ["created_at", "2019-06-12 11:46:19.578554"], ["updated_at", "2019-06-12 11:46:19.578554"]]
1357
- ActiveStorage::Attachment Create (0.8ms) 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", "2019-06-12 11:46:19.586967"]]
1358
- Cmor::Testimonials::Testimonial Update (0.8ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:19.591769"], ["id", 2]]
1359
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1360
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: ad69265e-8d1c-4da1-96ed-48c497d3502a) to Async(default) with arguments: #<GlobalID:0x000000058996a8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
1361
- ActiveStorage::Blob Load (5.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
1362
-  (0.4ms) SAVEPOINT active_record_1
1363
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ad69265e-8d1c-4da1-96ed-48c497d3502a] Performing ActiveStorage::AnalyzeJob (Job ID: ad69265e-8d1c-4da1-96ed-48c497d3502a) from Async(default) with arguments: #<GlobalID:0x0000000584bbd8 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/2>>
1364
- 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_21"], ["locale", "de"], ["LIMIT", 1]]
1365
- 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 #21"], ["locale", "de"], ["LIMIT", 1]]
1366
- Cmor::Testimonials::Category Create (0.2ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #21"], ["identifier", "category_21"], ["created_at", "2019-06-12 11:46:19.613286"], ["updated_at", "2019-06-12 11:46:19.613286"]]
1367
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1368
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ad69265e-8d1c-4da1-96ed-48c497d3502a]  Disk Storage (4.5ms) Downloaded file from key: TT51UmTvCwNyG7qWoqLfqim4
1369
- [ActiveJob] [ActiveStorage::AnalyzeJob] [3b5cf3be-dfc5-4dbf-9edb-91896d3fda60]  (0.2ms) SAVEPOINT active_record_1
1370
-  Disk Storage (1.7ms) Uploaded file to key: 6ivjprj5Rh62PuKfqjwcfh1y (checksum: NaVcfheFhJeCWwo0C8BLTg==)
1371
- [ActiveJob] [ActiveStorage::AnalyzeJob] [3b5cf3be-dfc5-4dbf-9edb-91896d3fda60] 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]]
1372
- [ActiveJob] [ActiveStorage::AnalyzeJob] [3b5cf3be-dfc5-4dbf-9edb-91896d3fda60]  (1.0ms) RELEASE SAVEPOINT active_record_1
1373
- [ActiveJob] [ActiveStorage::AnalyzeJob] [3b5cf3be-dfc5-4dbf-9edb-91896d3fda60] Performed ActiveStorage::AnalyzeJob (Job ID: 3b5cf3be-dfc5-4dbf-9edb-91896d3fda60) from Async(default) in 70.23ms
1374
- ActiveStorage::Blob Create (2.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "6ivjprj5Rh62PuKfqjwcfh1y"], ["filename", "homer.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 196543], ["checksum", "NaVcfheFhJeCWwo0C8BLTg=="], ["created_at", "2019-06-12 11:46:19.622907"]]
1375
-  (0.1ms) SAVEPOINT active_record_1
1376
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1377
-  (0.1ms) SAVEPOINT active_record_1
1378
- 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]]
1379
- 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", "2019-06-12 10:46:19.615170"], ["created_at", "2019-06-12 11:46:19.628666"], ["updated_at", "2019-06-12 11:46:19.628666"]]
1380
- 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", 3], ["blob_id", 3], ["created_at", "2019-06-12 11:46:19.632268"]]
1381
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["updated_at", "2019-06-12 11:46:19.633248"], ["id", 3]]
1382
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1383
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 892b7d54-8d78-4835-ab5f-b79d71fd6906) to Async(default) with arguments: #<GlobalID:0x0000000568a470 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/3>>
1384
- ActiveStorage::Blob Load (2.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
1385
- [ActiveJob] [ActiveStorage::AnalyzeJob] [892b7d54-8d78-4835-ab5f-b79d71fd6906] Performing ActiveStorage::AnalyzeJob (Job ID: 892b7d54-8d78-4835-ab5f-b79d71fd6906) from Async(default) with arguments: #<GlobalID:0x00000005655e00 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/3>>
1386
-  (0.3ms) SAVEPOINT active_record_1
1387
- 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_22"], ["locale", "de"], ["LIMIT", 1]]
1388
- 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 #22"], ["locale", "de"], ["LIMIT", 1]]
1389
- Cmor::Testimonials::Category Create (0.3ms) INSERT INTO "cmor_testimonials_categories" ("locale", "name", "identifier", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Category #22"], ["identifier", "category_22"], ["created_at", "2019-06-12 11:46:19.645759"], ["updated_at", "2019-06-12 11:46:19.645759"]]
1390
- Cmor::Testimonials::Category Load (0.1ms) SELECT "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
1391
- 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 != 1) ORDER BY "cmor_testimonials_testimonials"."position" ASC LIMIT ? [["category_id", 1], ["LIMIT", 1]]
1392
- 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", 4], ["LIMIT", 1]]
1393
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["category_id", 4], ["updated_at", "2019-06-12 11:46:19.649936"], ["id", 1]]
1394
- Cmor::Testimonials::Category Load (0.1ms) SELECT "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
1395
- 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]]
1396
- 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", 4], ["LIMIT", 1]]
1397
- Cmor::Testimonials::Testimonial Update (0.3ms) UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "position" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["category_id", 4], ["position", 2], ["updated_at", "2019-06-12 11:46:19.656181"], ["id", 2]]
1398
-  (0.1ms) SELECT COUNT(*) FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" = 2) [["category_id", 4]]
1399
- [ActiveJob] [ActiveStorage::AnalyzeJob] [892b7d54-8d78-4835-ab5f-b79d71fd6906]  Disk Storage (24.1ms) Downloaded file from key: 6ivjprj5Rh62PuKfqjwcfh1y
1400
- Cmor::Testimonials::Category Load (0.1ms) SELECT "cmor_testimonials_categories".* FROM "cmor_testimonials_categories" WHERE "cmor_testimonials_categories"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
1401
- 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]]
1402
- 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]]
1403
- Cmor::Testimonials::Testimonial Update (0.2ms) UPDATE "cmor_testimonials_testimonials" SET "category_id" = ?, "position" = ?, "updated_at" = ? WHERE "cmor_testimonials_testimonials"."id" = ? [["category_id", 4], ["position", 3], ["updated_at", "2019-06-12 11:46:19.669074"], ["id", 3]]
1404
-  (0.1ms) SELECT COUNT(*) FROM "cmor_testimonials_testimonials" WHERE "cmor_testimonials_testimonials"."category_id" = ? AND ("cmor_testimonials_testimonials"."position" = 3) [["category_id", 4]]
1405
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1406
- 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]]
1407
- Cmor::Testimonials::Testimonial Load (0.2ms) 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]]
1408
- 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]]
1409
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1410
- 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]]
1411
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
1412
- ActiveStorage::Attachment Load (0.2ms) 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]]
1413
- ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
1414
- Rendered /home/vagrant/rails/cmor/cmor/cmor_testimonials/app/views/cmor/testimonials/application_view_helper/_render_category.html.haml (16.0ms)
1415
-  (0.2ms) rollback transaction
1416
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ad69265e-8d1c-4da1-96ed-48c497d3502a]  (0.1ms) begin transaction
1417
- [ActiveJob] [ActiveStorage::AnalyzeJob] [ad69265e-8d1c-4da1-96ed-48c497d3502a] Performed ActiveStorage::AnalyzeJob (Job ID: ad69265e-8d1c-4da1-96ed-48c497d3502a) from Async(default) in 86.84ms
1418
- [ActiveJob] [ActiveStorage::AnalyzeJob] [892b7d54-8d78-4835-ab5f-b79d71fd6906] Performed ActiveStorage::AnalyzeJob (Job ID: 892b7d54-8d78-4835-ab5f-b79d71fd6906) from Async(default) in 59.32ms