cmor_contact 0.0.10.pre → 0.0.11.pre

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0259299b7f47131c4cea1d29560fac217797f7c3341b515d7fcf46910c87889
4
- data.tar.gz: 063bef7d10a0458c8710fddafdea474dde6ae1ca64fe46eeecfc6c65cdc49859
3
+ metadata.gz: ab43b993eecc8d3d8085cba79efae72e8e85c52e541b5ba2673102bf0467e975
4
+ data.tar.gz: 7b10c4503cb0eb1ea0a819917845c002be20711557d519f3a67e31fcc085bd1f
5
5
  SHA512:
6
- metadata.gz: 115bb34231987527899e5b05fdeed4bcf20482b11fd285d1b3a35bd65351a69f7987564d5a5aef2b1a6b39d1b0ef8a6fd0588fdeb61969ccfaeb5be26093fd3b
7
- data.tar.gz: 4f9a418db20144fd022642493aa4d2c10df56787d9301d713f7b389235b97ae5f63c066271bd60da8d9321e23125ca6108307d5cbf35950ea197d983c125601a
6
+ metadata.gz: 56fbd2145ea889f6a77046daa05ec05f3c7c5c3b767acaa91a68f3cf548018e92454c9d09bde8fafa5f03828ce65a0e390d056d127d32ab16bfa69d6b2d07796
7
+ data.tar.gz: 3f736b86808c0e77e09bc723b07c4bbe32655193ef903dec97c9476a21001501942349cf607bfa07fbbf2c52e10c7d67086f3b6cf09b10496e175fb8253df090
Binary file
@@ -10,7 +10,7 @@
10
10
  #
11
11
  # It's strongly recommended that you check this file into your version control system.
12
12
 
13
- ActiveRecord::Schema.define(version: 2019_05_02_155418) do
13
+ ActiveRecord::Schema.define(version: 2019_06_12_145229) do
14
14
 
15
15
  create_table "active_storage_attachments", force: :cascade do |t|
16
16
  t.string "name", null: false
Binary file
@@ -1,108 +1,108 @@
1
-  (0.1ms) SELECT sqlite_version(*)
1
+  (0.2ms) SELECT sqlite_version(*)
2
2
  ↳ bin/rails:4
