micro_cms 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,478 +1,351 @@
1
-  (1.8ms) SELECT sqlite_version(*)
2
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
3
-  (0.1ms) SELECT sqlite_version(*)
1
+  (1.3ms) SELECT sqlite_version(*)
2
+  (1.0ms) SELECT sqlite_version(*)
3
+  (0.0ms) SELECT sqlite_version(*)
4
+  (0.0ms) SELECT sqlite_version(*)
5
+  (0.1ms) DROP TABLE IF EXISTS "micro_cms_content_blocks"
6
+  (2.0ms) CREATE TABLE "micro_cms_content_blocks" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
8
   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
5
-  (0.1ms) begin transaction
6
-  (0.6ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
7
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
8
-  (0.0ms) SAVEPOINT active_record_1
9
- MicroCms::ContentBlock Create (1.0ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "my content"], ["created_at", "2019-09-25 14:44:34.248149"], ["updated_at", "2019-09-25 14:44:34.248149"]]
10
-  (0.1ms) RELEASE SAVEPOINT active_record_1
11
-  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
12
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
13
-  (0.5ms) rollback transaction
14
-  (0.1ms) begin transaction
15
-  (0.1ms) SAVEPOINT active_record_1
16
- MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "MyText"], ["created_at", "2019-09-25 14:44:34.255699"], ["updated_at", "2019-09-25 14:44:34.255699"]]
17
-  (0.1ms) RELEASE SAVEPOINT active_record_1
18
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
19
-  (0.5ms) rollback transaction
20
-  (0.1ms) begin transaction
21
-  (0.0ms) rollback transaction
22
-  (0.1ms) begin transaction
23
-  (0.0ms) rollback transaction
9
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190923150252)
10
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
11
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
24
12
   (0.0ms) begin transaction
25
-  (0.0ms) rollback transaction
13
+ ActiveRecord::InternalMetadata Create (4.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2022-05-22 10:07:52.539158"], ["updated_at", "2022-05-22 10:07:52.539158"]]
14
+  (0.7ms) commit transaction
15
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
16
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]
26
17
   (0.0ms) begin transaction
27
-  (0.1ms) rollback transaction
28
-  (0.1ms) begin transaction
29
-  (0.0ms) rollback transaction
30
-  (1.4ms) SELECT sqlite_version(*)
31
-  (1.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
18
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "9368cdd51a843c0e310eaeaabe787de49915ee4d"], ["created_at", "2022-05-22 10:07:52.548995"], ["updated_at", "2022-05-22 10:07:52.548995"]]
19
+  (0.6ms) commit transaction
32
20
   (0.1ms) SELECT sqlite_version(*)
33
-  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
21
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
34
22
   (0.1ms) begin transaction
35
-  (0.4ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
36
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
37
23
   (0.0ms) SAVEPOINT active_record_1
38
- MicroCms::ContentBlock Create (0.6ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "my content"], ["created_at", "2019-09-25 14:47:47.098878"], ["updated_at", "2019-09-25 14:47:47.098878"]]
24
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:07:52.650190"], ["updated_at", "2022-05-22 10:07:52.650190"]]
39
25
   (0.0ms) RELEASE SAVEPOINT active_record_1
40
-  (0.0ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
41
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
42
-  (0.5ms) rollback transaction
43
-  (0.1ms) begin transaction
44
-  (0.1ms) SAVEPOINT active_record_1
45
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "MyText"], ["created_at", "2019-09-25 14:47:47.105857"], ["updated_at", "2019-09-25 14:47:47.105857"]]
46
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
48
-  (0.6ms) rollback transaction
49
-  (0.1ms) begin transaction
50
-  (0.1ms) rollback transaction
51
-  (0.1ms) begin transaction
52
-  (0.1ms) rollback transaction
53
-  (0.1ms) begin transaction
54
-  (0.0ms) rollback transaction
55
-  (0.1ms) begin transaction
56
-  (0.1ms) rollback transaction
57
-  (0.0ms) begin transaction
58
-  (0.1ms) rollback transaction
59
-  (1.9ms) SELECT sqlite_version(*)
60
-  (0.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
61
-  (0.0ms) SELECT sqlite_version(*)
62
-  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
63
-  (0.1ms) begin transaction
64
-  (0.1ms) rollback transaction
65
-  (0.1ms) begin transaction
66
-  (0.1ms) rollback transaction
67
-  (0.1ms) begin transaction
68
-  (0.1ms) rollback transaction
69
-  (0.1ms) begin transaction
70
-  (0.1ms) rollback transaction
71
-  (0.1ms) begin transaction
72
-  (0.5ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
73
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
74
-  (0.1ms) SAVEPOINT active_record_1
75
- MicroCms::ContentBlock Create (0.6ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "my content"], ["created_at", "2019-09-25 14:48:07.408546"], ["updated_at", "2019-09-25 14:48:07.408546"]]
76
-  (0.0ms) RELEASE SAVEPOINT active_record_1
77
-  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
78
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
26
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 1.6ms | Allocations: 725)
79
27
   (0.3ms) rollback transaction
80
-  (0.1ms) begin transaction
28
+  (0.0ms) begin transaction
81
29
   (0.1ms) SAVEPOINT active_record_1
82
- MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "MyText"], ["created_at", "2019-09-25 14:48:07.413684"], ["updated_at", "2019-09-25 14:48:07.413684"]]
30
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:07:52.659443"], ["updated_at", "2022-05-22 10:07:52.659443"]]
83
31
   (0.0ms) RELEASE SAVEPOINT active_record_1