3
-  (4.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3
+  (7.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
4
  ↳ bin/rails:4
5
-  (4.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5
+  (16.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
6
6
  ↳ bin/rails:4
7
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
8
  ↳ bin/rails:4
9
- Migrating to CreateActiveStorageTables (20190502155359)
10
-  (0.1ms) begin transaction
9
+ Migrating to CreateActiveStorageTables (20190612145212)
10
+  (0.3ms) begin transaction
11
11
  ↳ bin/rails:4
12
-  (0.7ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
13
- ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:4
14
-  (0.2ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
15
- ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:4
16
-  (0.3ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057"
12
+  (1.0ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
13
+ ↳ db/migrate/20190612145212_create_active_storage_tables.active_storage.rb:4
14
+  (0.4ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
15
+ ↳ db/migrate/20190612145212_create_active_storage_tables.active_storage.rb:4
16
+  (0.4ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057"
17
17
  FOREIGN KEY ("blob_id")
18
18
  REFERENCES "active_storage_blobs" ("id")
19
19
  )
20
- ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:16
20
+ ↳ db/migrate/20190612145212_create_active_storage_tables.active_storage.rb:16
21
21
   (0.2ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
22
- ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:16
22
+ ↳ db/migrate/20190612145212_create_active_storage_tables.active_storage.rb:16
23
23
   (0.3ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
24
- ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:16
25
- ActiveRecord::SchemaMigration Create (2.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190502155359"]]
24
+ ↳ db/migrate/20190612145212_create_active_storage_tables.active_storage.rb:16
25
+ ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612145212"]]
26
26
  ↳ bin/rails:4
27
-  (4.1ms) commit transaction
27
+  (4.9ms) commit transaction
28
28
  ↳ bin/rails:4
29
- Migrating to CreateCmorContactContactRequests (20190502155418)
29
+ Migrating to CreateCmorContactContactRequests (20190612145229)
30
30
   (0.1ms) begin transaction
31
31
  ↳ bin/rails:4
32
-  (0.8ms) CREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
33
- ↳ db/migrate/20190502155418_create_cmor_contact_contact_requests.cmor_contact.rb:4
34
- ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190502155418"]]
32
+  (1.1ms) CREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
33
+ ↳ db/migrate/20190612145229_create_cmor_contact_contact_requests.cmor_contact.rb:4
34
+ ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612145229"]]
35
35
  ↳ bin/rails:4
36
-  (3.5ms) commit transaction
36
+  (16.1ms) commit transaction
37
37
  ↳ bin/rails:4
38
- ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
38
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
39
39
  ↳ bin/rails:4
40
-  (0.1ms) begin transaction
40
+  (0.2ms) begin transaction
41
41
  ↳ bin/rails:4
42
- ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-05-02 15:54:18.749281"], ["updated_at", "2019-05-02 15:54:18.749281"]]
42
+ ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 14:52:29.693267"], ["updated_at", "2019-06-12 14:52:29.693267"]]
43
43
  ↳ bin/rails:4
44
-  (3.9ms) commit transaction
44
+  (16.2ms) commit transaction
45
45
  ↳ bin/rails:4
46
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
46
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47
47
  ↳ bin/rails:4
48
48
   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
49
49
  ↳ bin/rails:4
50
-  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
50
+  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
51
51
  ↳ bin/rails:4
52
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53
53
  ↳ bin/rails:4
54
54
   (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
55
55
  ↳ bin/rails:4
56
56
   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
57
57
  ↳ bin/rails:4
58
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
58
+  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
59
59
  ↳ bin/rails:4
60
-  (0.1ms) DROP TABLE IF EXISTS "active_storage_attachments"
60
+  (0.2ms) DROP TABLE IF EXISTS "active_storage_attachments"
61
61
  ↳ db/schema.rb:15
62
-  (0.1ms) SELECT sqlite_version(*)
62
+  (0.2ms) SELECT sqlite_version(*)
63
63
  ↳ db/schema.rb:15
64
-  (4.1ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL)
64
+  (11.1ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL)
65
65
  ↳ db/schema.rb:15
66
-  (3.5ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
66
+  (14.8ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
67
67
  ↳ db/schema.rb:15
68
-  (4.6ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
68
+  (10.3ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
69
69
  ↳ db/schema.rb:15
70
70
   (0.2ms) DROP TABLE IF EXISTS "active_storage_blobs"
71
71
  ↳ db/schema.rb:25
72
72
   (4.1ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
73
73
  ↳ db/schema.rb:25
74
-  (4.5ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
74
+  (4.6ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
75
75
  ↳ db/schema.rb:25
76
-  (0.1ms) DROP TABLE IF EXISTS "cmor_contact_contact_requests"
76
+  (0.4ms) DROP TABLE IF EXISTS "cmor_contact_contact_requests"
77
77
  ↳ db/schema.rb:36
78
-  (4.1ms) CREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
78
+  (10.6ms) CREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
79
79
  ↳ db/schema.rb:36
80
-  (4.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
80
+  (8.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
81
81
  ↳ db/schema.rb:13
82
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
82
+  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
83
83
  ↳ db/schema.rb:13
84
-  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190502155418)
84
+  (6.4ms) INSERT INTO "schema_migrations" (version) VALUES (20190612145229)
85
85
  ↳ db/schema.rb:13
86
-  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES
87
- (20190502155359);
86
+  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES
87
+ (20190612145212);
88
88
 
89
89
  
90
90
  ↳ db/schema.rb:13
91
-  (3.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
91
+  (4.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
92
92
  ↳ db/schema.rb:13
93
- ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
93
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
94
94
  ↳ db/schema.rb:13
95
-  (0.0ms) begin transaction
95
+  (0.1ms) begin transaction
96
96
  ↳ db/schema.rb:13
97
- ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-05-02 15:54:18.834304"], ["updated_at", "2019-05-02 15:54:18.834304"]]
97
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 14:52:29.849071"], ["updated_at", "2019-06-12 14:52:29.849071"]]
98
98
  ↳ db/schema.rb:13
99
-  (4.6ms) commit transaction
99
+  (6.0ms) commit transaction
100
100
  ↳ db/schema.rb:13
101
101
  ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
102
102
  ↳ bin/rails:4
103
103
   (0.1ms) begin transaction
104
104
  ↳ bin/rails:4
105
- ActiveRecord::InternalMetadata Update (0.4ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-05-02 15:54:18.850229"], ["key", "environment"]]
105
+ ActiveRecord::InternalMetadata Update (0.3ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-06-12 14:52:29.861545"], ["key", "environment"]]
106
106
  ↳ bin/rails:4
107
-  (4.4ms) commit transaction
107
+  (6.1ms) commit transaction
108
108
  ↳ bin/rails:4
@@ -1,345 +1,345 @@
1
1
   (0.1ms) begin transaction
2
-  (0.1ms) SAVEPOINT active_record_1
3
- Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2019-05-02 15:49:26.096053"], ["created_at", "2019-05-02 15:54:26.123419"], ["updated_at", "2019-05-02 15:54:26.123419"]]
2
+  (0.3ms) SAVEPOINT active_record_1
3
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2019-06-12 14:47:36.320167"], ["created_at", "2019-06-12 14:52:36.345989"], ["updated_at", "2019-06-12 14:52:36.345989"]]
4
4
   (0.1ms) RELEASE SAVEPOINT active_record_1
5
5
  Cmor::Contact::ContactRequest Load (0.3ms) SELECT "cmor_contact_contact_requests".* FROM "cmor_contact_contact_requests" WHERE "cmor_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
6
-  (0.1ms) SAVEPOINT active_record_1
7
- Cmor::Contact::ContactRequest Update (0.2ms) UPDATE "cmor_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "cmor_contact_contact_requests"."id" = ? [["notified_at", "2019-05-02 15:54:26.162696"], ["updated_at", "2019-05-02 15:54:26.164057"], ["id", 1]]
8
-  (0.1ms) RELEASE SAVEPOINT active_record_1
9
-  (0.3ms) rollback transaction
10
-  (0.2ms) begin transaction
11
-  (0.1ms) SAVEPOINT active_record_1
12
- Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2019-05-02 15:49:26.180425"], ["created_at", "2019-05-02 15:54:26.182987"], ["updated_at", "2019-05-02 15:54:26.182987"]]
6
+  (0.2ms) SAVEPOINT active_record_1
7
+ Cmor::Contact::ContactRequest Update (0.6ms) UPDATE "cmor_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "cmor_contact_contact_requests"."id" = ? [["notified_at", "2019-06-12 14:52:36.383386"], ["updated_at", "2019-06-12 14:52:36.384791"], ["id", 1]]
13
8
   (0.1ms) RELEASE SAVEPOINT active_record_1
9
+  (0.2ms) rollback transaction
10
+  (0.1ms) begin transaction
11
+  (0.2ms) SAVEPOINT active_record_1
12
+ Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2019-06-12 14:47:36.397300"], ["created_at", "2019-06-12 14:52:36.398613"], ["updated_at", "2019-06-12 14:52:36.398613"]]
13
+  (0.3ms) RELEASE SAVEPOINT active_record_1
14
14
  Cmor::Contact::ContactRequest Load (0.1ms) SELECT "cmor_contact_contact_requests".* FROM "cmor_contact_contact_requests" WHERE "cmor_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
15
15
   (0.1ms) SAVEPOINT active_record_1
16
- Cmor::Contact::ContactRequest Update (0.2ms) UPDATE "cmor_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "cmor_contact_contact_requests"."id" = ? [["notified_at", "2019-05-02 15:54:26.185770"], ["updated_at", "2019-05-02 15:54:26.186442"], ["id", 1]]
16
+ Cmor::Contact::ContactRequest Update (1.5ms) UPDATE "cmor_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "cmor_contact_contact_requests"."id" = ? [["notified_at", "2019-06-12 14:52:36.401414"], ["updated_at", "2019-06-12 14:52:36.402256"], ["id", 1]]
17
17
   (0.1ms) RELEASE SAVEPOINT active_record_1
18
18
  Cmor::Contact::ContactRequest Load (0.1ms) SELECT "cmor_contact_contact_requests".* FROM "cmor_contact_contact_requests" WHERE "cmor_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
19
-  (0.5ms) rollback transaction
20
-  (0.1ms) begin transaction
21
-  (0.1ms) SAVEPOINT active_record_1
22
- Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2019-05-02 15:49:26.224882"], ["created_at", "2019-05-02 15:54:26.226881"], ["updated_at", "2019-05-02 15:54:26.226881"]]
23
-  (0.1ms) RELEASE SAVEPOINT active_record_1
24
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 8d509319-87fa-4f69-aacc-7644ea8da505) to Test(contact_requests) with arguments: 1
25
-  (0.2ms) rollback transaction
26
-  (0.1ms) begin transaction
19
+  (0.6ms) rollback transaction
20
+  (0.3ms) begin transaction
27
21
   (0.1ms) SAVEPOINT active_record_1
28
- Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2019-05-02 15:49:26.238689"], ["created_at", "2019-05-02 15:54:26.239932"], ["updated_at", "2019-05-02 15:54:26.239932"]]
29
-  (0.1ms) RELEASE SAVEPOINT active_record_1
30
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: ffd52a2c-622d-47de-9c98-1f13eb2d9351) to Test(contact_requests) with arguments: 1
31
-  (0.2ms) rollback transaction
32
-  (0.1ms) begin transaction
22
+ Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2019-06-12 14:47:36.438384"], ["created_at", "2019-06-12 14:52:36.441820"], ["updated_at", "2019-06-12 14:52:36.441820"]]
23
+  (0.2ms) RELEASE SAVEPOINT active_record_1
24
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 53616530-7ebd-414a-9217-a7431a015216) to Test(contact_requests) with arguments: 1
25
+  (0.3ms) rollback transaction
26
+  (0.2ms) begin transaction
27
+  (0.3ms) SAVEPOINT active_record_1
28
+ Cmor::Contact::ContactRequest Create (2.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2019-06-12 14:47:36.465113"], ["created_at", "2019-06-12 14:52:36.467438"], ["updated_at", "2019-06-12 14:52:36.467438"]]
29
+  (0.4ms) RELEASE SAVEPOINT active_record_1
30
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: fc62f6c4-6f8b-4ec6-ae76-068a84c28808) to Test(contact_requests) with arguments: 1
31
+  (0.6ms) rollback transaction
32
+  (0.3ms) begin transaction
33
33
   (0.1ms) SAVEPOINT active_record_1
34
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:26.846425"], ["updated_at", "2019-05-02 15:54:26.846425"]]
35
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 7ed02ee6-5264-4922-9617-bf9fb76aec96) to Test(contact_requests) with arguments: 1
34
+ Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.153888"], ["updated_at", "2019-06-12 14:52:37.153888"]]
35
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 5725344f-5f3f-4b19-bea9-ff4b3607bafd) to Test(contact_requests) with arguments: 1
36
36
   (0.1ms) RELEASE SAVEPOINT active_record_1
37
37
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
38
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.1ms)
39
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 37.1ms
40
-  (0.2ms) rollback transaction
41
-  (0.1ms) begin transaction
42
-  (0.1ms) SAVEPOINT active_record_1
43
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:26.898696"], ["updated_at", "2019-05-02 15:54:26.898696"]]
44
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: b998408d-84b1-4dc3-a469-1d9ccbe3bb5c) to Test(contact_requests) with arguments: 1
45
-  (0.1ms) RELEASE SAVEPOINT active_record_1
38
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.7ms)
39
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 36.4ms
40
+  (0.5ms) rollback transaction
41
+  (0.2ms) begin transaction
42
+  (0.3ms) SAVEPOINT active_record_1
43
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.219356"], ["updated_at", "2019-06-12 14:52:37.219356"]]
44
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: f817c350-0e1b-46a2-aa7c-c6cfcfb75ba4) to Test(contact_requests) with arguments: 1
45
+  (0.2ms) RELEASE SAVEPOINT active_record_1
46
46
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
47
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.2ms)
48
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 5.0ms
49
-  (0.2ms) rollback transaction
47
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.8ms)
48
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 8.0ms
49
+  (0.5ms) rollback transaction
50
50
   (0.1ms) begin transaction
51
51
   (0.1ms) SAVEPOINT active_record_1
52
- Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:26.920505"], ["updated_at", "2019-05-02 15:54:26.920505"]]
53
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 394d334e-f357-45df-bca0-49f96c6873fe) to Test(contact_requests) with arguments: 1
52
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.247253"], ["updated_at", "2019-06-12 14:52:37.247253"]]
53
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 6ba302fa-6186-4939-b743-e70be5e9b83a) to Test(contact_requests) with arguments: 1
54
54
   (0.1ms) RELEASE SAVEPOINT active_record_1
55
55
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
56
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.5ms)
57
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
56
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.8ms)
57
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 6.5ms
58
+  (0.4ms) rollback transaction
59
+  (0.2ms) begin transaction
60
+  (0.3ms) SAVEPOINT active_record_1
61
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.282835"], ["updated_at", "2019-06-12 14:52:37.282835"]]
62
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 5171f89b-47c6-45de-aaef-04f5f6a02f89) to Test(contact_requests) with arguments: 1
63
+  (0.2ms) RELEASE SAVEPOINT active_record_1
64
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
65
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.1ms)
66
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 9.2ms
67
+  (0.4ms) rollback transaction
68
+  (1.1ms) begin transaction
69
+  (0.2ms) SAVEPOINT active_record_1
70
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.314510"], ["updated_at", "2019-06-12 14:52:37.314510"]]
71
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 8064173f-540f-4365-a4f5-4eb16dfd72d6) to Test(contact_requests) with arguments: 1
72
+  (0.3ms) RELEASE SAVEPOINT active_record_1
73
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
74
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.1ms)
75
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 6.1ms
58
76
   (0.2ms) rollback transaction
59
77
   (0.1ms) begin transaction
60
-  (0.1ms) SAVEPOINT active_record_1
61
- Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:26.934891"], ["updated_at", "2019-05-02 15:54:26.934891"]]
62
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: d14de733-e701-48d8-9a1f-1424a6c420a7) to Test(contact_requests) with arguments: 1
63
-  (0.1ms) RELEASE SAVEPOINT active_record_1
78
+  (0.2ms) SAVEPOINT active_record_1
79
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.361898"], ["updated_at", "2019-06-12 14:52:37.361898"]]
80
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 7cb77182-50af-4cd6-88e7-fd043a40a7b5) to Test(contact_requests) with arguments: 1
81
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64
82
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
65
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
66
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 3.9ms
67
-  (0.2ms) rollback transaction
83
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.6ms)
84
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 6.5ms
85
+  (0.3ms) rollback transaction
68
86
   (0.1ms) begin transaction
69
87
   (0.1ms) SAVEPOINT active_record_1
70
- Cmor::Contact::ContactRequest Create (1.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:26.950499"], ["updated_at", "2019-05-02 15:54:26.950499"]]
71
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 11073bdd-92f9-479c-b9c8-2e4a9f1f7bac) to Test(contact_requests) with arguments: 1
88
+ Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.380837"], ["updated_at", "2019-06-12 14:52:37.380837"]]
89
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: c8c43aac-b270-452f-8fb6-948d2cefa222) to Test(contact_requests) with arguments: 1
72
90
   (0.1ms) RELEASE SAVEPOINT active_record_1
73
91
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
74
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
75
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 3.8ms
76
-  (0.2ms) rollback transaction
77
-  (0.3ms) begin transaction
78
-  (0.1ms) SAVEPOINT active_record_1
79
- Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:26.966925"], ["updated_at", "2019-05-02 15:54:26.966925"]]
80
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 6c43f52b-8787-4e66-9066-65cfbfbf58d7) to Test(contact_requests) with arguments: 1
81
-  (0.0ms) RELEASE SAVEPOINT active_record_1
82
- Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
83
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.8ms)
92
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.0ms)
84
93
  Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 5.3ms
85
-  (0.1ms) rollback transaction
94
+  (0.3ms) rollback transaction
86
95
   (0.1ms) begin transaction
87
96
   (0.1ms) SAVEPOINT active_record_1
88
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:26.984100"], ["updated_at", "2019-05-02 15:54:26.984100"]]
89
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 82f8cd9b-d999-47f8-ae8e-c6972d0e6912) to Test(contact_requests) with arguments: 1
97
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.401192"], ["updated_at", "2019-06-12 14:52:37.401192"]]
98
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 31f2c03a-baef-429b-aecc-c456a69d4d8d) to Test(contact_requests) with arguments: 1
99
+  (0.5ms) RELEASE SAVEPOINT active_record_1
100
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
101
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.0ms)
102
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 7.8ms
103
+  (0.5ms) rollback transaction
104
+  (0.2ms) begin transaction
105
+  (0.2ms) SAVEPOINT active_record_1
106
+ Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.453969"], ["updated_at", "2019-06-12 14:52:37.453969"]]
107
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 8073a4eb-9734-483d-9d6a-aaf0ac0cc1c8) to Test(contact_requests) with arguments: 1
90
108
   (0.2ms) RELEASE SAVEPOINT active_record_1
91
109
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
92
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
93
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 3.9ms
94
-  (0.2ms) rollback transaction
110
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (7.5ms)
111
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 10.5ms
112
+  (0.8ms) rollback transaction
95
113
   (0.1ms) begin transaction