84
- MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
85
-  (0.3ms) rollback transaction
86
-  (0.1ms) begin transaction
87
-  (0.1ms) rollback transaction
88
-  (1.4ms) SELECT sqlite_version(*)
89
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
90
-  (0.1ms) SELECT sqlite_version(*)
91
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
92
-  (0.1ms) begin transaction
93
-  (0.0ms) SAVEPOINT active_record_1
94
- MicroCms::ContentBlock Create (2.2ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 14:40:04.779032"], ["updated_at", "2019-09-30 14:40:04.779032"]]
95
-  (0.1ms) RELEASE SAVEPOINT active_record_1
96
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
97
- Started PUT "/micro_cms/content_block/my-path-de.js?authorization_token=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2019-09-30 16:40:04 +0200
98
- Processing by MicroCms::ContentBlockController#update as JS
99
- Parameters: {"authorization_token"=>"my-securely-generated-auth-token", "micro_cms_content_block"=>{"content"=>"my new content"}, "path"=>"my-path-de"}
100
- Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms | Allocations: 367)
101
-  (0.5ms) rollback transaction
102
-  (0.1ms) begin transaction
103
- Started PUT "/micro_cms/content_block/not-existent.js?authorization_token=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2019-09-30 16:40:04 +0200
104
- Processing by MicroCms::ContentBlockController#update as JS
105
- Parameters: {"authorization_token"=>"my-securely-generated-auth-token", "micro_cms_content_block"=>{"content"=>"my new content"}, "path"=>"not-existent"}
106
- Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms | Allocations: 298)
107
-  (0.1ms) rollback transaction
108
-  (1.0ms) SELECT sqlite_version(*)
109
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
110
-  (0.0ms) SELECT sqlite_version(*)
111
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
112
-  (0.1ms) begin transaction
113
-  (0.2ms) SAVEPOINT active_record_1
114
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 14:40:36.000954"], ["updated_at", "2019-09-30 14:40:36.000954"]]
115
-  (0.1ms) RELEASE SAVEPOINT active_record_1
116
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
117
- Started PUT "/micro_cms/content_block/my-path-de.js?authorization_token=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2019-09-30 16:40:36 +0200
118
- Processing by MicroCms::ContentBlockController#update as JS
119
- Parameters: {"authorization_token"=>"my-securely-generated-auth-token", "micro_cms_content_block"=>{"content"=>"my new content"}, "path"=>"my-path-de"}
120
- Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms | Allocations: 439)
32
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.3ms | Allocations: 169)
121
33
   (0.4ms) rollback transaction
122
-  (0.1ms) begin transaction
123
- Started PUT "/micro_cms/content_block/not-existent.js?authorization_token=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2019-09-30 16:40:36 +0200
124
- Processing by MicroCms::ContentBlockController#update as JS
125
- Parameters: {"authorization_token"=>"my-securely-generated-auth-token", "micro_cms_content_block"=>{"content"=>"my new content"}, "path"=>"not-existent"}
126
- Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms | Allocations: 369)
127
-  (0.1ms) rollback transaction
128
-  (1.0ms) SELECT sqlite_version(*)
129
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
130
-  (0.0ms) SELECT sqlite_version(*)
131
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
132
-  (0.1ms) begin transaction
34
+  (0.0ms) begin transaction
133
35
   (0.0ms) SAVEPOINT active_record_1
134
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 14:41:23.121076"], ["updated_at", "2019-09-30 14:41:23.121076"]]
36
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:07:52.666915"], ["updated_at", "2022-05-22 10:07:52.666915"]]
135
37
   (0.0ms) RELEASE SAVEPOINT active_record_1
136
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
137
- Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2019-09-30 16:41:23 +0200
138
- Processing by MicroCms::ContentBlockController#update as JS
139
- Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-securely-generated-auth-token", "content"=>"my new content"}, "path"=>"my-path-de"}
140
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-path-de"], ["LIMIT", 1]]
141
-  (0.0ms) SAVEPOINT active_record_1
142
- MicroCms::ContentBlock Update (5.7ms) UPDATE "micro_cms_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "micro_cms_content_blocks"."id" = ? [["content", "my new content"], ["updated_at", "2019-09-30 14:41:23.144393"], ["id", 1]]
143
-  (0.1ms) RELEASE SAVEPOINT active_record_1
144
- Completed 204 No Content in 8ms (ActiveRecord: 5.9ms | Allocations: 1001)
145
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
38
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.3ms | Allocations: 169)
146
39
   (0.3ms) rollback transaction
147
40
   (0.0ms) begin transaction
148
- Started PUT "/micro_cms/content_block/not-existent.js?micro_cms_content_block%5Bauthorization_token%5D=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2019-09-30 16:41:23 +0200
149
- Processing by MicroCms::ContentBlockController#update as JS
150
- Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-securely-generated-auth-token", "content"=>"my new content"}, "path"=>"not-existent"}
151
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "not-existent"], ["LIMIT", 1]]
152
- Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms | Allocations: 442)
153
-  (0.0ms) rollback transaction
154
-  (2.0ms) SELECT sqlite_version(*)
155
-  (1.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
156
-  (0.1ms) SELECT sqlite_version(*)
157
-  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
158
-  (0.1ms) begin transaction
159
-  (0.0ms) SAVEPOINT active_record_1
160
- MicroCms::ContentBlock Create (1.8ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 14:43:42.160360"], ["updated_at", "2019-09-30 14:43:42.160360"]]
161
-  (0.1ms) RELEASE SAVEPOINT active_record_1
162
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
163
- Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-evil-spoofing-token&micro_cms_content_block%5Bcontent%5D=blubb" for 127.0.0.1 at 2019-09-30 16:43:42 +0200
164
- Processing by MicroCms::ContentBlockController#update as JS
165
- Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-evil-spoofing-token", "content"=>"blubb"}, "path"=>"my-path-de"}
166
- Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms | Allocations: 361)
167
-  (0.5ms) rollback transaction
168
-  (1.0ms) SELECT sqlite_version(*)
169
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
170
-  (0.0ms) SELECT sqlite_version(*)
171
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
172
-  (0.1ms) begin transaction
173
41
   (0.0ms) SAVEPOINT active_record_1
174
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 14:44:08.748528"], ["updated_at", "2019-09-30 14:44:08.748528"]]
42
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:07:52.670752"], ["updated_at", "2022-05-22 10:07:52.670752"]]
175
43
   (0.0ms) RELEASE SAVEPOINT active_record_1
176
-  (5.7ms) rollback transaction
177
-  (0.9ms) SELECT sqlite_version(*)
178
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
179
-  (0.0ms) SELECT sqlite_version(*)
180
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
181
-  (0.1ms) begin transaction
44
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.3ms | Allocations: 169)
45
+  (0.3ms) rollback transaction
46
+  (0.0ms) begin transaction
182
47
   (0.1ms) SAVEPOINT active_record_1