114
+  (0.9ms) SAVEPOINT active_record_1
115
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.485781"], ["updated_at", "2019-06-12 14:52:37.485781"]]
116
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 3dafaafc-384c-425f-97f1-cb883a6b0b71) to Test(contact_requests) with arguments: 1
117
+  (0.0ms) RELEASE SAVEPOINT active_record_1
118
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
119
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.8ms)
120
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 15.0ms
121
+  (0.6ms) rollback transaction
122
+  (0.2ms) begin transaction
96
123
   (0.2ms) SAVEPOINT active_record_1
97
- Cmor::Contact::ContactRequest Create (1.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:26.999759"], ["updated_at", "2019-05-02 15:54:26.999759"]]
98
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 4f39a8fc-ab0f-4d6c-818a-04c552b50222) to Test(contact_requests) with arguments: 1
124
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.519016"], ["updated_at", "2019-06-12 14:52:37.519016"]]
125
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 4b044b03-afdc-4198-9faa-c0b6281f2446) to Test(contact_requests) with arguments: 1
99
126
   (0.1ms) RELEASE SAVEPOINT active_record_1
100
127
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
101
128
  Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.6ms)
102
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.3ms
103
-  (0.2ms) rollback transaction
129
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 5.7ms
130
+  (0.3ms) rollback transaction
104
131
   (0.1ms) begin transaction
105
-  (0.8ms) SAVEPOINT active_record_1
106
- Cmor::Contact::ContactRequest Create (1.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.016257"], ["updated_at", "2019-05-02 15:54:27.016257"]]
107
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 74e2b5e7-ef4e-4556-b027-8d4d58f36247) to Test(contact_requests) with arguments: 1
132
+  (0.1ms) SAVEPOINT active_record_1
133
+ Cmor::Contact::ContactRequest Create (1.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.550556"], ["updated_at", "2019-06-12 14:52:37.550556"]]
134
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 6cd3b674-4064-41e4-bef5-7a5373ce83f0) to Test(contact_requests) with arguments: 1
108
135
   (0.1ms) RELEASE SAVEPOINT active_record_1
109
136
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
110
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
111
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.2ms
112
-  (0.2ms) rollback transaction
137
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.7ms)
138
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 5.6ms
139
+  (0.8ms) rollback transaction
113
140
   (0.2ms) begin transaction
114
-  (0.1ms) SAVEPOINT active_record_1
115
- Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.030019"], ["updated_at", "2019-05-02 15:54:27.030019"]]
116
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: c285dd50-fdfd-4df8-80a3-31cf7dbd0586) to Test(contact_requests) with arguments: 1
141
+  (0.3ms) SAVEPOINT active_record_1
142
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.585786"], ["updated_at", "2019-06-12 14:52:37.585786"]]
143
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: de9fdafe-3401-49d2-b851-b9b9b7fa96c9) to Test(contact_requests) with arguments: 1
117
144
   (0.1ms) RELEASE SAVEPOINT active_record_1
118
145
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
119
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
120
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.7ms
121
-  (0.2ms) rollback transaction
122
-  (0.1ms) begin transaction
146
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (7.1ms)
147
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 9.4ms
148
+  (0.3ms) rollback transaction
149
+  (0.2ms) begin transaction
123
150
   (0.2ms) SAVEPOINT active_record_1
124
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.045514"], ["updated_at", "2019-05-02 15:54:27.045514"]]
125
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 926ca943-51aa-49dd-979d-34b3e9f178ac) to Test(contact_requests) with arguments: 1
126
-  (0.1ms) RELEASE SAVEPOINT active_record_1
127
- Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
128
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.9ms)
129
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 3.9ms
130
-  (0.1ms) rollback transaction
131
-  (0.1ms) begin transaction
132
-  (0.1ms) SAVEPOINT active_record_1
133
- Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.060534"], ["updated_at", "2019-05-02 15:54:27.060534"]]
134
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: ec89d789-6b1e-4737-bd2a-74c513edd94a) to Test(contact_requests) with arguments: 1
135
-  (0.1ms) RELEASE SAVEPOINT active_record_1
151
+ Cmor::Contact::ContactRequest Create (1.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.614223"], ["updated_at", "2019-06-12 14:52:37.614223"]]
152
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: cb94301c-9899-4609-9b5d-c041753a0d41) to Test(contact_requests) with arguments: 1
153
+  (0.4ms) RELEASE SAVEPOINT active_record_1
136
154
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
137
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
138
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.7ms
139
-  (0.2ms) rollback transaction
140
-  (0.4ms) begin transaction
141
-  (0.1ms) SAVEPOINT active_record_1
142
- Cmor::Contact::ContactRequest Create (1.2ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.074031"], ["updated_at", "2019-05-02 15:54:27.074031"]]
143
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 2004b421-f1f4-4398-a1b5-3fae7e9f39fe) to Test(contact_requests) with arguments: 1
144
-  (0.2ms) RELEASE SAVEPOINT active_record_1
155
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (14.7ms)
156
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 19.8ms
157
+  (0.6ms) rollback transaction
158
+  (0.3ms) begin transaction
159
+  (0.2ms) SAVEPOINT active_record_1
160
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.674701"], ["updated_at", "2019-06-12 14:52:37.674701"]]
161
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: ec08297a-a145-4b63-b99b-b6f4a89017b2) to Test(contact_requests) with arguments: 1
162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
145
163
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
146
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.5ms)
147
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 3.8ms
148
-  (0.2ms) rollback transaction
164
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.1ms)
165
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 7.1ms
166
+  (0.4ms) rollback transaction
149
167
   (0.8ms) begin transaction
150
-  (0.1ms) SAVEPOINT active_record_1
151
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.087376"], ["updated_at", "2019-05-02 15:54:27.087376"]]
152
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 4cd204da-aeb3-47d8-b249-a92d8145e1a7) to Test(contact_requests) with arguments: 1
153
-  (0.1ms) RELEASE SAVEPOINT active_record_1
154
- Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
155
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.1ms)
156
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 3.5ms
157
-  (0.2ms) rollback transaction
158
-  (0.1ms) begin transaction
159
-  (0.1ms) SAVEPOINT active_record_1
160
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.099817"], ["updated_at", "2019-05-02 15:54:27.099817"]]
161
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 71cc6fc4-a1af-45c1-8f61-70357902b9d2) to Test(contact_requests) with arguments: 1
168
+  (0.3ms) SAVEPOINT active_record_1
169
+ Cmor::Contact::ContactRequest Create (1.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.703383"], ["updated_at", "2019-06-12 14:52:37.703383"]]
170
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 62154462-df96-48a2-9aa2-9fb6546c9271) to Test(contact_requests) with arguments: 1
162
171
   (0.1ms) RELEASE SAVEPOINT active_record_1
163
172
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
164
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.1ms)
165
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.0ms
166
-  (0.2ms) rollback transaction
173
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.1ms)
174
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 16.4ms
175
+  (0.4ms) rollback transaction
167
176
   (0.1ms) begin transaction