183
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 14:44:33.886789"], ["updated_at", "2019-09-30 14:44:33.886789"]]
48
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:07:52.771017"], ["updated_at", "2022-05-22 10:07:52.771017"]]
184
49
   (0.0ms) RELEASE SAVEPOINT active_record_1
185
50
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
186
- Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-evil-spoofing-token&micro_cms_content_block%5Bcontent%5D=blubb" for 127.0.0.1 at 2019-09-30 16:44:33 +0200
51
+ Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2022-05-22 12:07:52 +0200
187
52
  Processing by MicroCms::ContentBlockController#update as JS
188
- Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-evil-spoofing-token", "content"=>"blubb"}, "path"=>"my-path-de"}
189
- Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms | Allocations: 361)
190
-  (0.6ms) rollback transaction
191
-  (0.9ms) SELECT sqlite_version(*)
192
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
193
-  (0.0ms) SELECT sqlite_version(*)
194
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
195
-  (0.1ms) begin transaction
53
+ Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-securely-generated-auth-token", "content"=>"my new content"}, "path"=>"my-path-de"}
54
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-path-de"], ["LIMIT", 1]]
196
55
   (0.1ms) SAVEPOINT active_record_1
197
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 14:45:04.948044"], ["updated_at", "2019-09-30 14:45:04.948044"]]
56
+ MicroCms::ContentBlock Update (0.1ms) UPDATE "micro_cms_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "micro_cms_content_blocks"."id" = ? [["content", "my new content"], ["updated_at", "2022-05-22 10:07:52.798672"], ["id", 1]]
198
57
   (0.0ms) RELEASE SAVEPOINT active_record_1
199
- Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-evil-spoofing-token&micro_cms_content_block%5Bcontent%5D=blubb" for 127.0.0.1 at 2019-09-30 16:45:04 +0200
58
+ Completed 204 No Content in 2ms (ActiveRecord: 0.3ms | Allocations: 1000)
59
+ MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
60
+  (0.3ms) rollback transaction
61
+  (0.0ms) begin transaction
62
+ Started PUT "/micro_cms/content_block/not-existent.js?micro_cms_content_block%5Bauthorization_token%5D=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2022-05-22 12:07:52 +0200
200
63
  Processing by MicroCms::ContentBlockController#update as JS
201
- Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-evil-spoofing-token", "content"=>"blubb"}, "path"=>"my-path-de"}
202
- Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms | Allocations: 358)
203
-  (0.4ms) rollback transaction
204
-  (0.9ms) SELECT sqlite_version(*)
205
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
206
-  (0.0ms) SELECT sqlite_version(*)
207
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
208
-  (0.1ms) begin transaction
64
+ Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-securely-generated-auth-token", "content"=>"my new content"}, "path"=>"not-existent"}
65
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "not-existent"], ["LIMIT", 1]]
66
+ Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms | Allocations: 461)
67
+  (0.0ms) rollback transaction
68
+  (0.0ms) begin transaction
209
69
   (0.0ms) SAVEPOINT active_record_1
210
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 14:46:03.949440"], ["updated_at", "2019-09-30 14:46:03.949440"]]
70
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:07:52.814891"], ["updated_at", "2022-05-22 10:07:52.814891"]]
211
71
   (0.0ms) RELEASE SAVEPOINT active_record_1
212
- Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-evil-spoofing-token&micro_cms_content_block%5Bcontent%5D=blubb" for 127.0.0.1 at 2019-09-30 16:46:03 +0200
72
+ Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-evil-spoofing-token&micro_cms_content_block%5Bcontent%5D=blubb" for 127.0.0.1 at 2022-05-22 12:07:52 +0200
213
73
  Processing by MicroCms::ContentBlockController#update as JS
214
74
  Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-evil-spoofing-token", "content"=>"blubb"}, "path"=>"my-path-de"}
215
- Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms | Allocations: 368)
75
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms | Allocations: 323)
216
76
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
217
-  (0.7ms) rollback transaction
218
-  (1.3ms) SELECT sqlite_version(*)
219
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
220
-  (0.0ms) SELECT sqlite_version(*)
221
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
77
+  (0.3ms) rollback transaction
78
+  (0.0ms) begin transaction
79
+  (0.0ms) rollback transaction
222
80
   (0.1ms) begin transaction
223
-  (0.1ms) rollback transaction
81
+  (0.0ms) rollback transaction
224
82
   (0.0ms) begin transaction
225
-  (0.1ms) rollback transaction
83
+  (0.0ms) rollback transaction
226
84
   (0.0ms) begin transaction