168
-  (0.1ms) SAVEPOINT active_record_1
169
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.112819"], ["updated_at", "2019-05-02 15:54:27.112819"]]
170
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: d2905b2f-4348-4531-a6dc-0f1d76e1b30f) to Test(contact_requests) with arguments: 1
171
-  (0.1ms) RELEASE SAVEPOINT active_record_1
177
+  (0.2ms) SAVEPOINT active_record_1
178
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.736427"], ["updated_at", "2019-06-12 14:52:37.736427"]]
179
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 0005bc0b-e9df-43a7-95a4-8854c6a8baf9) to Test(contact_requests) with arguments: 1
180
+  (0.2ms) RELEASE SAVEPOINT active_record_1
172
181
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
173
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
174
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.2ms
175
-  (0.2ms) rollback transaction
176
-  (0.1ms) begin transaction
182
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.4ms)
183
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 7.6ms
184
+  (0.3ms) rollback transaction
185
+  (0.2ms) begin transaction
177
186
   (0.1ms) SAVEPOINT active_record_1
178
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.126718"], ["updated_at", "2019-05-02 15:54:27.126718"]]
179
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 4414d17c-c1af-4789-98f2-bff743482a91) to Test(contact_requests) with arguments: 1
187
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.759750"], ["updated_at", "2019-06-12 14:52:37.759750"]]
188
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: ac7852a6-8d66-4f92-ad58-4f71033632df) to Test(contact_requests) with arguments: 1
180
189
   (0.1ms) RELEASE SAVEPOINT active_record_1
181
190
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
182
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.4ms)
183
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.2ms
184
-  (0.2ms) rollback transaction
185
-  (0.1ms) begin transaction
186
-  (0.1ms) SAVEPOINT active_record_1
187
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.140252"], ["updated_at", "2019-05-02 15:54:27.140252"]]
188
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 988e6441-bc6d-4936-a2da-61d932391b2a) to Test(contact_requests) with arguments: 1
191
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.0ms)
192
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.9ms
193
+  (1.6ms) rollback transaction
194
+  (0.3ms) begin transaction
195
+  (0.4ms) SAVEPOINT active_record_1
196
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.801170"], ["updated_at", "2019-06-12 14:52:37.801170"]]
197
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 7d9d231f-2bae-485f-b288-43db9a0e7aa6) to Test(contact_requests) with arguments: 1
189
198
   (0.1ms) RELEASE SAVEPOINT active_record_1
190
199
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
191
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.9ms)
192
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 3.7ms
193
-  (0.2ms) rollback transaction
200
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.7ms)
201
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 5.4ms
202
+  (0.4ms) rollback transaction
194
203
   (0.2ms) begin transaction
195
204
   (0.2ms) SAVEPOINT active_record_1
196
- Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.156908"], ["updated_at", "2019-05-02 15:54:27.156908"]]
197
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: eb88d6a5-cedf-4629-857b-19c07d4f4e8e) to Test(contact_requests) with arguments: 1
198
-  (0.1ms) RELEASE SAVEPOINT active_record_1
199
- Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
200
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.1ms)
201
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.5ms
202
-  (0.2ms) rollback transaction
203
-  (0.6ms) begin transaction
204
-  (0.1ms) SAVEPOINT active_record_1
205
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.172553"], ["updated_at", "2019-05-02 15:54:27.172553"]]
206
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 7354f7c2-c063-4081-87ce-262bebb1b47a) to Test(contact_requests) with arguments: 1
207
-  (0.1ms) RELEASE SAVEPOINT active_record_1
205
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.838119"], ["updated_at", "2019-06-12 14:52:37.838119"]]
206
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 1e1538b6-341d-459c-86d6-0425abda8e66) to Test(contact_requests) with arguments: 1
207
+  (0.2ms) RELEASE SAVEPOINT active_record_1
208
208
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
209
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.1ms)
210
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.0ms
209
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
210
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 5.6ms
211
211
   (0.2ms) rollback transaction
212
212
   (0.1ms) begin transaction
213
213
   (0.1ms) SAVEPOINT active_record_1
214
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.187247"], ["updated_at", "2019-05-02 15:54:27.187247"]]
215
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 08a2c94a-4098-49f9-b02a-f6e1cd9281bb) to Test(contact_requests) with arguments: 1
214
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.859207"], ["updated_at", "2019-06-12 14:52:37.859207"]]
215
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: cf82ecc1-438f-4a95-828b-ba2070ad64b9) to Test(contact_requests) with arguments: 1
216
216
   (0.1ms) RELEASE SAVEPOINT active_record_1
217
217
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
218
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
219
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.0ms
218
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.2ms)
219
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 6.5ms
220
220
   (0.4ms) rollback transaction
221
-  (0.2ms) begin transaction
221
+  (0.9ms) begin transaction
222
222
   (0.1ms) SAVEPOINT active_record_1
223
- Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.212578"], ["updated_at", "2019-05-02 15:54:27.212578"]]
224
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 015019d6-ae75-4dc4-9bdc-94e1e676a490) to Test(contact_requests) with arguments: 1
225
-  (0.1ms) RELEASE SAVEPOINT active_record_1
223
+ Cmor::Contact::ContactRequest Create (0.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.893718"], ["updated_at", "2019-06-12 14:52:37.893718"]]
224
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: ee24caf7-9939-4b6e-8feb-0a0e2b831624) to Test(contact_requests) with arguments: 1
225
+  (0.2ms) RELEASE SAVEPOINT active_record_1
226
226
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
227
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
228
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 4.2ms
227
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.1ms)
228
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 6.9ms
229
229
   (0.5ms) rollback transaction
230
-  (0.2ms) begin transaction
230
+  (0.1ms) begin transaction
231
231
   (0.3ms) SAVEPOINT active_record_1