227
85
   (0.0ms) rollback transaction
228
86
   (0.0ms) begin transaction
229
87
   (0.1ms) rollback transaction
230
88
   (0.0ms) begin transaction
231
89
   (0.0ms) rollback transaction
232
-  (0.1ms) begin transaction
233
-  (0.2ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
234
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
90
+  (0.0ms) begin transaction
91
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
92
+ MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
235
93
   (0.0ms) SAVEPOINT active_record_1
236
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "my content"], ["created_at", "2019-09-30 15:48:28.548546"], ["updated_at", "2019-09-30 15:48:28.548546"]]
94
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "my content"], ["created_at", "2022-05-22 10:07:52.860381"], ["updated_at", "2022-05-22 10:07:52.860381"]]
237
95
   (0.0ms) RELEASE SAVEPOINT active_record_1
238
-  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
96
+  (0.0ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
239
97
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
240
98
   (0.4ms) rollback transaction
241
-  (0.1ms) begin transaction
99
+  (0.0ms) begin transaction
242
100
   (0.1ms) SAVEPOINT active_record_1
243
- MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "MyText"], ["created_at", "2019-09-30 15:48:28.554037"], ["updated_at", "2019-09-30 15:48:28.554037"]]
101
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "MyText"], ["created_at", "2022-05-22 10:07:52.863900"], ["updated_at", "2022-05-22 10:07:52.863900"]]
244
102
   (0.0ms) RELEASE SAVEPOINT active_record_1
245
- MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
103
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
246
104
   (0.4ms) rollback transaction
247
-  (0.9ms) SELECT sqlite_version(*)
248
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
249
-  (0.0ms) SELECT sqlite_version(*)
250
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
105
+  (0.0ms) begin transaction
106
+  (0.0ms) rollback transaction
107
+  (0.0ms) begin transaction
108
+  (0.0ms) rollback transaction
109
+  (0.0ms) begin transaction
110
+  (0.1ms) SAVEPOINT active_record_1
111
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "MyText"], ["created_at", "2022-05-22 10:07:52.874888"], ["updated_at", "2022-05-22 10:07:52.874888"]]
112
+  (0.0ms) RELEASE SAVEPOINT active_record_1
113
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
114
+  (0.3ms) rollback transaction
115
+  (0.0ms) begin transaction
116
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
117
+ MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
118
+  (0.0ms) SAVEPOINT active_record_1
119
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "my default value"], ["created_at", "2022-05-22 10:07:52.881342"], ["updated_at", "2022-05-22 10:07:52.881342"]]
120
+  (0.0ms) RELEASE SAVEPOINT active_record_1
121
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.6ms | Allocations: 425)
122
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
123
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
124
+  (0.3ms) rollback transaction
125
+  (0.0ms) begin transaction
126
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
127
+ MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
128
+  (0.0ms) SAVEPOINT active_record_1
129
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", " <p>This is my custom content</p>"], ["created_at", "2022-05-22 10:07:52.886931"], ["updated_at", "2022-05-22 10:07:52.886931"]]
130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
131
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.3ms | Allocations: 169)
132
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
133
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
134
+  (0.3ms) rollback transaction
251
135
   (0.1ms) begin transaction
136
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
137
+  (0.0ms) SAVEPOINT active_record_1
138
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", ""], ["created_at", "2022-05-22 10:07:52.891497"], ["updated_at", "2022-05-22 10:07:52.891497"]]
139
+  (0.0ms) RELEASE SAVEPOINT active_record_1
140
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
141
+  (0.4ms) rollback transaction
142
+  (0.0ms) begin transaction
143
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
144
+ MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
145
+  (0.0ms) SAVEPOINT active_record_1
146
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", ""], ["created_at", "2022-05-22 10:07:52.896373"], ["updated_at", "2022-05-22 10:07:52.896373"]]
147
+  (0.0ms) RELEASE SAVEPOINT active_record_1
148
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.3ms | Allocations: 169)
149
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
150
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
151
+  (0.3ms) rollback transaction
152
+  (0.0ms) begin transaction
153
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
154
+ MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
252
155
   (0.0ms) SAVEPOINT active_record_1
253
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 15:48:34.563982"], ["updated_at", "2019-09-30 15:48:34.563982"]]
156
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", ""], ["created_at", "2022-05-22 10:07:52.901521"], ["updated_at", "2022-05-22 10:07:52.901521"]]
157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
158
+  (0.0ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
159
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
160
+  (0.3ms) rollback transaction
161
+  (0.0ms) begin transaction
162
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
163
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
164
+  (0.0ms) SAVEPOINT active_record_1
165
+ MicroCms::ContentBlock Create (0.2ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", "my default value"], ["created_at", "2022-05-22 10:07:52.905420"], ["updated_at", "2022-05-22 10:07:52.905420"]]
166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
167
+  (0.0ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
168
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
169
+  (0.3ms) rollback transaction
170
+  (0.0ms) begin transaction
171
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
172
+ MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
173
+  (0.0ms) SAVEPOINT active_record_1
174
+ MicroCms::ContentBlock Create (0.2ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", " <p>This is my custom content</p>"], ["created_at", "2022-05-22 10:07:52.909269"], ["updated_at", "2022-05-22 10:07:52.909269"]]
254
175
   (0.1ms) RELEASE SAVEPOINT active_record_1
255
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
256
- Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2019-09-30 17:48:34 +0200
257
- Processing by MicroCms::ContentBlockController#update as JS
258
- Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-securely-generated-auth-token", "content"=>"my new content"}, "path"=>"my-path-de"}
259
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-path-de"], ["LIMIT", 1]]
176
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
177
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
178
+  (0.3ms) rollback transaction
179
+  (0.0ms) begin transaction
260
180
   (0.0ms) SAVEPOINT active_record_1
261
- MicroCms::ContentBlock Update (0.1ms) UPDATE "micro_cms_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "micro_cms_content_blocks"."id" = ? [["content", "my new content"], ["updated_at", "2019-09-30 15:48:34.595093"], ["id", 1]]
181
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "my custom content of the block"], ["created_at", "2022-05-22 10:07:52.912704"], ["updated_at", "2022-05-22 10:07:52.912704"]]
262
182
   (0.0ms) RELEASE SAVEPOINT active_record_1
263
- Completed 204 No Content in 3ms (ActiveRecord: 0.3ms | Allocations: 1073)
183
+ MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
184
+  (0.4ms) rollback transaction
185
+  (1.8ms) SELECT sqlite_version(*)
186
+  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
187
+  (0.3ms) SELECT sqlite_version(*)
188
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
189
+ TRANSACTION (0.1ms) begin transaction
190
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
191
+ MicroCms::ContentBlock Create (1.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:38:27.891785"], ["updated_at", "2022-05-22 10:38:27.891785"]]
192
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
193
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 1.3ms | Allocations: 637)
194
+ TRANSACTION (0.5ms) rollback transaction
195
+ TRANSACTION (0.1ms) begin transaction
196
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
197
+ MicroCms::ContentBlock Create (0.5ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:38:28.028959"], ["updated_at", "2022-05-22 10:38:28.028959"]]
198
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
199
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.2ms | Allocations: 84)
200
+ TRANSACTION (0.4ms) rollback transaction
201
+ TRANSACTION (0.0ms) begin transaction
202
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
203
+ MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:38:28.040707"], ["updated_at", "2022-05-22 10:38:28.040707"]]
204
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
205
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.3ms | Allocations: 84)
206
+ TRANSACTION (0.6ms) rollback transaction
207
+ TRANSACTION (0.1ms) begin transaction
208
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
209
+ MicroCms::ContentBlock Create (0.6ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:38:28.058214"], ["updated_at", "2022-05-22 10:38:28.058214"]]
210
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
211
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.5ms | Allocations: 84)
212
+ TRANSACTION (1.5ms) rollback transaction
213
+ TRANSACTION (0.1ms) begin transaction
214
+ TRANSACTION (0.1ms) rollback transaction
215
+ TRANSACTION (0.1ms) begin transaction
216
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
217
+ MicroCms::ContentBlock Create (0.6ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:38:28.089420"], ["updated_at", "2022-05-22 10:38:28.089420"]]
218
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
219
+ MicroCms::ContentBlock Load (0.3ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
220
+ Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2022-05-22 12:38:28 +0200
221
+ Processing by MicroCms::ContentBlockController#update as JS
222
+ Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-securely-generated-auth-token", "content"=>"my new content"}, "path"=>"my-path-de"}
223
+ MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-path-de"], ["LIMIT", 1]]
224
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
225
+ MicroCms::ContentBlock Update (0.1ms) UPDATE "micro_cms_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "micro_cms_content_blocks"."id" = ? [["content", "my new content"], ["updated_at", "2022-05-22 10:38:28.122518"], ["id", 1]]
226
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
227
+ Completed 204 No Content in 3ms (ActiveRecord: 0.4ms | Allocations: 978)
264
228
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
265
-  (0.5ms) rollback transaction
266
-  (0.1ms) begin transaction
267
- Started PUT "/micro_cms/content_block/not-existent.js?micro_cms_content_block%5Bauthorization_token%5D=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2019-09-30 17:48:34 +0200
229
+ TRANSACTION (0.5ms) rollback transaction
230
+ TRANSACTION (0.0ms) begin transaction
231
+ Started PUT "/micro_cms/content_block/not-existent.js?micro_cms_content_block%5Bauthorization_token%5D=my-securely-generated-auth-token&micro_cms_content_block%5Bcontent%5D=my+new+content" for 127.0.0.1 at 2022-05-22 12:38:28 +0200
268
232
  Processing by MicroCms::ContentBlockController#update as JS
269
233
  Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-securely-generated-auth-token", "content"=>"my new content"}, "path"=>"not-existent"}
270
234
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "not-existent"], ["LIMIT", 1]]
271
- Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms | Allocations: 513)
272
-  (0.0ms) rollback transaction
273
-  (0.0ms) begin transaction
274
-  (0.1ms) SAVEPOINT active_record_1
275
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2019-09-30 15:48:34.616213"], ["updated_at", "2019-09-30 15:48:34.616213"]]
276
-  (0.1ms) RELEASE SAVEPOINT active_record_1
277
- Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-evil-spoofing-token&micro_cms_content_block%5Bcontent%5D=blubb" for 127.0.0.1 at 2019-09-30 17:48:34 +0200
235
+ Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms | Allocations: 441)
236
+ TRANSACTION (0.1ms) rollback transaction
237
+ TRANSACTION (0.1ms) begin transaction
238
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
239
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-path-de"], ["content", "MyText"], ["created_at", "2022-05-22 10:38:28.137182"], ["updated_at", "2022-05-22 10:38:28.137182"]]
240
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
241
+ Started PUT "/micro_cms/content_block/my-path-de.js?micro_cms_content_block%5Bauthorization_token%5D=my-evil-spoofing-token&micro_cms_content_block%5Bcontent%5D=blubb" for 127.0.0.1 at 2022-05-22 12:38:28 +0200
278
242
  Processing by MicroCms::ContentBlockController#update as JS