232
- Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.238679"], ["updated_at", "2019-05-02 15:54:27.238679"]]
233
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 37994363-fa5d-4e75-ac12-98522df508fe) to Test(contact_requests) with arguments: 1
234
-  (0.2ms) RELEASE SAVEPOINT active_record_1
232
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:37.917296"], ["updated_at", "2019-06-12 14:52:37.917296"]]
233
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 8d3364c7-f917-4f7e-acb2-ade091d200d8) to Test(contact_requests) with arguments: 1
234
+  (0.3ms) RELEASE SAVEPOINT active_record_1
235
235
  Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
236
- Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.0ms)
237
- Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 5.7ms
236
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.2ms)
237
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 8.8ms
238
238
   (0.5ms) rollback transaction
239
-  (0.2ms) begin transaction
240
-  (0.1ms) rollback transaction
241
-  (0.1ms) begin transaction
242
-  (0.1ms) rollback transaction
243
-  (0.1ms) begin transaction
244
-  (0.1ms) rollback transaction
245
-  (0.1ms) begin transaction
246
-  (0.1ms) rollback transaction
247
239
   (0.1ms) begin transaction
248
-  (0.1ms) rollback transaction
240
+  (0.2ms) rollback transaction
249
241
   (0.1ms) begin transaction
250
242
   (0.1ms) rollback transaction
243
+  (0.3ms) begin transaction
244
+  (0.2ms) rollback transaction
251
245
   (0.1ms) begin transaction
252
246
   (0.1ms) rollback transaction
253
-  (0.1ms) begin transaction
254
-  (0.4ms) rollback transaction
255
-  (0.1ms) begin transaction
247
+  (0.2ms) begin transaction
256
248
   (0.1ms) rollback transaction
249
+  (0.3ms) begin transaction
250
+  (0.0ms) rollback transaction
257
251
   (0.1ms) begin transaction
258
-  (0.2ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
259
-  (0.1ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
260
252
   (0.1ms) rollback transaction
261
253
   (0.1ms) begin transaction
262
254
   (0.1ms) rollback transaction
263
-  (1.0ms) begin transaction
264
-  (0.1ms) SAVEPOINT active_record_1
265
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.423568"], ["updated_at", "2019-05-02 15:54:27.423568"]]
266
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: ea8446c1-27bb-45ff-8d57-13693a5f7358) to Test(contact_requests) with arguments: 1
267
-  (0.1ms) RELEASE SAVEPOINT active_record_1
268
-  (0.2ms) rollback transaction
269
255
   (0.1ms) begin transaction
270
256
   (0.1ms) rollback transaction
271
257
   (0.1ms) begin transaction
272
-  (0.2ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
273
-  (0.1ms) SAVEPOINT active_record_1
274
- Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.437246"], ["updated_at", "2019-05-02 15:54:27.437246"]]
275
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: c92913a1-3b59-4040-9761-45eed8d2218d) to Test(contact_requests) with arguments: 1
276
-  (0.1ms) RELEASE SAVEPOINT active_record_1
277
-  (0.1ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
258
+  (0.8ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
259
+  (0.4ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
278
260
   (0.3ms) rollback transaction
279
261
   (0.4ms) begin transaction
280
-  (0.1ms) SAVEPOINT active_record_1
281
- Cmor::Contact::ContactRequest Create (1.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.470835"], ["updated_at", "2019-05-02 15:54:27.470835"]]
282
-  (0.1ms) RELEASE SAVEPOINT active_record_1
283
262
   (0.2ms) rollback transaction
284
263
   (0.1ms) begin transaction
285
-  (0.1ms) rollback transaction
286
-  (0.1ms) begin transaction
287
-  (0.1ms) rollback transaction
288
-  (0.1ms) begin transaction
289
-  (0.1ms) rollback transaction
290
-  (0.4ms) begin transaction
291
-  (0.1ms) rollback transaction
292
-  (0.1ms) begin transaction
293
264
   (0.1ms) SAVEPOINT active_record_1
294
- Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-05-02 15:54:27.504977"], ["updated_at", "2019-05-02 15:54:27.504977"]]
295
- [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 65527a02-c24c-437c-bbf9-556f9439c44a) to Test(contact_requests) with arguments: 1
296
-  (0.1ms) RELEASE SAVEPOINT active_record_1
297
-  (0.2ms) rollback transaction
298
-  (0.1ms) begin transaction
299
-  (0.1ms) rollback transaction
300
-  (0.1ms) begin transaction
301
-  (0.1ms) rollback transaction
302
-  (0.1ms) begin transaction
303
-  (0.2ms) rollback transaction
304
-  (0.1ms) begin transaction
265
+ Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:38.284892"], ["updated_at", "2019-06-12 14:52:38.284892"]]
266
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 3e2c42ec-654d-4719-bc46-83bd9acd02f6) to Test(contact_requests) with arguments: 1
267
+  (0.2ms) RELEASE SAVEPOINT active_record_1
268
+  (0.3ms) rollback transaction
269
+  (0.2ms) begin transaction
305
270
   (0.1ms) rollback transaction
306
271
   (0.1ms) begin transaction
272
+  (1.2ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
273
+  (0.1ms) SAVEPOINT active_record_1
274
+ Cmor::Contact::ContactRequest Create (1.1ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:38.313009"], ["updated_at", "2019-06-12 14:52:38.313009"]]
275
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: bd54174c-8501-4a14-b8c6-a8e602a8018b) to Test(contact_requests) with arguments: 1
276
+  (0.3ms) RELEASE SAVEPOINT active_record_1
277
+  (1.5ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
278
+  (9.6ms) rollback transaction
279
+  (0.1ms) begin transaction
280
+  (0.6ms) SAVEPOINT active_record_1
281
+ Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:38.365067"], ["updated_at", "2019-06-12 14:52:38.365067"]]
282
+  (0.2ms) RELEASE SAVEPOINT active_record_1
307
283
   (0.2ms) rollback transaction
308
-  (0.1ms) begin transaction
309
-  (0.1ms) rollback transaction
310
-  (0.1ms) begin transaction
311
-  (0.1ms) rollback transaction
312
-  (0.1ms) begin transaction
313
-  (0.1ms) rollback transaction
314
-  (0.1ms) begin transaction
315
-  (0.1ms) rollback transaction
316
-  (0.1ms) begin transaction
317
-  (0.1ms) rollback transaction
318
-  (0.1ms) begin transaction
319
-  (0.1ms) rollback transaction
320
-  (0.1ms) begin transaction
321
-  (0.1ms) rollback transaction
322
-  (0.1ms) begin transaction
323
-  (0.1ms) rollback transaction
324
-  (0.1ms) begin transaction
284
+  (0.2ms) begin transaction
325
285
   (0.1ms) rollback transaction
326
-  (0.1ms) begin transaction
286
+  (0.3ms) begin transaction
327
287
   (0.1ms) rollback transaction
328
288
   (0.1ms) begin transaction
329
289
   (0.1ms) rollback transaction
330
290
   (0.1ms) begin transaction
291
+  (0.8ms) rollback transaction
292
+  (0.3ms) begin transaction
293
+  (0.3ms) SAVEPOINT active_record_1
294
+ Cmor::Contact::ContactRequest Create (4.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2019-06-12 14:52:38.455230"], ["updated_at", "2019-06-12 14:52:38.455230"]]
295
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 64567e00-cd6a-44f0-b211-d2df43fb0ed2) to Test(contact_requests) with arguments: 1
296
+  (0.3ms) RELEASE SAVEPOINT active_record_1
331
297
   (0.4ms) rollback transaction
332
-  (0.1ms) begin transaction
333
-  (0.1ms) rollback transaction
334
-  (0.1ms) begin transaction
298
+  (0.2ms) begin transaction
335
299
   (0.1ms) rollback transaction
336
-  (0.1ms) begin transaction
300
+  (0.5ms) begin transaction
301
+  (0.2ms) rollback transaction
302
+  (0.2ms) begin transaction
303
+  (0.2ms) rollback transaction
304
+  (0.2ms) begin transaction
337
305
   (0.1ms) rollback transaction
338
-  (0.1ms) begin transaction
306
+  (0.2ms) begin transaction
307
+  (0.2ms) rollback transaction
308
+  (0.2ms) begin transaction
309
+  (0.2ms) rollback transaction
310
+  (0.2ms) begin transaction
311
+  (0.2ms) rollback transaction
312
+  (0.3ms) begin transaction
313
+  (0.3ms) rollback transaction
314
+  (0.3ms) begin transaction
315
+  (0.2ms) rollback transaction
316
+  (0.2ms) begin transaction
339
317
   (0.1ms) rollback transaction
340
318
   (0.1ms) begin transaction
319
+  (0.2ms) rollback transaction
320
+  (0.3ms) begin transaction
321
+  (0.3ms) rollback transaction
322
+  (0.5ms) begin transaction
323
+  (0.5ms) rollback transaction
324
+  (0.3ms) begin transaction
341
325
   (0.1ms) rollback transaction
326
+  (0.3ms) begin transaction
327
+  (0.3ms) rollback transaction
328
+  (0.2ms) begin transaction
329
+  (0.3ms) rollback transaction
330
+  (0.4ms) begin transaction
331
+  (0.2ms) rollback transaction
332
+  (0.2ms) begin transaction
333
+  (0.2ms) rollback transaction
334
+  (0.4ms) begin transaction
335
+  (0.2ms) rollback transaction
342
336
   (0.1ms) begin transaction
343
337
   (0.1ms) rollback transaction
344
-  (0.1ms) begin transaction
338
+  (0.3ms) begin transaction
345
339
   (0.1ms) rollback transaction
340
+  (0.2ms) begin transaction
341
+  (0.2ms) rollback transaction
342
+  (0.3ms) begin transaction
343
+  (0.4ms) rollback transaction
344
+  (0.4ms) begin transaction
345
+  (0.2ms) rollback transaction
@@ -1 +1 @@
1
- f38b8a250463fc4e5ea4976795c401781bd50b4d7b1cd052b302f3a3582ae43f66cb695fc8972b6173703fee052fab3ef89f9defbfdac4fdf1e2ba2f091b86d7
1
+ 80e79843983e046b32b98be3e11fe7620f1f060e2f5c92b19558daf09065ec600aecfe5d009d20ad9f1a76394901015253f4de119718efd611d6162874b530aa
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmor_contact
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10.pre
4
+ version: 0.0.11.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-02 00:00:00.000000000 Z
11
+ date: 2019-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.10.pre
33
+ version: 0.0.11.pre
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.0.10.pre
40
+ version: 0.0.11.pre
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: cmor_core_frontend
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.0.10.pre
47
+ version: 0.0.11.pre
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.0.10.pre
54
+ version: 0.0.11.pre
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sqlite3
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -382,8 +382,8 @@ files:
382
382
  - spec/dummy/config/spring.rb
383
383
  - spec/dummy/config/storage.yml
384
384
  - spec/dummy/db/development.sqlite3
385
- - spec/dummy/db/migrate/20190502155359_create_active_storage_tables.active_storage.rb
386
- - spec/dummy/db/migrate/20190502155418_create_cmor_contact_contact_requests.cmor_contact.rb
385
+ - spec/dummy/db/migrate/20190612145212_create_active_storage_tables.active_storage.rb
386
+ - spec/dummy/db/migrate/20190612145229_create_cmor_contact_contact_requests.cmor_contact.rb
387
387
  - spec/dummy/db/schema.rb
388
388
  - spec/dummy/db/test.sqlite3
389
389
  - spec/dummy/log/development.log