279
243
  Parameters: {"micro_cms_content_block"=>{"authorization_token"=>"my-evil-spoofing-token", "content"=>"blubb"}, "path"=>"my-path-de"}
280
- Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms | Allocations: 379)
244
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms | Allocations: 310)
281
245
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
282
-  (0.3ms) rollback transaction
283
-  (2.0ms) SELECT sqlite_version(*)
284
-  (2.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
285
-  (0.1ms) SELECT sqlite_version(*)
286
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
287
-  (0.1ms) begin transaction
288
- MicroCms::ContentBlock Load (0.5ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
289
-  (0.1ms) SAVEPOINT active_record_1
290
- MicroCms::ContentBlock Create (0.8ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", ""], ["created_at", "2019-09-30 15:54:48.620837"], ["updated_at", "2019-09-30 15:54:48.620837"]]
291
-  (0.1ms) RELEASE SAVEPOINT active_record_1
292
-  (0.1ms) SAVEPOINT active_record_1
293
- MicroCms::ContentBlock Create (0.2ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "MyText"], ["created_at", "2019-09-30 15:54:48.626640"], ["updated_at", "2019-09-30 15:54:48.626640"]]
294
-  (0.1ms) RELEASE SAVEPOINT active_record_1
295
-  (0.7ms) rollback transaction
296
-  (1.9ms) SELECT sqlite_version(*)
297
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
298
-  (0.1ms) SELECT sqlite_version(*)
299
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
300
-  (0.1ms) begin transaction
301
-  (0.1ms) SAVEPOINT active_record_1
302
- MicroCms::ContentBlock Create (0.5ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "MyText"], ["created_at", "2019-09-30 15:55:25.768544"], ["updated_at", "2019-09-30 15:55:25.768544"]]
303
-  (0.1ms) RELEASE SAVEPOINT active_record_1
304
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
305
-  (5.6ms) rollback transaction
306
-  (2.2ms) SELECT sqlite_version(*)
307
-  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
308
-  (0.1ms) SELECT sqlite_version(*)
309
-  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
310
-  (0.2ms) begin transaction
311
-  (0.1ms) SAVEPOINT active_record_1
312
- MicroCms::ContentBlock Create (1.1ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "my custom content of the block"], ["created_at", "2019-09-30 15:59:43.146467"], ["updated_at", "2019-09-30 15:59:43.146467"]]
313
-  (0.1ms) RELEASE SAVEPOINT active_record_1
314
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
315
-  (0.7ms) rollback transaction
316
-  (1.9ms) SELECT sqlite_version(*)
317
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
318
-  (0.1ms) SELECT sqlite_version(*)
319
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
320
-  (0.1ms) begin transaction
246
+ TRANSACTION (0.4ms) rollback transaction
247
+ TRANSACTION (0.0ms) begin transaction
321
248
   (0.2ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
322
249
  MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
323
-  (0.1ms) SAVEPOINT active_record_1
324
- MicroCms::ContentBlock Create (0.7ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "my default value"], ["created_at", "2019-09-30 16:02:01.617154"], ["updated_at", "2019-09-30 16:02:01.617154"]]
325
-  (0.1ms) RELEASE SAVEPOINT active_record_1
326
- Rendered /Users/lukas/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 2.7ms | Allocations: 726)
250
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
251
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", ""], ["created_at", "2022-05-22 10:38:28.191122"], ["updated_at", "2022-05-22 10:38:28.191122"]]
252
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
253
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.6ms | Allocations: 337)
327
254
   (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
328
255
  MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
329
-  (1.5ms) rollback transaction
330
-  (0.1ms) begin transaction
331
- MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
332
-  (0.1ms) SAVEPOINT active_record_1
333
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", ""], ["created_at", "2019-09-30 16:02:01.648836"], ["updated_at", "2019-09-30 16:02:01.648836"]]
334
-  (0.1ms) RELEASE SAVEPOINT active_record_1
256
+ TRANSACTION (0.4ms) rollback transaction
257
+ TRANSACTION (0.0ms) begin transaction
258
+ MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
259
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
260
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", ""], ["created_at", "2022-05-22 10:38:28.201734"], ["updated_at", "2022-05-22 10:38:28.201734"]]
261
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
335
262
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
336
-  (0.5ms) rollback transaction
337
-  (0.1ms) begin transaction
338
-  (0.3ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
263
+ TRANSACTION (0.4ms) rollback transaction
264
+ TRANSACTION (0.1ms) begin transaction
265
+  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
339
266
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
340
-  (0.1ms) SAVEPOINT active_record_1
341
- MicroCms::ContentBlock Create (0.5ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", " <p>This is my custom content</p>"], ["created_at", "2019-09-30 16:02:01.660270"], ["updated_at", "2019-09-30 16:02:01.660270"]]
342
-  (0.1ms) RELEASE SAVEPOINT active_record_1
343
- Rendered /Users/lukas/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.6ms | Allocations: 169)
267
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
268
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "my default value"], ["created_at", "2022-05-22 10:38:28.211739"], ["updated_at", "2022-05-22 10:38:28.211739"]]
269
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
270
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.2ms | Allocations: 84)
344
271
   (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
345
272
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
346
-  (0.6ms) rollback transaction
347
-  (0.2ms) begin transaction
273
+ TRANSACTION (0.4ms) rollback transaction
274
+ TRANSACTION (0.0ms) begin transaction
348
275
   (0.2ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
349
- MicroCms::ContentBlock Load (0.3ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
350
-  (0.1ms) SAVEPOINT active_record_1
351
- MicroCms::ContentBlock Create (0.8ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", ""], ["created_at", "2019-09-30 16:02:01.671854"], ["updated_at", "2019-09-30 16:02:01.671854"]]
352
-  (0.1ms) RELEASE SAVEPOINT active_record_1
353
- Rendered /Users/lukas/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.6ms | Allocations: 169)
276
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
277
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
278
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", " <p>This is my custom content</p>"], ["created_at", "2022-05-22 10:38:28.221860"], ["updated_at", "2022-05-22 10:38:28.221860"]]
279
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
280
+ Rendered /Users/simon/r/micro_cms/app/views/micro_cms/_content_block.html.erb (Duration: 0.2ms | Allocations: 84)
354
281
   (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
355
282
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
356
-  (0.6ms) rollback transaction
357
-  (0.1ms) begin transaction
358
-  (0.1ms) SAVEPOINT active_record_1
359
- MicroCms::ContentBlock Create (0.5ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "MyText"], ["created_at", "2019-09-30 16:02:01.681102"], ["updated_at", "2019-09-30 16:02:01.681102"]]
360
-  (0.1ms) RELEASE SAVEPOINT active_record_1
361
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
362
-  (0.5ms) rollback transaction
363
-  (1.8ms) SELECT sqlite_version(*)
364
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
365
-  (0.1ms) SELECT sqlite_version(*)
366
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
367
-  (0.3ms) begin transaction
368
-  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
369
-  (0.1ms) rollback transaction
370
-  (2.0ms) SELECT sqlite_version(*)
371
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
372
-  (0.1ms) SELECT sqlite_version(*)
373
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
374
-  (0.1ms) begin transaction
375
-  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
376
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
377
-  (0.1ms) SAVEPOINT active_record_1
378
- MicroCms::ContentBlock Create (0.6ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", "my default value"], ["created_at", "2019-09-30 16:03:13.344496"], ["updated_at", "2019-09-30 16:03:13.344496"]]
379
-  (0.1ms) RELEASE SAVEPOINT active_record_1
380
-  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
381
- MicroCms::ContentBlock Load (0.3ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
382
-  (5.9ms) rollback transaction
383
-  (1.8ms) SELECT sqlite_version(*)
384
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
385
-  (0.1ms) SELECT sqlite_version(*)
386
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
387
-  (0.1ms) begin transaction
388
-  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
389
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
390
-  (0.1ms) SAVEPOINT active_record_1
391
- MicroCms::ContentBlock Create (0.6ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", "my default"], ["created_at", "2019-09-30 16:04:23.575902"], ["updated_at", "2019-09-30 16:04:23.575902"]]
392
-  (0.1ms) RELEASE SAVEPOINT active_record_1
393
-  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
394
- MicroCms::ContentBlock Load (0.3ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
395
-  (0.7ms) rollback transaction
396
-  (1.9ms) SELECT sqlite_version(*)
397
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
398
-  (0.1ms) SELECT sqlite_version(*)
399
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
400
-  (0.1ms) begin transaction
401
-  (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
402
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
403
-  (0.1ms) SAVEPOINT active_record_1
404
- MicroCms::ContentBlock Create (0.8ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", " <p>This is my custom content</p>"], ["created_at", "2019-09-30 16:04:40.962829"], ["updated_at", "2019-09-30 16:04:40.962829"]]
405
-  (0.1ms) RELEASE SAVEPOINT active_record_1
283
+ TRANSACTION (0.4ms) rollback transaction
284
+ TRANSACTION (0.0ms) begin transaction
285
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
286
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "MyText"], ["created_at", "2022-05-22 10:38:28.229665"], ["updated_at", "2022-05-22 10:38:28.229665"]]
287
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
288
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
289
+ TRANSACTION (0.5ms) rollback transaction
290
+ TRANSACTION (0.1ms) begin transaction
406
291
   (0.2ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
407
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
408
-  (6.0ms) rollback transaction
409
-  (1.9ms) SELECT sqlite_version(*)
410
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
411
-  (0.1ms) SELECT sqlite_version(*)
412
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
413
-  (0.1ms) begin transaction
292
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
293
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
294
+ MicroCms::ContentBlock Create (0.5ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", ""], ["created_at", "2022-05-22 10:38:28.243754"], ["updated_at", "2022-05-22 10:38:28.243754"]]
295
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
414
296
   (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
297
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
298
+ TRANSACTION (0.5ms) rollback transaction
299
+ TRANSACTION (0.0ms) begin transaction
300
+  (0.2ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
415
301
  MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
416
-  (0.1ms) SAVEPOINT active_record_1
417
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", " <p>This is my custom content</p>"], ["created_at", "2019-09-30 16:05:59.375738"], ["updated_at", "2019-09-30 16:05:59.375738"]]
418
-  (0.0ms) RELEASE SAVEPOINT active_record_1
302
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
303
+ MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", " <p>This is my custom content</p>"], ["created_at", "2022-05-22 10:38:28.256043"], ["updated_at", "2022-05-22 10:38:28.256043"]]
304
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
419
305
   (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
420
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
421
-  (5.6ms) rollback transaction
422
-  (2.0ms) SELECT sqlite_version(*)
423
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
424
-  (0.1ms) SELECT sqlite_version(*)
425
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
426
-  (0.1ms) begin transaction
427
- MicroCms::ContentBlock Load (0.4ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
428
-  (0.2ms) SAVEPOINT active_record_1
429
- MicroCms::ContentBlock Create (0.6ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", ""], ["created_at", "2019-09-30 16:06:54.883500"], ["updated_at", "2019-09-30 16:06:54.883500"]]
430
-  (0.1ms) RELEASE SAVEPOINT active_record_1
431
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
432
-  (6.2ms) rollback transaction
433
-  (1.2ms) SELECT sqlite_version(*)
434
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
435
-  (0.1ms) SELECT sqlite_version(*)
436
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
437
-  (0.1ms) begin transaction
306
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
307
+ TRANSACTION (0.4ms) rollback transaction
308
+ TRANSACTION (0.1ms) begin transaction
309
+  (0.2ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
310
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
311
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
312
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", "my default value"], ["created_at", "2022-05-22 10:38:28.267469"], ["updated_at", "2022-05-22 10:38:28.267469"]]
313
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
438
314
   (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
439
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
440
-  (0.1ms) SAVEPOINT active_record_1
441
- MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", "my default"], ["created_at", "2019-09-30 16:07:24.975260"], ["updated_at", "2019-09-30 16:07:24.975260"]]
442
-  (0.1ms) RELEASE SAVEPOINT active_record_1
315
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
316
+ TRANSACTION (0.4ms) rollback transaction
317
+ TRANSACTION (0.0ms) begin transaction
318
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
319
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "my custom content of the block"], ["created_at", "2022-05-22 10:38:28.275881"], ["updated_at", "2022-05-22 10:38:28.275881"]]
320
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
321
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
322
+ TRANSACTION (0.4ms) rollback transaction
323
+ TRANSACTION (0.1ms) begin transaction
324
+ TRANSACTION (0.1ms) rollback transaction
325
+ TRANSACTION (0.0ms) begin transaction
326
+ TRANSACTION (0.1ms) rollback transaction
327
+ TRANSACTION (0.0ms) begin transaction
328
+ TRANSACTION (0.0ms) rollback transaction
329
+ TRANSACTION (0.0ms) begin transaction
443
330
   (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
444
- MicroCms::ContentBlock Load (0.3ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
445
-  (2.0ms) rollback transaction
446
-  (2.0ms) SELECT sqlite_version(*)
447
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
448
-  (0.1ms) SELECT sqlite_version(*)
449
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
450
-  (0.1ms) begin transaction
331
+ MicroCms::ContentBlock Load (0.0ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
332
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
333
+ MicroCms::ContentBlock Create (0.3ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "my content"], ["created_at", "2022-05-22 10:38:28.299610"], ["updated_at", "2022-05-22 10:38:28.299610"]]
334
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
451
335
   (0.1ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
452
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-nonexistent-path-en"], ["LIMIT", 1]]
453
-  (0.1ms) SAVEPOINT active_record_1
454
- MicroCms::ContentBlock Create (0.6ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-nonexistent-path-en"], ["content", ""], ["created_at", "2019-09-30 16:07:46.774803"], ["updated_at", "2019-09-30 16:07:46.774803"]]
455
-  (0.1ms) RELEASE SAVEPOINT active_record_1
456
-  (0.2ms) SELECT COUNT(*) FROM "micro_cms_content_blocks"
457
- MicroCms::ContentBlock Load (0.3ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
458
-  (5.7ms) rollback transaction
459
-  (1.0ms) SELECT sqlite_version(*)
460
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
461
-  (0.0ms) SELECT sqlite_version(*)
462
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
463
-  (0.1ms) begin transaction
464
-  (0.1ms) SAVEPOINT active_record_1
465
- MicroCms::ContentBlock Create (0.7ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "my custom content of the block"], ["created_at", "2019-09-30 16:08:14.393651"], ["updated_at", "2019-09-30 16:08:14.393651"]]
466
-  (0.1ms) RELEASE SAVEPOINT active_record_1
467
- MicroCms::ContentBlock Load (0.3ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
468
-  (5.8ms) rollback transaction
469
-  (2.0ms) SELECT sqlite_version(*)
470
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
471
-  (0.1ms) SELECT sqlite_version(*)
472
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
473
-  (0.1ms) begin transaction
474
-  (0.1ms) SAVEPOINT active_record_1
475
- MicroCms::ContentBlock Create (10.1ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-custom-path-en"], ["content", "my custom content of the block"], ["created_at", "2019-09-30 16:08:24.368635"], ["updated_at", "2019-09-30 16:08:24.368635"]]
476
-  (0.1ms) RELEASE SAVEPOINT active_record_1
477
- MicroCms::ContentBlock Load (0.2ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-custom-path-en"], ["LIMIT", 1]]
478
-  (0.8ms) rollback transaction
336
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" ORDER BY "micro_cms_content_blocks"."created_at" DESC LIMIT ? [["LIMIT", 1]]
337
+ TRANSACTION (0.4ms) rollback transaction
338
+ TRANSACTION (0.0ms) begin transaction
339
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
340
+ MicroCms::ContentBlock Create (0.4ms) INSERT INTO "micro_cms_content_blocks" ("path", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["path", "my-content-block-en"], ["content", "MyText"], ["created_at", "2022-05-22 10:38:28.304615"], ["updated_at", "2022-05-22 10:38:28.304615"]]
341
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
342
+ MicroCms::ContentBlock Load (0.1ms) SELECT "micro_cms_content_blocks".* FROM "micro_cms_content_blocks" WHERE "micro_cms_content_blocks"."path" = ? LIMIT ? [["path", "my-content-block-en"], ["LIMIT", 1]]
343
+ TRANSACTION (0.4ms) rollback transaction
344
+ TRANSACTION (0.0ms) begin transaction
345
+ TRANSACTION (0.0ms) rollback transaction
346
+ TRANSACTION (0.0ms) begin transaction
347
+ TRANSACTION (0.0ms) rollback transaction
348
+ TRANSACTION (0.0ms) begin transaction
349
+ TRANSACTION (0.0ms) rollback transaction
350
+ TRANSACTION (0.0ms) begin transaction
351
+ TRANSACTION (0.0ms) rollback transaction