ecm_contact2 5.1.3 → 5.2.0

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
  SHA1:
3
- metadata.gz: 58b84fc812068ad7ae249c62b86b7356995ab7f9
4
- data.tar.gz: 96dd645cb37740ad59cb19e6e203d383e76b8ed3
3
+ metadata.gz: 5a6854fa201c6072f8c816fec72cc84aed91c63d
4
+ data.tar.gz: e2982ebb8348b16bb670d8a3a4dd2e516a4e9b42
5
5
  SHA512:
6
- metadata.gz: ed8f94a45b9703ef41918079f69eb6c51c60a46e9ba570bc049151d03d1d249aab78e6da7e468d14caf548dcf6564a8b0f3426bfb3d9c02951cf51f8d44f9a22
7
- data.tar.gz: 231219713cdee4f6e106e593757481a012ba4f706ea56cb3b4dde33b06ed305ce2b1fb1bedd568a2c7a9c9121345cb5b685d7d2487238973c059caaf1e8bc39c
6
+ metadata.gz: a1fa7b8211c0e29229e4e6ee4306f46d84c83c4a10bb9a3749213c1c27a675e9bdca87071dec8d24e0f77f131d0766433001aec6b4635db0a0fc35940df106a0
7
+ data.tar.gz: c6aebca107d38c28d8bfc334d8cf1d47d3c19d401577ce1920509096b95c30605b1bf380b2fd059bc1fe07a3ce8aa046891083858d5e67dcfa9b931a27282eb2
@@ -52,22 +52,6 @@ module Ecm
52
52
  def after_create_url
53
53
  Ecm::Contact::Configuration.after_create_url.call(self)
54
54
  end
55
-
56
- # def index
57
- # @title = I18n.t('ecm.contact.request.index.title')
58
- # @contact_request = ContactRequest.new
59
- # end
60
-
61
- # def create
62
- # @title = I18n.t('ecm.contact.request.index.title')
63
- # @contact_request = ContactRequest.new(permitted_params)
64
-
65
- # if @contact_request.deliver
66
- # redirect_to(after_create_url, notice: -> { I18n.t('ecm.contact.form.messages.delivered') }.call)
67
- # else
68
- # render :index
69
- # end
70
- # end
71
55
  end
72
56
  end
73
57
  end
@@ -1,5 +1,7 @@
1
1
  %h1= t('.title')
2
2
 
3
+ = Ecm::Contact::Configuration.additional_contact_information.call(self) if Ecm::Contact::Configuration.additional_contact_information.respond_to?(:call)
4
+
3
5
  = simple_form_for(@resource) do |f|
4
6
  = render 'form_errors', resource: f.object
5
7
  = render 'form', form: f
@@ -49,7 +49,7 @@ module Ecm
49
49
  end
50
50
 
51
51
  mattr_accessor :after_create_url do
52
- ->(controller) { controller.url_for(action: index) }
52
+ ->(controller) { controller.root_path }
53
53
  end
54
54
 
55
55
  def recipients=(recipients)
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Contact
3
- VERSION = '5.1.3'.freeze
3
+ VERSION = '5.2.0'.freeze
4
4
  end
5
5
  end
@@ -61,7 +61,7 @@ Ecm::Contact.configure do |config|
61
61
 
62
62
  # Add additional information to the contact form. This will be printed
63
63
  # between the heading and the form. You should provide a proc, or
64
- # an object, that reponds to #call. The view ist provided as paramter.
64
+ # an object, that reponds to #call. The view ist provided as parameter.
65
65
  #
66
66
  # Example: config.additional_contact_information = lambda { |view| view.render 'additional_contact_information' }
67
67
  #
@@ -71,9 +71,9 @@ Ecm::Contact.configure do |config|
71
71
 
72
72
  # url to redirect to after successful contact request.
73
73
  #
74
- # default: config.after_create_url = ->(controller) { controller.url_for(action: :index) }
74
+ # default: config.after_create_url = ->(controller) { controller.root_path }
75
75
  #
76
- config.after_create_url = ->(controller) { controller.url_for(action: :index) }
76
+ config.after_create_url = ->(controller) { controller.root_path }
77
77
 
78
78
  # Set the sender address.
79
79
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_contact2
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.3
4
+ version: 5.2.0
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: 2018-03-12 00:00:00.000000000 Z
11
+ date: 2018-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -284,8 +284,6 @@ files:
284
284
  - spec/dummy/db/migrate/20170813150718_create_ecm_contact_contact_requests.ecm_contact.rb
285
285
  - spec/dummy/db/schema.rb
286
286
  - spec/dummy/db/test.sqlite3
287
- - spec/dummy/log/development.log
288
- - spec/dummy/log/test.log
289
287
  - spec/dummy/package.json
290
288
  - spec/dummy/public/404.html
291
289
  - spec/dummy/public/422.html
@@ -326,7 +324,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
326
324
  version: '0'
327
325
  requirements: []
328
326
  rubyforge_project:
329
- rubygems_version: 2.5.1
327
+ rubygems_version: 2.6.11
330
328
  signing_key:
331
329
  specification_version: 4
332
330
  summary: Ecm Contact Module.
@@ -1,193 +0,0 @@
1
-  (0.1ms) SELECT sqlite_version(*)
2
-  (6.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3
-  (4.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
4
-  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
5
- Migrating to CreateEcmContactContactRequests (20170813150718)
6
-  (0.1ms) begin transaction
7
-  (0.8ms) CREATE TABLE "ecm_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, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8
- SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170813150718"]]
9
-  (3.3ms) commit transaction
10
- ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
11
-  (0.1ms) begin transaction
12
- SQL (1.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-08-13 15:07:33.794410"], ["updated_at", "2017-08-13 15:07:33.794410"]]
13
-  (6.9ms) commit transaction
14
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
16
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
17
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
18
-  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
19
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
20
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
21
-  (0.1ms) DROP TABLE IF EXISTS "ecm_contact_contact_requests"
22
-  (0.1ms) SELECT sqlite_version(*)
23
-  (4.7ms) CREATE TABLE "ecm_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, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
24
-  (3.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
25
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
26
-  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES (20170813150718)
27
-  (2.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
28
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
29
-  (0.1ms) begin transaction
30
- SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-08-13 15:07:35.896570"], ["updated_at", "2017-08-13 15:07:35.896570"]]
31
-  (2.3ms) commit transaction
32
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
33
-  (0.0ms) begin transaction
34
-  (0.0ms) commit transaction
35
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
36
- [i18n-debug] de.routes.ecm_contact_engine => "kontakt"
37
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
38
- [i18n-debug] de.routes.contact_requests => "anfrage"
39
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
40
- [i18n-debug] en.routes.ecm_contact_engine => "contact"
41
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
42
- [i18n-debug] en.routes.contact_requests => "request"
43
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
44
- [i18n-debug] de.routes.ecm_contact_engine => "kontakt"
45
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
46
- [i18n-debug] de.routes.contact_requests => "anfrage"
47
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
48
- [i18n-debug] en.routes.ecm_contact_engine => "contact"
49
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
50
- [i18n-debug] en.routes.contact_requests => "request"
51
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
52
- [i18n-debug] de.routes.ecm_contact_engine => "kontakt"
53
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
54
- [i18n-debug] en.routes.ecm_contact_engine => "contact"
55
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
56
- [i18n-debug] de.routes.ecm_contact_engine => "kontakt"
57
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
58
- [i18n-debug] de.routes.contact_requests => "anfrage"
59
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
60
- [i18n-debug] en.routes.ecm_contact_engine => "contact"
61
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
62
- [i18n-debug] en.routes.contact_requests => "request"
63
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
64
- [i18n-debug] de.routes.ecm_contact_engine => "kontakt"
65
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
66
- [i18n-debug] de.routes.contact_requests => "anfrage"
67
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
68
- [i18n-debug] en.routes.ecm_contact_engine => "contact"
69
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
70
- [i18n-debug] en.routes.contact_requests => "request"
71
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
72
- [i18n-debug] de.routes.ecm_contact_engine => "kontakt"
73
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
74
- [i18n-debug] en.routes.ecm_contact_engine => "contact"
75
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
76
- [i18n-debug] de.routes.ecm_contact_engine => nil
77
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
78
- [i18n-debug] de.routes.contact_requests => nil
79
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
80
- [i18n-debug] en.routes.ecm_contact_engine => nil
81
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
82
- [i18n-debug] en.routes.contact_requests => nil
83
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
84
- [i18n-debug] de.routes.ecm_contact_engine => nil
85
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
86
- [i18n-debug] de.routes.contact_requests => nil
87
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
88
- [i18n-debug] en.routes.ecm_contact_engine => nil
89
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
90
- [i18n-debug] en.routes.contact_requests => nil
91
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
92
- [i18n-debug] de.routes.ecm_contact_engine => nil
93
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
94
- [i18n-debug] en.routes.ecm_contact_engine => nil
95
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
96
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
97
- Migrating to CreateEcmContactContactRequests (20170813150718)
98
-  (0.1ms) begin transaction
99
-  (0.3ms) DROP TABLE "ecm_contact_contact_requests"
100
- SQL (0.0ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20170813150718"]]
101
-  (3.0ms) commit transaction
102
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
103
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
104
- [i18n-debug] de.routes.ecm_contact_engine => nil
105
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
106
- [i18n-debug] de.routes.contact_requests => nil
107
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
108
- [i18n-debug] en.routes.ecm_contact_engine => nil
109
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
110
- [i18n-debug] en.routes.contact_requests => nil
111
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
112
- [i18n-debug] de.routes.ecm_contact_engine => nil
113
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
114
- [i18n-debug] de.routes.contact_requests => nil
115
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
116
- [i18n-debug] en.routes.ecm_contact_engine => nil
117
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
118
- [i18n-debug] en.routes.contact_requests => nil
119
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
120
- [i18n-debug] de.routes.ecm_contact_engine => nil
121
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
122
- [i18n-debug] en.routes.ecm_contact_engine => nil
123
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
124
- Migrating to CreateEcmContactContactRequests (20170813150718)
125
-  (0.0ms) begin transaction
126
-  (0.1ms) SELECT sqlite_version(*)
127
-  (1.7ms) CREATE TABLE "ecm_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)
128
- SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170813150718"]]
129
-  (4.5ms) commit transaction
130
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
131
-  (0.1ms) begin transaction
132
-  (0.1ms) commit transaction
133
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
134
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
135
- [i18n-debug] de.routes.ecm_contact_engine => nil
136
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
137
- [i18n-debug] de.routes.contact_requests => nil
138
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
139
- [i18n-debug] en.routes.ecm_contact_engine => nil
140
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
141
- [i18n-debug] en.routes.contact_requests => nil
142
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
143
- [i18n-debug] de.routes.ecm_contact_engine => nil
144
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
145
- [i18n-debug] de.routes.contact_requests => nil
146
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
147
- [i18n-debug] en.routes.ecm_contact_engine => nil
148
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
149
- [i18n-debug] en.routes.contact_requests => nil
150
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
151
- [i18n-debug] de.routes.ecm_contact_engine => nil
152
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
153
- [i18n-debug] en.routes.ecm_contact_engine => nil
154
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
155
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
156
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
157
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
158
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
159
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
160
-  (0.1ms) DROP TABLE IF EXISTS "ecm_contact_contact_requests"
161
-  (0.1ms) SELECT sqlite_version(*)
162
-  (3.0ms) CREATE TABLE "ecm_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)
163
-  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
164
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
165
-  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES (20170813150718)
166
-  (2.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
167
- ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
168
-  (0.1ms) begin transaction
169
- SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-09-03 11:45:37.999482"], ["updated_at", "2017-09-03 11:45:37.999482"]]
170
-  (3.0ms) commit transaction
171
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
172
-  (0.0ms) begin transaction
173
-  (0.0ms) commit transaction
174
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
175
- [i18n-debug] de.routes.ecm_contact_engine => nil
176
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
177
- [i18n-debug] de.routes.contact_requests => nil
178
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
179
- [i18n-debug] en.routes.ecm_contact_engine => nil
180
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
181
- [i18n-debug] en.routes.contact_requests => nil
182
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
183
- [i18n-debug] de.routes.ecm_contact_engine => nil
184
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
185
- [i18n-debug] de.routes.contact_requests => nil
186
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
187
- [i18n-debug] en.routes.ecm_contact_engine => nil
188
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.contact_requests => nil
189
- [i18n-debug] en.routes.contact_requests => nil
190
- [i18n-debug] de.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
191
- [i18n-debug] de.routes.ecm_contact_engine => nil
192
- [i18n-debug] en.routes.controllers.ecm.contact.contact_requests.ecm_contact_engine => nil
193
- [i18n-debug] en.routes.ecm_contact_engine => nil
@@ -1,2482 +0,0 @@
1
-  (0.1ms) begin transaction
2
-  (0.1ms) rollback transaction
3
-  (0.1ms) begin transaction
4
-  (0.1ms) rollback transaction
5
-  (0.0ms) begin transaction
6
-  (0.1ms) rollback transaction
7
-  (0.1ms) begin transaction
8
-  (0.1ms) rollback transaction
9
-  (0.1ms) begin transaction
10
-  (0.1ms) rollback transaction
11
-  (0.1ms) begin transaction
12
-  (0.0ms) rollback transaction
13
-  (0.0ms) begin transaction
14
-  (0.1ms) rollback transaction
15
-  (0.0ms) begin transaction
16
-  (0.1ms) SAVEPOINT active_record_1
17
- SQL (0.7ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 15:12:33.549520"], ["updated_at", "2017-08-13 15:12:33.549520"]]
18
-  (0.1ms) RELEASE SAVEPOINT active_record_1
19
-  (0.6ms) rollback transaction
20
-  (0.0ms) begin transaction
21
-  (0.1ms) rollback transaction
22
-  (0.0ms) begin transaction
23
-  (0.1ms) SAVEPOINT active_record_1
24
- SQL (1.6ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 15:12:33.569721"], ["updated_at", "2017-08-13 15:12:33.569721"]]
25
-  (0.1ms) RELEASE SAVEPOINT active_record_1
26
-  (0.1ms) SAVEPOINT active_record_1
27
-  (0.0ms) RELEASE SAVEPOINT active_record_1
28
-  (1.0ms) rollback transaction
29
-  (0.0ms) begin transaction
30
-  (0.1ms) rollback transaction
31
-  (0.0ms) begin transaction
32
-  (0.1ms) rollback transaction
33
-  (0.0ms) begin transaction
34
-  (0.1ms) SAVEPOINT active_record_1
35
- SQL (0.4ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 15:14:29.758321"], ["updated_at", "2017-08-13 15:14:29.758321"]]
36
-  (0.1ms) RELEASE SAVEPOINT active_record_1
37
-  (0.1ms) rollback transaction
38
-  (0.0ms) begin transaction
39
-  (0.1ms) rollback transaction
40
-  (0.1ms) begin transaction
41
-  (0.2ms) SAVEPOINT active_record_1
42
- SQL (0.4ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 15:14:29.796071"], ["updated_at", "2017-08-13 15:14:29.796071"]]
43
-  (0.1ms) RELEASE SAVEPOINT active_record_1
44
-  (0.0ms) SAVEPOINT active_record_1
45
-  (0.1ms) RELEASE SAVEPOINT active_record_1
46
-  (0.1ms) rollback transaction
47
-  (0.1ms) begin transaction
48
-  (0.1ms) rollback transaction
49
-  (0.1ms) begin transaction
50
-  (0.1ms) rollback transaction
51
-  (0.0ms) begin transaction
52
-  (0.0ms) rollback transaction
53
-  (0.0ms) begin transaction
54
-  (0.0ms) rollback transaction
55
-  (0.1ms) begin transaction
56
-  (0.0ms) rollback transaction
57
-  (0.0ms) begin transaction
58
-  (0.1ms) rollback transaction
59
-  (0.1ms) begin transaction
60
-  (0.1ms) rollback transaction
61
-  (0.1ms) begin transaction
62
-  (0.1ms) rollback transaction
63
-  (0.1ms) begin transaction
64
-  (0.1ms) rollback transaction
65
-  (0.1ms) begin transaction
66
-  (0.1ms) rollback transaction
67
-  (0.0ms) begin transaction
68
-  (0.2ms) rollback transaction
69
-  (0.1ms) begin transaction
70
-  (0.2ms) rollback transaction
71
-  (0.0ms) begin transaction
72
-  (0.1ms) rollback transaction
73
-  (0.0ms) begin transaction
74
-  (0.1ms) rollback transaction
75
-  (0.1ms) begin transaction
76
-  (0.1ms) rollback transaction
77
-  (0.1ms) begin transaction
78
-  (0.1ms) rollback transaction
79
-  (0.1ms) begin transaction
80
-  (0.0ms) rollback transaction
81
-  (0.1ms) begin transaction
82
-  (0.1ms) SAVEPOINT active_record_1
83
- SQL (0.8ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 15:17:37.153184"], ["updated_at", "2017-08-13 15:17:37.153184"]]
84
-  (0.1ms) RELEASE SAVEPOINT active_record_1
85
-  (0.9ms) rollback transaction
86
-  (0.1ms) begin transaction
87
-  (0.1ms) rollback transaction
88
-  (0.1ms) begin transaction
89
-  (0.2ms) SAVEPOINT active_record_1
90
- SQL (1.0ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 15:17:37.178920"], ["updated_at", "2017-08-13 15:17:37.178920"]]
91
-  (0.1ms) RELEASE SAVEPOINT active_record_1
92
-  (0.0ms) SAVEPOINT active_record_1
93
-  (0.1ms) RELEASE SAVEPOINT active_record_1
94
-  (0.6ms) rollback transaction
95
-  (0.0ms) begin transaction
96
-  (0.1ms) rollback transaction
97
-  (0.1ms) begin transaction
98
-  (0.1ms) rollback transaction
99
-  (0.1ms) begin transaction
100
-  (0.1ms) rollback transaction
101
-  (0.1ms) begin transaction
102
-  (0.1ms) rollback transaction
103
-  (0.1ms) begin transaction
104
-  (0.2ms) rollback transaction
105
-  (0.0ms) begin transaction
106
-  (0.0ms) rollback transaction
107
-  (0.1ms) begin transaction
108
-  (0.1ms) rollback transaction
109
-  (0.1ms) begin transaction
110
-  (0.1ms) rollback transaction
111
-  (0.2ms) begin transaction
112
-  (0.1ms) rollback transaction
113
-  (0.0ms) begin transaction
114
-  (0.1ms) rollback transaction
115
-  (0.0ms) begin transaction
116
-  (0.1ms) rollback transaction
117
-  (0.1ms) begin transaction
118
-  (0.2ms) rollback transaction
119
-  (0.1ms) begin transaction
120
-  (0.1ms) rollback transaction
121
-  (0.0ms) begin transaction
122
-  (0.0ms) rollback transaction
123
-  (0.0ms) begin transaction
124
-  (0.0ms) rollback transaction
125
-  (0.0ms) begin transaction
126
-  (0.1ms) rollback transaction
127
-  (0.1ms) begin transaction
128
-  (0.1ms) rollback transaction
129
-  (0.2ms) begin transaction
130
-  (0.1ms) rollback transaction
131
-  (0.1ms) begin transaction
132
-  (0.1ms) rollback transaction
133
-  (0.1ms) begin transaction
134
-  (0.1ms) rollback transaction
135
-  (0.0ms) begin transaction
136
-  (0.1ms) rollback transaction
137
-  (0.1ms) begin transaction
138
-  (0.1ms) SAVEPOINT active_record_1
139
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
140
-  (0.1ms) rollback transaction
141
-  (0.1ms) begin transaction
142
-  (0.2ms) rollback transaction
143
-  (0.0ms) begin transaction
144
-  (0.1ms) rollback transaction
145
-  (0.1ms) begin transaction
146
-  (0.1ms) rollback transaction
147
-  (0.0ms) begin transaction
148
-  (0.1ms) rollback transaction
149
-  (0.0ms) begin transaction
150
-  (0.1ms) rollback transaction
151
-  (0.0ms) begin transaction
152
-  (0.0ms) rollback transaction
153
-  (0.1ms) begin transaction
154
-  (0.1ms) rollback transaction
155
-  (0.1ms) begin transaction
156
-  (0.1ms) SAVEPOINT active_record_1
157
- SQL (0.4ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 17:28:40.105592"], ["updated_at", "2017-08-13 17:28:40.105592"]]
158
-  (0.1ms) RELEASE SAVEPOINT active_record_1
159
-  (0.1ms) rollback transaction
160
-  (0.1ms) begin transaction
161
-  (0.0ms) rollback transaction
162
-  (0.1ms) begin transaction
163
-  (0.1ms) rollback transaction
164
-  (0.1ms) begin transaction
165
-  (0.1ms) rollback transaction
166
-  (0.0ms) begin transaction
167
-  (0.1ms) rollback transaction
168
-  (0.0ms) begin transaction
169
-  (0.1ms) rollback transaction
170
-  (0.0ms) begin transaction
171
-  (0.0ms) rollback transaction
172
-  (0.0ms) begin transaction
173
-  (0.1ms) rollback transaction
174
-  (0.0ms) begin transaction
175
-  (0.1ms) SAVEPOINT active_record_1
176
- SQL (0.4ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 17:29:13.369044"], ["updated_at", "2017-08-13 17:29:13.369044"]]
177
-  (0.1ms) RELEASE SAVEPOINT active_record_1
178
-  (0.1ms) rollback transaction
179
-  (0.0ms) begin transaction
180
-  (0.0ms) rollback transaction
181
-  (0.1ms) begin transaction
182
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
183
-  (0.1ms) SAVEPOINT active_record_1
184
- SQL (0.2ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 17:29:13.383538"], ["updated_at", "2017-08-13 17:29:13.383538"]]
185
-  (0.0ms) RELEASE SAVEPOINT active_record_1
186
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
187
-  (0.3ms) rollback transaction
188
-  (0.1ms) begin transaction
189
-  (0.1ms) rollback transaction
190
-  (0.1ms) begin transaction
191
-  (0.1ms) rollback transaction
192
-  (0.1ms) begin transaction
193
-  (0.2ms) rollback transaction
194
-  (0.3ms) begin transaction
195
-  (0.2ms) rollback transaction
196
-  (0.1ms) begin transaction
197
-  (0.1ms) rollback transaction
198
-  (0.1ms) begin transaction
199
-  (0.1ms) rollback transaction
200
-  (0.0ms) begin transaction
201
-  (0.0ms) rollback transaction
202
-  (0.0ms) begin transaction
203
-  (0.0ms) rollback transaction
204
-  (0.0ms) begin transaction
205
-  (0.3ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
206
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
207
-  (0.0ms) rollback transaction
208
-  (0.1ms) begin transaction
209
-  (0.1ms) rollback transaction
210
-  (0.1ms) begin transaction
211
-  (0.1ms) rollback transaction
212
-  (0.1ms) begin transaction
213
-  (0.1ms) rollback transaction
214
-  (0.1ms) begin transaction
215
-  (0.0ms) rollback transaction
216
-  (0.1ms) begin transaction
217
-  (0.1ms) rollback transaction
218
-  (0.1ms) begin transaction
219
-  (0.1ms) rollback transaction
220
-  (0.1ms) begin transaction
221
-  (0.1ms) rollback transaction
222
-  (0.1ms) begin transaction
223
-  (0.1ms) rollback transaction
224
-  (0.0ms) begin transaction
225
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
226
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
227
-  (0.1ms) rollback transaction
228
-  (0.1ms) begin transaction
229
-  (0.1ms) SAVEPOINT active_record_1
230
- SQL (0.6ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 17:31:36.795123"], ["updated_at", "2017-08-13 17:31:36.795123"]]
231
-  (0.1ms) RELEASE SAVEPOINT active_record_1
232
-  (0.2ms) rollback transaction
233
-  (0.1ms) begin transaction
234
-  (0.1ms) rollback transaction
235
-  (0.1ms) begin transaction
236
-  (0.4ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
237
-  (0.1ms) SAVEPOINT active_record_1
238
- SQL (0.3ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 17:31:36.805150"], ["updated_at", "2017-08-13 17:31:36.805150"]]
239
-  (0.1ms) RELEASE SAVEPOINT active_record_1
240
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
241
-  (0.5ms) rollback transaction
242
-  (0.0ms) begin transaction
243
-  (0.0ms) rollback transaction
244
-  (0.0ms) begin transaction
245
-  (0.0ms) rollback transaction
246
-  (0.0ms) begin transaction
247
-  (0.1ms) rollback transaction
248
-  (0.1ms) begin transaction
249
-  (0.1ms) rollback transaction
250
-  (0.1ms) begin transaction
251
-  (0.1ms) rollback transaction
252
-  (0.1ms) begin transaction
253
-  (0.0ms) rollback transaction
254
-  (0.0ms) begin transaction
255
-  (0.0ms) rollback transaction
256
-  (0.1ms) begin transaction
257
-  (0.1ms) rollback transaction
258
-  (0.1ms) begin transaction
259
-  (0.0ms) rollback transaction
260
-  (0.0ms) begin transaction
261
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
262
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
263
-  (0.1ms) rollback transaction
264
-  (0.0ms) begin transaction
265
-  (0.0ms) rollback transaction
266
-  (0.0ms) begin transaction
267
-  (0.1ms) SAVEPOINT active_record_1
268
- SQL (1.1ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 17:32:00.440144"], ["updated_at", "2017-08-13 17:32:00.440144"]]
269
-  (0.1ms) RELEASE SAVEPOINT active_record_1
270
-  (0.3ms) rollback transaction
271
-  (0.1ms) begin transaction
272
-  (0.1ms) rollback transaction
273
-  (0.0ms) begin transaction
274
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
275
-  (0.1ms) SAVEPOINT active_record_1
276
- SQL (1.1ms) INSERT INTO "ecm_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "MyString"], ["email", "MyString"], ["phone", "MyString"], ["ip_address", "MyString"], ["message", "MyText"], ["accept_terms_of_service", "f"], ["created_at", "2017-08-13 17:32:00.447128"], ["updated_at", "2017-08-13 17:32:00.447128"]]
277
-  (0.3ms) RELEASE SAVEPOINT active_record_1
278
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
279
-  (0.4ms) rollback transaction
280
-  (0.1ms) begin transaction
281
-  (0.2ms) rollback transaction
282
-  (0.1ms) begin transaction
283
-  (0.1ms) rollback transaction
284
-  (0.0ms) begin transaction
285
-  (0.1ms) rollback transaction
286
-  (0.0ms) begin transaction
287
-  (0.1ms) rollback transaction
288
-  (0.1ms) begin transaction
289
-  (0.1ms) rollback transaction
290
-  (0.0ms) begin transaction
291
-  (0.1ms) rollback transaction
292
-  (0.0ms) begin transaction
293
-  (0.0ms) rollback transaction
294
-  (0.0ms) begin transaction
295
-  (0.0ms) rollback transaction
296
-  (0.0ms) begin transaction
297
-  (0.0ms) rollback transaction
298
-  (0.0ms) begin transaction
299
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
300
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
301
-  (0.1ms) rollback transaction
302
-  (0.0ms) begin transaction
303
-  (0.1ms) rollback transaction
304
-  (0.3ms) begin transaction
305
-  (0.4ms) SAVEPOINT active_record_1
306
- SQL (3.9ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:40:05.434274"], ["updated_at", "2017-09-03 11:40:05.434274"]]
307
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [5cfa811d-03b6-461a-b94c-7d15fae220bc] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 5cfa811d-03b6-461a-b94c-7d15fae220bc) from Async(contact_requests) with arguments: 1
308
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 5cfa811d-03b6-461a-b94c-7d15fae220bc) to Async(contact_requests) with arguments: 1
309
-  (0.1ms) RELEASE SAVEPOINT active_record_1
310
-  (1.5ms) rollback transaction
311
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [5cfa811d-03b6-461a-b94c-7d15fae220bc] Ecm::Contact::ContactRequest Load (0.3ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
312
-  (0.2ms) begin transaction
313
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [5cfa811d-03b6-461a-b94c-7d15fae220bc] Error performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 5cfa811d-03b6-461a-b94c-7d15fae220bc) from Async(contact_requests) in 7.66ms: ActiveRecord::RecordNotFound (Couldn't find Ecm::Contact::ContactRequest with 'id'=1):
314
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activerecord-5.1.3/lib/active_record/core.rb:189:in `find'
315
- /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/jobs/ecm/contact/notify_new_contact_request_job.rb:6:in `perform'
316
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:37:in `block in perform_now'
317
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
318
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/i18n-0.8.6/lib/i18n.rb:257:in `with_locale'
319
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
320
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
321
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
322
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:24:in `block (4 levels) in <module:Logging>'
323
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `block in instrument'
324
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
325
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `instrument'
326
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:23:in `block (3 levels) in <module:Logging>'
327
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `block in tag_logger'
328
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'
329
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:26:in `tagged'
330
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `tagged'
331
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `tag_logger'
332
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:20:in `block (2 levels) in <module:Logging>'
333
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
334
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
335
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
336
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:33:in `perform_now'
337
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:22:in `block in execute'
338
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
339
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:26:in `block (4 levels) in <class:Railtie>'
340
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
341
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:68:in `block in wrap'
342
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
343
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:67:in `wrap'
344
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:25:in `block (3 levels) in <class:Railtie>'
345
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
346
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
347
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
348
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:20:in `execute'
349
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/queue_adapters/async_adapter.rb:68:in `perform'
350
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task'
351
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker'
352
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop'
353
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker'
354
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch'
355
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker'
356
-  (0.1ms) rollback transaction
357
-  (0.1ms) begin transaction
358
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
359
-  (0.1ms) SAVEPOINT active_record_1
360
- SQL (1.1ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:40:05.463760"], ["updated_at", "2017-09-03 11:40:05.463760"]]
361
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: ebdbc101-e579-4680-b59e-9f63d4965210) to Async(contact_requests) with arguments: 1
362
-  (0.1ms) RELEASE SAVEPOINT active_record_1
363
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
364
-  (2.1ms) rollback transaction
365
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ebdbc101-e579-4680-b59e-9f63d4965210] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: ebdbc101-e579-4680-b59e-9f63d4965210) from Async(contact_requests) with arguments: 1
366
-  (0.1ms) begin transaction
367
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ebdbc101-e579-4680-b59e-9f63d4965210] Ecm::Contact::ContactRequest Load (0.2ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
368
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ebdbc101-e579-4680-b59e-9f63d4965210] Error performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: ebdbc101-e579-4680-b59e-9f63d4965210) from Async(contact_requests) in 1.21ms: ActiveRecord::RecordNotFound (Couldn't find Ecm::Contact::ContactRequest with 'id'=1):
369
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activerecord-5.1.3/lib/active_record/core.rb:189:in `find'
370
- /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/jobs/ecm/contact/notify_new_contact_request_job.rb:6:in `perform'
371
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:37:in `block in perform_now'
372
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
373
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/i18n-0.8.6/lib/i18n.rb:257:in `with_locale'
374
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
375
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
376
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
377
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:24:in `block (4 levels) in <module:Logging>'
378
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `block in instrument'
379
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
380
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `instrument'
381
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:23:in `block (3 levels) in <module:Logging>'
382
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `block in tag_logger'
383
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'
384
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:26:in `tagged'
385
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `tagged'
386
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `tag_logger'
387
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:20:in `block (2 levels) in <module:Logging>'
388
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
389
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
390
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
391
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:33:in `perform_now'
392
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:22:in `block in execute'
393
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
394
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:26:in `block (4 levels) in <class:Railtie>'
395
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
396
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:68:in `block in wrap'
397
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
398
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:67:in `wrap'
399
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:25:in `block (3 levels) in <class:Railtie>'
400
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
401
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
402
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
403
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:20:in `execute'
404
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/queue_adapters/async_adapter.rb:68:in `perform'
405
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task'
406
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker'
407
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop'
408
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker'
409
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch'
410
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker'
411
-  (0.1ms) SAVEPOINT active_record_1
412
- SQL (1.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:40:05.490716"], ["updated_at", "2017-09-03 11:40:05.490716"]]
413
-  (0.1ms) RELEASE SAVEPOINT active_record_1
414
-  (2.2ms) rollback transaction
415
-  (0.0ms) begin transaction
416
-  (0.1ms) rollback transaction
417
-  (0.0ms) begin transaction
418
-  (0.1ms) rollback transaction
419
-  (0.0ms) begin transaction
420
-  (0.1ms) rollback transaction
421
-  (0.0ms) begin transaction
422
-  (0.2ms) rollback transaction
423
-  (0.1ms) begin transaction
424
-  (0.2ms) rollback transaction
425
-  (0.1ms) begin transaction
426
-  (0.1ms) rollback transaction
427
-  (0.1ms) begin transaction
428
-  (0.1ms) rollback transaction
429
-  (0.1ms) begin transaction
430
-  (0.1ms) rollback transaction
431
-  (0.1ms) begin transaction
432
-  (0.0ms) rollback transaction
433
-  (0.0ms) begin transaction
434
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
435
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
436
-  (0.1ms) rollback transaction
437
-  (0.2ms) begin transaction
438
-  (0.0ms) rollback transaction
439
-  (0.0ms) begin transaction
440
-  (0.1ms) SAVEPOINT active_record_1
441
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:40:18.420662"], ["updated_at", "2017-09-03 11:40:18.420662"]]
442
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [e524c886-4ae3-4757-bd45-103b0ecf5a3f] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: e524c886-4ae3-4757-bd45-103b0ecf5a3f) from Async(contact_requests) with arguments: 1
443
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: e524c886-4ae3-4757-bd45-103b0ecf5a3f) to Async(contact_requests) with arguments: 1
444
-  (0.1ms) RELEASE SAVEPOINT active_record_1
445
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [e524c886-4ae3-4757-bd45-103b0ecf5a3f] Ecm::Contact::ContactRequest Load (0.7ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
446
-  (0.2ms) rollback transaction
447
-  (0.3ms) begin transaction
448
-  (0.0ms) rollback transaction
449
-  (0.0ms) begin transaction
450
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
451
-  (0.1ms) SAVEPOINT active_record_1
452
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:40:18.430782"], ["updated_at", "2017-09-03 11:40:18.430782"]]
453
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: cd317e50-9715-48f1-b6a9-25dc6bbaa6ee) to Async(contact_requests) with arguments: 1
454
-  (0.1ms) RELEASE SAVEPOINT active_record_1
455
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
456
-  (0.2ms) rollback transaction
457
-  (0.2ms) begin transaction
458
-  (0.1ms) SAVEPOINT active_record_1
459
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:40:18.443693"], ["updated_at", "2017-09-03 11:40:18.443693"]]
460
-  (0.1ms) RELEASE SAVEPOINT active_record_1
461
-  (0.3ms) rollback transaction
462
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [e524c886-4ae3-4757-bd45-103b0ecf5a3f] Performed Ecm::Contact::NotifyNewContactRequestJob (Job ID: e524c886-4ae3-4757-bd45-103b0ecf5a3f) from Async(contact_requests) in 26.63ms
463
-  (0.0ms) begin transaction
464
-  (0.1ms) rollback transaction
465
-  (0.1ms) begin transaction
466
-  (0.1ms) rollback transaction
467
-  (0.0ms) begin transaction
468
-  (0.1ms) rollback transaction
469
-  (0.0ms) begin transaction
470
-  (0.1ms) rollback transaction
471
-  (0.0ms) begin transaction
472
-  (0.1ms) rollback transaction
473
-  (0.0ms) begin transaction
474
-  (0.1ms) rollback transaction
475
-  (0.0ms) begin transaction
476
-  (0.0ms) rollback transaction
477
-  (0.1ms) begin transaction
478
-  (0.0ms) rollback transaction
479
-  (0.0ms) begin transaction
480
-  (0.0ms) rollback transaction
481
-  (0.0ms) begin transaction
482
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
483
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
484
-  (0.2ms) rollback transaction
485
-  (0.1ms) begin transaction
486
-  (0.1ms) rollback transaction
487
-  (0.0ms) begin transaction
488
-  (0.1ms) SAVEPOINT active_record_1
489
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:41:24.033575"], ["updated_at", "2017-09-03 11:41:24.033575"]]
490
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [c7175db8-28fd-478f-9392-f846bebb09f7] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: c7175db8-28fd-478f-9392-f846bebb09f7) from Async(contact_requests) with arguments: 1
491
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: c7175db8-28fd-478f-9392-f846bebb09f7) to Async(contact_requests) with arguments: 1
492
-  (0.1ms) RELEASE SAVEPOINT active_record_1
493
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [c7175db8-28fd-478f-9392-f846bebb09f7] Ecm::Contact::ContactRequest Load (0.7ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
494
-  (1.0ms) rollback transaction
495
-  (0.1ms) begin transaction
496
-  (0.0ms) rollback transaction
497
-  (0.1ms) begin transaction
498
-  (215.8ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
499
-  (1.5ms) SAVEPOINT active_record_1
500
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:41:24.268848"], ["updated_at", "2017-09-03 11:41:24.268848"]]
501
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 54b556c7-3eb0-4013-af8f-c4bd9afe9d63) to Async(contact_requests) with arguments: 1
502
-  (0.1ms) RELEASE SAVEPOINT active_record_1
503
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
504
-  (1.1ms) rollback transaction
505
-  (0.1ms) begin transaction
506
-  (0.1ms) SAVEPOINT active_record_1
507
- SQL (1.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:41:24.280541"], ["updated_at", "2017-09-03 11:41:24.280541"]]
508
-  (0.0ms) RELEASE SAVEPOINT active_record_1
509
-  (1.7ms) rollback transaction
510
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [54b556c7-3eb0-4013-af8f-c4bd9afe9d63] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 54b556c7-3eb0-4013-af8f-c4bd9afe9d63) from Async(contact_requests) with arguments: 1
511
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [54b556c7-3eb0-4013-af8f-c4bd9afe9d63] Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
512
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [54b556c7-3eb0-4013-af8f-c4bd9afe9d63] Error performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 54b556c7-3eb0-4013-af8f-c4bd9afe9d63) from Async(contact_requests) in 0.72ms: ActiveRecord::RecordNotFound (Couldn't find Ecm::Contact::ContactRequest with 'id'=1):
513
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activerecord-5.1.3/lib/active_record/core.rb:189:in `find'
514
- /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/jobs/ecm/contact/notify_new_contact_request_job.rb:6:in `perform'
515
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:37:in `block in perform_now'
516
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
517
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/i18n-0.8.6/lib/i18n.rb:257:in `with_locale'
518
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
519
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
520
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
521
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:24:in `block (4 levels) in <module:Logging>'
522
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `block in instrument'
523
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
524
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `instrument'
525
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:23:in `block (3 levels) in <module:Logging>'
526
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `block in tag_logger'
527
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'
528
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:26:in `tagged'
529
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `tagged'
530
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `tag_logger'
531
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:20:in `block (2 levels) in <module:Logging>'
532
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
533
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
534
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
535
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:33:in `perform_now'
536
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:22:in `block in execute'
537
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
538
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:26:in `block (4 levels) in <class:Railtie>'
539
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
540
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:68:in `block in wrap'
541
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
542
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:67:in `wrap'
543
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:25:in `block (3 levels) in <class:Railtie>'
544
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
545
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
546
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
547
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:20:in `execute'
548
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/queue_adapters/async_adapter.rb:68:in `perform'
549
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task'
550
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker'
551
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop'
552
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker'
553
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch'
554
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker'
555
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [c7175db8-28fd-478f-9392-f846bebb09f7] Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 39.3ms
556
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [c7175db8-28fd-478f-9392-f846bebb09f7] Performed Ecm::Contact::NotifyNewContactRequestJob (Job ID: c7175db8-28fd-478f-9392-f846bebb09f7) from Async(contact_requests) in 264.55ms
557
-  (0.1ms) begin transaction
558
-  (0.1ms) rollback transaction
559
-  (0.0ms) begin transaction
560
-  (0.1ms) rollback transaction
561
-  (0.1ms) begin transaction
562
-  (0.1ms) rollback transaction
563
-  (0.0ms) begin transaction
564
-  (0.1ms) rollback transaction
565
-  (0.0ms) begin transaction
566
-  (0.1ms) rollback transaction
567
-  (0.1ms) begin transaction
568
-  (0.1ms) rollback transaction
569
-  (0.1ms) begin transaction
570
-  (0.1ms) rollback transaction
571
-  (0.1ms) begin transaction
572
-  (0.1ms) rollback transaction
573
-  (0.1ms) begin transaction
574
-  (0.1ms) rollback transaction
575
-  (0.1ms) begin transaction
576
-  (0.3ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
577
-  (0.3ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
578
-  (0.2ms) rollback transaction
579
-  (0.1ms) begin transaction
580
-  (0.1ms) rollback transaction
581
-  (0.1ms) begin transaction
582
-  (0.1ms) SAVEPOINT active_record_1
583
- SQL (2.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:41:30.056516"], ["updated_at", "2017-09-03 11:41:30.056516"]]
584
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [0de677f6-5301-48d6-813e-14de8d3019ae] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 0de677f6-5301-48d6-813e-14de8d3019ae) from Async(contact_requests) with arguments: 1
585
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 0de677f6-5301-48d6-813e-14de8d3019ae) to Async(contact_requests) with arguments: 1
586
-  (0.2ms) RELEASE SAVEPOINT active_record_1
587
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [0de677f6-5301-48d6-813e-14de8d3019ae] Ecm::Contact::ContactRequest Load (2.8ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
588
-  (2.2ms) rollback transaction
589
-  (1.7ms) begin transaction
590
-  (0.5ms) rollback transaction
591
-  (0.1ms) begin transaction
592
-  (58.8ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
593
-  (0.1ms) SAVEPOINT active_record_1
594
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:41:30.336039"], ["updated_at", "2017-09-03 11:41:30.336039"]]
595
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: ea287ea6-74c7-43fd-bcd2-897ed0551e25) to Async(contact_requests) with arguments: 1
596
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ea287ea6-74c7-43fd-bcd2-897ed0551e25] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: ea287ea6-74c7-43fd-bcd2-897ed0551e25) from Async(contact_requests) with arguments: 1
597
-  (0.1ms) RELEASE SAVEPOINT active_record_1
598
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [0de677f6-5301-48d6-813e-14de8d3019ae] Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
599
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ea287ea6-74c7-43fd-bcd2-897ed0551e25] Ecm::Contact::ContactRequest Load (1.5ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
600
-  (1.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
601
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [0de677f6-5301-48d6-813e-14de8d3019ae] Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.4ms)
602
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ea287ea6-74c7-43fd-bcd2-897ed0551e25] Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
603
-  (0.2ms) rollback transaction
604
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ea287ea6-74c7-43fd-bcd2-897ed0551e25] Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
605
-  (0.1ms) begin transaction
606
-  (0.1ms) SAVEPOINT active_record_1
607
- SQL (1.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:41:30.356961"], ["updated_at", "2017-09-03 11:41:30.356961"]]
608
-  (0.2ms) RELEASE SAVEPOINT active_record_1
609
-  (0.1ms) SAVEPOINT active_record_1
610
-  (0.2ms) RELEASE SAVEPOINT active_record_1
611
-  (1.4ms) rollback transaction
612
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [0de677f6-5301-48d6-813e-14de8d3019ae] Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 129.9ms
613
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [0de677f6-5301-48d6-813e-14de8d3019ae] Performed Ecm::Contact::NotifyNewContactRequestJob (Job ID: 0de677f6-5301-48d6-813e-14de8d3019ae) from Async(contact_requests) in 396.77ms
614
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ea287ea6-74c7-43fd-bcd2-897ed0551e25] Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 117.4ms
615
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ea287ea6-74c7-43fd-bcd2-897ed0551e25] Performed Ecm::Contact::NotifyNewContactRequestJob (Job ID: ea287ea6-74c7-43fd-bcd2-897ed0551e25) from Async(contact_requests) in 121.2ms
616
-  (0.0ms) begin transaction
617
-  (0.1ms) SAVEPOINT active_record_1
618
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:56:56.909026"], ["updated_at", "2017-09-03 11:56:56.909026"]]
619
-  (0.1ms) RELEASE SAVEPOINT active_record_1
620
-  (0.1ms) rollback transaction
621
-  (0.0ms) begin transaction
622
-  (0.1ms) SAVEPOINT active_record_1
623
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:56:56.917521"], ["updated_at", "2017-09-03 11:56:56.917521"]]
624
-  (0.1ms) RELEASE SAVEPOINT active_record_1
625
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ecd1502b-229a-4e25-9e73-08527af170c3] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: ecd1502b-229a-4e25-9e73-08527af170c3) from Async(contact_requests) with arguments: 1
626
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: ecd1502b-229a-4e25-9e73-08527af170c3) to Async(contact_requests) with arguments: 1
627
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [ecd1502b-229a-4e25-9e73-08527af170c3] Error performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: ecd1502b-229a-4e25-9e73-08527af170c3) from Async(contact_requests) in 3.69ms: NameError (undefined local variable or method `contact_request_id' for #<Ecm::Contact::NotifyNewContactRequestJob:0x00000004287338>):
628
- /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/jobs/ecm/contact/notify_new_contact_request_job.rb:14:in `load_contact_request'
629
- /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/jobs/ecm/contact/notify_new_contact_request_job.rb:6:in `perform'
630
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:37:in `block in perform_now'
631
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
632
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/i18n-0.8.6/lib/i18n.rb:257:in `with_locale'
633
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
634
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
635
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
636
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:24:in `block (4 levels) in <module:Logging>'
637
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `block in instrument'
638
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
639
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `instrument'
640
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:23:in `block (3 levels) in <module:Logging>'
641
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `block in tag_logger'
642
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'
643
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:26:in `tagged'
644
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `tagged'
645
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `tag_logger'
646
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:20:in `block (2 levels) in <module:Logging>'
647
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
648
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
649
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
650
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:33:in `perform_now'
651
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:22:in `block in execute'
652
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
653
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:26:in `block (4 levels) in <class:Railtie>'
654
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
655
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:68:in `block in wrap'
656
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
657
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:67:in `wrap'
658
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:25:in `block (3 levels) in <class:Railtie>'
659
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
660
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
661
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
662
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:20:in `execute'
663
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/queue_adapters/async_adapter.rb:68:in `perform'
664
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task'
665
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker'
666
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop'
667
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker'
668
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch'
669
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker'
670
-  (0.1ms) rollback transaction
671
-  (0.0ms) begin transaction
672
-  (0.1ms) SAVEPOINT active_record_1
673
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:56:56.926369"], ["updated_at", "2017-09-03 11:56:56.926369"]]
674
-  (0.1ms) RELEASE SAVEPOINT active_record_1
675
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 8d7779fd-06c4-4caa-9bec-4c6f382970b8) to Async(contact_requests) with arguments: 1
676
-  (0.1ms) rollback transaction
677
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [8d7779fd-06c4-4caa-9bec-4c6f382970b8] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 8d7779fd-06c4-4caa-9bec-4c6f382970b8) from Async(contact_requests) with arguments: 1
678
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [8d7779fd-06c4-4caa-9bec-4c6f382970b8] Error performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 8d7779fd-06c4-4caa-9bec-4c6f382970b8) from Async(contact_requests) in 3.78ms: NameError (undefined local variable or method `contact_request_id' for #<Ecm::Contact::NotifyNewContactRequestJob:0x0000000417a4b8>):
679
- /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/jobs/ecm/contact/notify_new_contact_request_job.rb:14:in `load_contact_request'
680
- /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/jobs/ecm/contact/notify_new_contact_request_job.rb:6:in `perform'
681
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:37:in `block in perform_now'
682
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
683
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/i18n-0.8.6/lib/i18n.rb:257:in `with_locale'
684
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
685
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
686
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
687
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:24:in `block (4 levels) in <module:Logging>'
688
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `block in instrument'
689
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
690
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `instrument'
691
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:23:in `block (3 levels) in <module:Logging>'
692
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `block in tag_logger'
693
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'
694
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:26:in `tagged'
695
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `tagged'
696
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `tag_logger'
697
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:20:in `block (2 levels) in <module:Logging>'
698
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
699
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
700
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
701
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:33:in `perform_now'
702
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:22:in `block in execute'
703
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
704
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:26:in `block (4 levels) in <class:Railtie>'
705
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
706
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:68:in `block in wrap'
707
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
708
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:67:in `wrap'
709
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:25:in `block (3 levels) in <class:Railtie>'
710
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
711
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
712
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
713
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:20:in `execute'
714
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/queue_adapters/async_adapter.rb:68:in `perform'
715
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task'
716
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker'
717
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop'
718
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker'
719
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch'
720
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker'
721
-  (0.1ms) begin transaction
722
-  (0.1ms) SAVEPOINT active_record_1
723
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:57:38.829710"], ["updated_at", "2017-09-03 11:57:38.829710"]]
724
-  (0.1ms) RELEASE SAVEPOINT active_record_1
725
- Ecm::Contact::ContactRequest Load (0.2ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
726
-  (0.1ms) SAVEPOINT active_record_1
727
- SQL (0.2ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 11:57:38.838575"], ["updated_at", "2017-09-03 11:57:38.839188"], ["id", 1]]
728
-  (0.1ms) RELEASE SAVEPOINT active_record_1
729
-  (0.2ms) rollback transaction
730
-  (0.1ms) begin transaction
731
-  (0.1ms) SAVEPOINT active_record_1
732
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:57:38.843867"], ["updated_at", "2017-09-03 11:57:38.843867"]]
733
-  (0.1ms) RELEASE SAVEPOINT active_record_1
734
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [311b7e11-a9d5-4592-9409-35f1accf8dfd] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 311b7e11-a9d5-4592-9409-35f1accf8dfd) from Async(contact_requests) with arguments: 1
735
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 311b7e11-a9d5-4592-9409-35f1accf8dfd) to Async(contact_requests) with arguments: 1
736
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [311b7e11-a9d5-4592-9409-35f1accf8dfd] Ecm::Contact::ContactRequest Load (0.3ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
737
-  (0.1ms) rollback transaction
738
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [311b7e11-a9d5-4592-9409-35f1accf8dfd] Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
739
-  (0.1ms) begin transaction
740
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [311b7e11-a9d5-4592-9409-35f1accf8dfd] Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.4ms)
741
-  (0.3ms) SAVEPOINT active_record_1
742
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:57:38.967140"], ["updated_at", "2017-09-03 11:57:38.967140"]]
743
-  (0.1ms) RELEASE SAVEPOINT active_record_1
744
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 9b6abf7c-1396-453b-b745-d5cdb5fab3c2) to Async(contact_requests) with arguments: 1
745
-  (0.1ms) rollback transaction
746
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [9b6abf7c-1396-453b-b745-d5cdb5fab3c2] Performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 9b6abf7c-1396-453b-b745-d5cdb5fab3c2) from Async(contact_requests) with arguments: 1
747
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [9b6abf7c-1396-453b-b745-d5cdb5fab3c2] Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
748
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [9b6abf7c-1396-453b-b745-d5cdb5fab3c2] Error performing Ecm::Contact::NotifyNewContactRequestJob (Job ID: 9b6abf7c-1396-453b-b745-d5cdb5fab3c2) from Async(contact_requests) in 0.85ms: ActiveRecord::RecordNotFound (Couldn't find Ecm::Contact::ContactRequest with 'id'=1):
749
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activerecord-5.1.3/lib/active_record/core.rb:189:in `find'
750
- /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/jobs/ecm/contact/notify_new_contact_request_job.rb:14:in `load_contact_request'
751
- /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/jobs/ecm/contact/notify_new_contact_request_job.rb:6:in `perform'
752
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:37:in `block in perform_now'
753
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
754
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/i18n-0.8.6/lib/i18n.rb:257:in `with_locale'
755
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
756
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
757
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
758
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:24:in `block (4 levels) in <module:Logging>'
759
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `block in instrument'
760
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
761
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/notifications.rb:166:in `instrument'
762
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:23:in `block (3 levels) in <module:Logging>'
763
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `block in tag_logger'
764
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'
765
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:26:in `tagged'
766
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/tagged_logging.rb:69:in `tagged'
767
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:44:in `tag_logger'
768
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/logging.rb:20:in `block (2 levels) in <module:Logging>'
769
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
770
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
771
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
772
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:33:in `perform_now'
773
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:22:in `block in execute'
774
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:108:in `block in run_callbacks'
775
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:26:in `block (4 levels) in <class:Railtie>'
776
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
777
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:68:in `block in wrap'
778
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/execution_wrapper.rb:85:in `wrap'
779
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/reloader.rb:67:in `wrap'
780
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/railtie.rb:25:in `block (3 levels) in <class:Railtie>'
781
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `instance_exec'
782
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
783
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activesupport-5.1.3/lib/active_support/callbacks.rb:135:in `run_callbacks'
784
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/execution.rb:20:in `execute'
785
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/activejob-5.1.3/lib/active_job/queue_adapters/async_adapter.rb:68:in `perform'
786
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task'
787
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker'
788
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop'
789
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker'
790
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch'
791
- /home/vagrant/.rvm/gems/ruby-2.4.1@ecm-demo/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker'
792
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [311b7e11-a9d5-4592-9409-35f1accf8dfd] Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 205.9ms
793
- [ActiveJob] [Ecm::Contact::NotifyNewContactRequestJob] [311b7e11-a9d5-4592-9409-35f1accf8dfd] Performed Ecm::Contact::NotifyNewContactRequestJob (Job ID: 311b7e11-a9d5-4592-9409-35f1accf8dfd) from Async(contact_requests) in 213.51ms
794
-  (0.0ms) begin transaction
795
-  (0.1ms) SAVEPOINT active_record_1
796
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:13.036185"], ["updated_at", "2017-09-03 11:58:13.036185"]]
797
-  (0.1ms) RELEASE SAVEPOINT active_record_1
798
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
799
-  (0.1ms) SAVEPOINT active_record_1
800
- SQL (1.1ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 11:58:13.044593"], ["updated_at", "2017-09-03 11:58:13.045183"], ["id", 1]]
801
-  (0.1ms) RELEASE SAVEPOINT active_record_1
802
-  (0.8ms) rollback transaction
803
-  (0.0ms) begin transaction
804
-  (0.1ms) SAVEPOINT active_record_1
805
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:13.050635"], ["updated_at", "2017-09-03 11:58:13.050635"]]
806
-  (0.1ms) RELEASE SAVEPOINT active_record_1
807
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 092feaa7-b547-4085-9a26-a26dc0bf2d9b) to Test(contact_requests) with arguments: 1
808
-  (0.7ms) rollback transaction
809
-  (0.1ms) begin transaction
810
-  (0.1ms) SAVEPOINT active_record_1
811
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:13.054673"], ["updated_at", "2017-09-03 11:58:13.054673"]]
812
-  (0.1ms) RELEASE SAVEPOINT active_record_1
813
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: fb4a7d76-0878-4a8b-9027-2370591d1453) to Test(contact_requests) with arguments: 1
814
-  (0.8ms) rollback transaction
815
-  (0.1ms) begin transaction
816
-  (0.2ms) SAVEPOINT active_record_1
817
- SQL (0.9ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.089003"], ["updated_at", "2017-09-03 11:58:41.089003"]]
818
-  (0.1ms) RELEASE SAVEPOINT active_record_1
819
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
820
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
821
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 9.3ms
822
-  (0.9ms) rollback transaction
823
-  (0.1ms) begin transaction
824
-  (0.1ms) SAVEPOINT active_record_1
825
- SQL (0.9ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.116545"], ["updated_at", "2017-09-03 11:58:41.116545"]]
826
-  (0.1ms) RELEASE SAVEPOINT active_record_1
827
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
828
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.0ms)
829
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.2ms
830
-  (1.2ms) rollback transaction
831
-  (0.1ms) begin transaction
832
-  (0.1ms) SAVEPOINT active_record_1
833
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.135335"], ["updated_at", "2017-09-03 11:58:41.135335"]]
834
-  (0.1ms) RELEASE SAVEPOINT active_record_1
835
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
836
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
837
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.4ms
838
-  (1.4ms) rollback transaction
839
-  (0.1ms) begin transaction
840
-  (0.1ms) SAVEPOINT active_record_1
841
- SQL (0.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.143485"], ["updated_at", "2017-09-03 11:58:41.143485"]]
842
-  (0.1ms) RELEASE SAVEPOINT active_record_1
843
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
844
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
845
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.2ms
846
-  (0.9ms) rollback transaction
847
-  (0.1ms) begin transaction
848
-  (0.1ms) SAVEPOINT active_record_1
849
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.151815"], ["updated_at", "2017-09-03 11:58:41.151815"]]
850
-  (0.1ms) RELEASE SAVEPOINT active_record_1
851
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
852
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
853
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.1ms
854
-  (1.0ms) rollback transaction
855
-  (0.1ms) begin transaction
856
-  (0.1ms) SAVEPOINT active_record_1
857
- SQL (2.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.160534"], ["updated_at", "2017-09-03 11:58:41.160534"]]
858
-  (0.3ms) RELEASE SAVEPOINT active_record_1
859
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
860
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
861
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
862
-  (0.2ms) rollback transaction
863
-  (0.1ms) begin transaction
864
-  (0.1ms) SAVEPOINT active_record_1
865
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.172597"], ["updated_at", "2017-09-03 11:58:41.172597"]]
866
-  (0.1ms) RELEASE SAVEPOINT active_record_1
867
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
868
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.0ms)
869
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.2ms
870
-  (0.3ms) rollback transaction
871
-  (0.1ms) begin transaction
872
-  (0.2ms) SAVEPOINT active_record_1
873
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.185568"], ["updated_at", "2017-09-03 11:58:41.185568"]]
874
-  (0.1ms) RELEASE SAVEPOINT active_record_1
875
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
876
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
877
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.6ms
878
-  (0.1ms) rollback transaction
879
-  (0.2ms) begin transaction
880
-  (0.2ms) SAVEPOINT active_record_1
881
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.193653"], ["updated_at", "2017-09-03 11:58:41.193653"]]
882
-  (0.2ms) RELEASE SAVEPOINT active_record_1
883
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
884
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
885
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.8ms
886
-  (1.5ms) rollback transaction
887
-  (0.1ms) begin transaction
888
-  (0.1ms) SAVEPOINT active_record_1
889
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.208818"], ["updated_at", "2017-09-03 11:58:41.208818"]]
890
-  (0.1ms) RELEASE SAVEPOINT active_record_1
891
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
892
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
893
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.5ms
894
-  (0.9ms) rollback transaction
895
-  (0.1ms) begin transaction
896
-  (0.1ms) SAVEPOINT active_record_1
897
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.217728"], ["updated_at", "2017-09-03 11:58:41.217728"]]
898
-  (0.1ms) RELEASE SAVEPOINT active_record_1
899
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
900
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
901
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.3ms
902
-  (0.1ms) rollback transaction
903
-  (0.1ms) begin transaction
904
-  (0.2ms) SAVEPOINT active_record_1
905
- SQL (2.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.224771"], ["updated_at", "2017-09-03 11:58:41.224771"]]
906
-  (0.1ms) RELEASE SAVEPOINT active_record_1
907
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
908
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
909
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
910
-  (1.9ms) rollback transaction
911
-  (0.1ms) begin transaction
912
-  (0.1ms) SAVEPOINT active_record_1
913
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.240723"], ["updated_at", "2017-09-03 11:58:41.240723"]]
914
-  (0.2ms) RELEASE SAVEPOINT active_record_1
915
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
916
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
917
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.6ms
918
-  (0.2ms) rollback transaction
919
-  (0.1ms) begin transaction
920
-  (0.3ms) SAVEPOINT active_record_1
921
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.253894"], ["updated_at", "2017-09-03 11:58:41.253894"]]
922
-  (0.2ms) RELEASE SAVEPOINT active_record_1
923
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
924
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
925
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
926
-  (0.3ms) rollback transaction
927
-  (0.1ms) begin transaction
928
-  (0.1ms) SAVEPOINT active_record_1
929
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.263188"], ["updated_at", "2017-09-03 11:58:41.263188"]]
930
-  (0.1ms) RELEASE SAVEPOINT active_record_1
931
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
932
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
933
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.2ms
934
-  (1.9ms) rollback transaction
935
-  (0.1ms) begin transaction
936
-  (0.1ms) SAVEPOINT active_record_1
937
- SQL (0.9ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.276462"], ["updated_at", "2017-09-03 11:58:41.276462"]]
938
-  (0.1ms) RELEASE SAVEPOINT active_record_1
939
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
940
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.0ms)
941
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 0.9ms
942
-  (6.7ms) rollback transaction
943
-  (0.3ms) begin transaction
944
-  (0.1ms) SAVEPOINT active_record_1
945
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.292651"], ["updated_at", "2017-09-03 11:58:41.292651"]]
946
-  (0.1ms) RELEASE SAVEPOINT active_record_1
947
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
948
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
949
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.6ms
950
-  (0.3ms) rollback transaction
951
-  (0.1ms) begin transaction
952
-  (0.1ms) SAVEPOINT active_record_1
953
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.301137"], ["updated_at", "2017-09-03 11:58:41.301137"]]
954
-  (0.1ms) RELEASE SAVEPOINT active_record_1
955
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
956
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.0ms)
957
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 5.7ms
958
-  (0.2ms) rollback transaction
959
-  (0.1ms) begin transaction
960
-  (0.1ms) SAVEPOINT active_record_1
961
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.312654"], ["updated_at", "2017-09-03 11:58:41.312654"]]
962
-  (0.2ms) RELEASE SAVEPOINT active_record_1
963
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
964
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
965
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.7ms
966
-  (0.4ms) rollback transaction
967
-  (0.2ms) begin transaction
968
-  (0.2ms) SAVEPOINT active_record_1
969
- SQL (0.6ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.324495"], ["updated_at", "2017-09-03 11:58:41.324495"]]
970
-  (0.2ms) RELEASE SAVEPOINT active_record_1
971
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
972
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
973
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
974
-  (0.2ms) rollback transaction
975
-  (0.1ms) begin transaction
976
-  (0.1ms) SAVEPOINT active_record_1
977
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.333070"], ["updated_at", "2017-09-03 11:58:41.333070"]]
978
-  (0.1ms) RELEASE SAVEPOINT active_record_1
979
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
980
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
981
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.1ms
982
-  (0.2ms) rollback transaction
983
-  (0.1ms) begin transaction
984
-  (0.1ms) SAVEPOINT active_record_1
985
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.341528"], ["updated_at", "2017-09-03 11:58:41.341528"]]
986
-  (0.1ms) RELEASE SAVEPOINT active_record_1
987
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
988
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
989
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.0ms
990
-  (1.0ms) rollback transaction
991
-  (0.1ms) begin transaction
992
-  (0.2ms) SAVEPOINT active_record_1
993
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 11:58:41.351246"], ["updated_at", "2017-09-03 11:58:41.351246"]]
994
-  (0.1ms) RELEASE SAVEPOINT active_record_1
995
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
996
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.1ms)
997
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.8ms
998
-  (0.3ms) rollback transaction
999
-  (0.1ms) begin transaction
1000
-  (0.1ms) SAVEPOINT active_record_1
1001
- SQL (1.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:22.550907"], ["updated_at", "2017-09-03 12:00:22.550907"]]
1002
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1003
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1004
-  (0.1ms) SAVEPOINT active_record_1
1005
- SQL (0.1ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 12:00:22.562347"], ["updated_at", "2017-09-03 12:00:22.563086"], ["id", 1]]
1006
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1007
-  (0.8ms) rollback transaction
1008
-  (0.0ms) begin transaction
1009
-  (0.1ms) SAVEPOINT active_record_1
1010
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:22.567974"], ["updated_at", "2017-09-03 12:00:22.567974"]]
1011
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1012
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 5bfec46f-3642-44ad-a803-a5610cda7082) to Test(contact_requests) with arguments: 1
1013
-  (0.8ms) rollback transaction
1014
-  (0.0ms) begin transaction
1015
-  (0.1ms) SAVEPOINT active_record_1
1016
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:22.572231"], ["updated_at", "2017-09-03 12:00:22.572231"]]
1017
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1018
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 2cced897-f22d-49b2-89ed-b88932f5924d) to Test(contact_requests) with arguments: 1
1019
-  (0.8ms) rollback transaction
1020
-  (0.1ms) begin transaction
1021
-  (0.1ms) SAVEPOINT active_record_1
1022
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.358494"], ["updated_at", "2017-09-03 12:00:40.358494"]]
1023
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1024
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1025
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
1026
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 9.6ms
1027
-  (0.1ms) rollback transaction
1028
-  (0.0ms) begin transaction
1029
-  (0.1ms) SAVEPOINT active_record_1
1030
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.378931"], ["updated_at", "2017-09-03 12:00:40.378931"]]
1031
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1032
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1033
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
1034
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.2ms
1035
-  (0.2ms) rollback transaction
1036
-  (0.0ms) begin transaction
1037
-  (0.1ms) SAVEPOINT active_record_1
1038
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.393251"], ["updated_at", "2017-09-03 12:00:40.393251"]]
1039
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1040
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1041
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1042
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.7ms
1043
-  (0.1ms) rollback transaction
1044
-  (0.0ms) begin transaction
1045
-  (0.1ms) SAVEPOINT active_record_1
1046
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.398518"], ["updated_at", "2017-09-03 12:00:40.398518"]]
1047
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1048
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1049
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1050
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
1051
-  (0.1ms) rollback transaction
1052
-  (0.0ms) begin transaction
1053
-  (0.1ms) SAVEPOINT active_record_1
1054
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.404452"], ["updated_at", "2017-09-03 12:00:40.404452"]]
1055
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1056
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1057
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.6ms)
1058
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.0ms
1059
-  (0.1ms) rollback transaction
1060
-  (0.1ms) begin transaction
1061
-  (0.1ms) SAVEPOINT active_record_1
1062
- SQL (1.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.410945"], ["updated_at", "2017-09-03 12:00:40.410945"]]
1063
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1064
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1065
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1066
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.7ms
1067
-  (0.3ms) rollback transaction
1068
-  (0.1ms) begin transaction
1069
-  (0.1ms) SAVEPOINT active_record_1
1070
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.422321"], ["updated_at", "2017-09-03 12:00:40.422321"]]
1071
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1072
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1073
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.0ms)
1074
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.5ms
1075
-  (0.1ms) rollback transaction
1076
-  (0.1ms) begin transaction
1077
-  (0.1ms) SAVEPOINT active_record_1
1078
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.429313"], ["updated_at", "2017-09-03 12:00:40.429313"]]
1079
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1080
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1081
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1082
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
1083
-  (0.1ms) rollback transaction
1084
-  (0.1ms) begin transaction
1085
-  (0.1ms) SAVEPOINT active_record_1
1086
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.435775"], ["updated_at", "2017-09-03 12:00:40.435775"]]
1087
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1088
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1089
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.7ms)
1090
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.3ms
1091
-  (0.2ms) rollback transaction
1092
-  (0.2ms) begin transaction
1093
-  (0.2ms) SAVEPOINT active_record_1
1094
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.445014"], ["updated_at", "2017-09-03 12:00:40.445014"]]
1095
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1096
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1097
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.0ms)
1098
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.3ms
1099
-  (1.4ms) rollback transaction
1100
-  (0.1ms) begin transaction
1101
-  (0.0ms) SAVEPOINT active_record_1
1102
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.457933"], ["updated_at", "2017-09-03 12:00:40.457933"]]
1103
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1104
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1105
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1106
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
1107
-  (0.1ms) rollback transaction
1108
-  (0.1ms) begin transaction
1109
-  (0.1ms) SAVEPOINT active_record_1
1110
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.465296"], ["updated_at", "2017-09-03 12:00:40.465296"]]
1111
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1112
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1113
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.7ms)
1114
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.2ms
1115
-  (0.2ms) rollback transaction
1116
-  (0.1ms) begin transaction
1117
-  (0.1ms) SAVEPOINT active_record_1
1118
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.472921"], ["updated_at", "2017-09-03 12:00:40.472921"]]
1119
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1120
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1121
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1122
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.8ms
1123
-  (0.2ms) rollback transaction
1124
-  (0.2ms) begin transaction
1125
-  (0.1ms) SAVEPOINT active_record_1
1126
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.485199"], ["updated_at", "2017-09-03 12:00:40.485199"]]
1127
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1128
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1129
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1130
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
1131
-  (0.2ms) rollback transaction
1132
-  (0.1ms) begin transaction
1133
-  (0.1ms) SAVEPOINT active_record_1
1134
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.492465"], ["updated_at", "2017-09-03 12:00:40.492465"]]
1135
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1136
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1137
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1138
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.6ms
1139
-  (0.2ms) rollback transaction
1140
-  (0.1ms) begin transaction
1141
-  (0.1ms) SAVEPOINT active_record_1
1142
- SQL (0.0ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.499391"], ["updated_at", "2017-09-03 12:00:40.499391"]]
1143
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1144
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1145
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.6ms)
1146
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.7ms
1147
-  (0.2ms) rollback transaction
1148
-  (0.1ms) begin transaction
1149
-  (0.1ms) SAVEPOINT active_record_1
1150
- SQL (1.6ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.507162"], ["updated_at", "2017-09-03 12:00:40.507162"]]
1151
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1152
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1153
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.0ms)
1154
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.0ms
1155
-  (1.5ms) rollback transaction
1156
-  (0.1ms) begin transaction
1157
-  (0.1ms) SAVEPOINT active_record_1
1158
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.519428"], ["updated_at", "2017-09-03 12:00:40.519428"]]
1159
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1160
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1161
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.7ms)
1162
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.0ms
1163
-  (0.1ms) rollback transaction
1164
-  (0.1ms) begin transaction
1165
-  (0.1ms) SAVEPOINT active_record_1
1166
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.525166"], ["updated_at", "2017-09-03 12:00:40.525166"]]
1167
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1168
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1169
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1170
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
1171
-  (0.1ms) rollback transaction
1172
-  (0.0ms) begin transaction
1173
-  (0.1ms) SAVEPOINT active_record_1
1174
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.530972"], ["updated_at", "2017-09-03 12:00:40.530972"]]
1175
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1176
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1177
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1178
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.4ms
1179
-  (0.2ms) rollback transaction
1180
-  (0.1ms) begin transaction
1181
-  (0.1ms) SAVEPOINT active_record_1
1182
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.538985"], ["updated_at", "2017-09-03 12:00:40.538985"]]
1183
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1184
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1185
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
1186
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.1ms
1187
-  (0.8ms) rollback transaction
1188
-  (0.1ms) begin transaction
1189
-  (0.1ms) SAVEPOINT active_record_1
1190
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.548522"], ["updated_at", "2017-09-03 12:00:40.548522"]]
1191
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1192
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1193
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1194
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.5ms
1195
-  (0.1ms) rollback transaction
1196
-  (0.1ms) begin transaction
1197
-  (0.1ms) SAVEPOINT active_record_1
1198
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:00:40.553871"], ["updated_at", "2017-09-03 12:00:40.553871"]]
1199
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1200
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1201
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1202
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
1203
-  (0.2ms) rollback transaction
1204
-  (0.2ms) begin transaction
1205
-  (0.1ms) SAVEPOINT active_record_1
1206
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.030478"], ["updated_at", "2017-09-03 12:02:52.030478"]]
1207
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1208
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1209
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.5ms)
1210
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 13.7ms
1211
-  (0.2ms) rollback transaction
1212
-  (0.1ms) begin transaction
1213
-  (0.1ms) SAVEPOINT active_record_1
1214
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.059541"], ["updated_at", "2017-09-03 12:02:52.059541"]]
1215
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1216
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1217
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.1ms)
1218
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.3ms
1219
-  (0.1ms) rollback transaction
1220
-  (0.0ms) begin transaction
1221
-  (0.1ms) SAVEPOINT active_record_1
1222
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.065834"], ["updated_at", "2017-09-03 12:02:52.065834"]]
1223
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1224
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1225
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.5ms)
1226
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.5ms
1227
-  (0.2ms) rollback transaction
1228
-  (0.1ms) begin transaction
1229
-  (0.1ms) SAVEPOINT active_record_1
1230
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.078711"], ["updated_at", "2017-09-03 12:02:52.078711"]]
1231
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1232
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1233
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.0ms)
1234
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
1235
-  (0.2ms) rollback transaction
1236
-  (0.0ms) begin transaction
1237
-  (0.1ms) SAVEPOINT active_record_1
1238
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.085716"], ["updated_at", "2017-09-03 12:02:52.085716"]]
1239
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1240
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1241
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1242
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.2ms
1243
-  (0.2ms) rollback transaction
1244
-  (0.1ms) begin transaction
1245
-  (0.2ms) SAVEPOINT active_record_1
1246
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.095262"], ["updated_at", "2017-09-03 12:02:52.095262"]]
1247
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1248
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1249
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.7ms)
1250
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.0ms
1251
-  (0.2ms) rollback transaction
1252
-  (0.1ms) begin transaction
1253
-  (0.1ms) SAVEPOINT active_record_1
1254
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.107064"], ["updated_at", "2017-09-03 12:02:52.107064"]]
1255
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1256
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1257
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1258
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.2ms
1259
-  (0.1ms) rollback transaction
1260
-  (0.1ms) begin transaction
1261
-  (0.1ms) SAVEPOINT active_record_1
1262
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.113071"], ["updated_at", "2017-09-03 12:02:52.113071"]]
1263
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1264
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1265
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1266
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
1267
-  (0.1ms) rollback transaction
1268
-  (0.1ms) begin transaction
1269
-  (0.1ms) SAVEPOINT active_record_1
1270
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.119186"], ["updated_at", "2017-09-03 12:02:52.119186"]]
1271
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1272
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1273
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
1274
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.6ms
1275
-  (0.4ms) rollback transaction
1276
-  (0.1ms) begin transaction
1277
-  (0.2ms) SAVEPOINT active_record_1
1278
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.127398"], ["updated_at", "2017-09-03 12:02:52.127398"]]
1279
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1280
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1281
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1282
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.1ms
1283
-  (0.5ms) rollback transaction
1284
-  (0.1ms) begin transaction
1285
-  (0.1ms) SAVEPOINT active_record_1
1286
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.138930"], ["updated_at", "2017-09-03 12:02:52.138930"]]
1287
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1288
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1289
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
1290
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.5ms
1291
-  (0.2ms) rollback transaction
1292
-  (0.1ms) begin transaction
1293
-  (0.1ms) SAVEPOINT active_record_1
1294
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.147989"], ["updated_at", "2017-09-03 12:02:52.147989"]]
1295
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1296
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1297
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.6ms)
1298
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
1299
-  (0.2ms) rollback transaction
1300
-  (0.0ms) begin transaction
1301
-  (0.1ms) SAVEPOINT active_record_1
1302
- SQL (0.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.157220"], ["updated_at", "2017-09-03 12:02:52.157220"]]
1303
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1304
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1305
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1306
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.1ms
1307
-  (0.6ms) rollback transaction
1308
-  (0.1ms) begin transaction
1309
-  (0.2ms) SAVEPOINT active_record_1
1310
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.170832"], ["updated_at", "2017-09-03 12:02:52.170832"]]
1311
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1312
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1313
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.1ms)
1314
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 5.4ms
1315
-  (0.2ms) rollback transaction
1316
-  (0.0ms) begin transaction
1317
-  (0.3ms) SAVEPOINT active_record_1
1318
- SQL (1.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.184311"], ["updated_at", "2017-09-03 12:02:52.184311"]]
1319
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1320
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1321
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.1ms)
1322
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 6.9ms
1323
-  (0.5ms) rollback transaction
1324
-  (0.1ms) begin transaction
1325
-  (0.1ms) SAVEPOINT active_record_1
1326
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.198730"], ["updated_at", "2017-09-03 12:02:52.198730"]]
1327
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1328
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1329
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.4ms)
1330
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
1331
-  (0.7ms) rollback transaction
1332
-  (0.1ms) begin transaction
1333
-  (0.2ms) SAVEPOINT active_record_1
1334
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.209345"], ["updated_at", "2017-09-03 12:02:52.209345"]]
1335
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1336
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1337
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.2ms)
1338
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.4ms
1339
-  (0.4ms) rollback transaction
1340
-  (0.1ms) begin transaction
1341
-  (0.1ms) SAVEPOINT active_record_1
1342
- SQL (1.1ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.220277"], ["updated_at", "2017-09-03 12:02:52.220277"]]
1343
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1344
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1345
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
1346
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.6ms
1347
-  (0.3ms) rollback transaction
1348
-  (0.1ms) begin transaction
1349
-  (0.1ms) SAVEPOINT active_record_1
1350
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.231257"], ["updated_at", "2017-09-03 12:02:52.231257"]]
1351
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1352
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1353
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.6ms)
1354
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.1ms
1355
-  (0.1ms) rollback transaction
1356
-  (0.1ms) begin transaction
1357
-  (0.1ms) SAVEPOINT active_record_1
1358
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.239886"], ["updated_at", "2017-09-03 12:02:52.239886"]]
1359
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1360
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1361
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.6ms)
1362
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
1363
-  (0.2ms) rollback transaction
1364
-  (0.1ms) begin transaction
1365
-  (0.1ms) SAVEPOINT active_record_1
1366
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.251770"], ["updated_at", "2017-09-03 12:02:52.251770"]]
1367
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1368
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1369
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.6ms)
1370
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 7.8ms
1371
-  (0.3ms) rollback transaction
1372
-  (0.1ms) begin transaction
1373
-  (0.2ms) SAVEPOINT active_record_1
1374
- SQL (0.9ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.268315"], ["updated_at", "2017-09-03 12:02:52.268315"]]
1375
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1376
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1377
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.7ms)
1378
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.5ms
1379
-  (0.3ms) rollback transaction
1380
-  (0.1ms) begin transaction
1381
-  (0.3ms) SAVEPOINT active_record_1
1382
- SQL (1.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:52.281445"], ["updated_at", "2017-09-03 12:02:52.281445"]]
1383
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1384
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1385
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.9ms)
1386
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.3ms
1387
-  (0.2ms) rollback transaction
1388
-  (0.1ms) begin transaction
1389
-  (0.1ms) SAVEPOINT active_record_1
1390
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.558891"], ["updated_at", "2017-09-03 12:02:56.558891"]]
1391
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1392
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1393
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.6ms)
1394
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 9.5ms
1395
-  (0.2ms) rollback transaction
1396
-  (0.1ms) begin transaction
1397
-  (0.1ms) SAVEPOINT active_record_1
1398
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.581633"], ["updated_at", "2017-09-03 12:02:56.581633"]]
1399
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1400
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1401
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.5ms)
1402
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
1403
-  (0.2ms) rollback transaction
1404
-  (0.1ms) begin transaction
1405
-  (0.1ms) SAVEPOINT active_record_1
1406
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.588173"], ["updated_at", "2017-09-03 12:02:56.588173"]]
1407
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1408
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1409
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.1ms)
1410
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.8ms
1411
-  (0.2ms) rollback transaction
1412
-  (0.1ms) begin transaction
1413
-  (0.1ms) SAVEPOINT active_record_1
1414
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.603201"], ["updated_at", "2017-09-03 12:02:56.603201"]]
1415
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1416
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1417
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
1418
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.6ms
1419
-  (0.1ms) rollback transaction
1420
-  (0.1ms) begin transaction
1421
-  (0.2ms) SAVEPOINT active_record_1
1422
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.613560"], ["updated_at", "2017-09-03 12:02:56.613560"]]
1423
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1424
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1425
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.9ms)
1426
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.6ms
1427
-  (0.3ms) rollback transaction
1428
-  (0.1ms) begin transaction
1429
-  (0.6ms) SAVEPOINT active_record_1
1430
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.626991"], ["updated_at", "2017-09-03 12:02:56.626991"]]
1431
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1432
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1433
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.1ms)
1434
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
1435
-  (0.2ms) rollback transaction
1436
-  (0.1ms) begin transaction
1437
-  (0.1ms) SAVEPOINT active_record_1
1438
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.635720"], ["updated_at", "2017-09-03 12:02:56.635720"]]
1439
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1440
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1441
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1442
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.4ms
1443
-  (0.2ms) rollback transaction
1444
-  (0.2ms) begin transaction
1445
-  (0.2ms) SAVEPOINT active_record_1
1446
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.647689"], ["updated_at", "2017-09-03 12:02:56.647689"]]
1447
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1448
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1449
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.9ms)
1450
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 5.0ms
1451
-  (0.3ms) rollback transaction
1452
-  (0.1ms) begin transaction
1453
-  (0.2ms) SAVEPOINT active_record_1
1454
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.661638"], ["updated_at", "2017-09-03 12:02:56.661638"]]
1455
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1456
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1457
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1458
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.3ms
1459
-  (0.1ms) rollback transaction
1460
-  (0.1ms) begin transaction
1461
-  (1.2ms) SAVEPOINT active_record_1
1462
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.671305"], ["updated_at", "2017-09-03 12:02:56.671305"]]
1463
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1464
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1465
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.5ms)
1466
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.2ms
1467
-  (0.6ms) rollback transaction
1468
-  (0.1ms) begin transaction
1469
-  (0.1ms) SAVEPOINT active_record_1
1470
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.684015"], ["updated_at", "2017-09-03 12:02:56.684015"]]
1471
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1472
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1473
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1474
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.0ms
1475
-  (0.2ms) rollback transaction
1476
-  (0.1ms) begin transaction
1477
-  (0.1ms) SAVEPOINT active_record_1
1478
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.693960"], ["updated_at", "2017-09-03 12:02:56.693960"]]
1479
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1480
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1481
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1482
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
1483
-  (0.1ms) rollback transaction
1484
-  (0.1ms) begin transaction
1485
-  (0.3ms) SAVEPOINT active_record_1
1486
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.701731"], ["updated_at", "2017-09-03 12:02:56.701731"]]
1487
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1488
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1489
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.8ms)
1490
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.2ms
1491
-  (0.5ms) rollback transaction
1492
-  (0.1ms) begin transaction
1493
-  (0.1ms) SAVEPOINT active_record_1
1494
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.712120"], ["updated_at", "2017-09-03 12:02:56.712120"]]
1495
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1496
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1497
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1498
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.7ms
1499
-  (0.3ms) rollback transaction
1500
-  (0.1ms) begin transaction
1501
-  (0.2ms) SAVEPOINT active_record_1
1502
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.720901"], ["updated_at", "2017-09-03 12:02:56.720901"]]
1503
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1504
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1505
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1506
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
1507
-  (0.1ms) rollback transaction
1508
-  (0.1ms) begin transaction
1509
-  (0.1ms) SAVEPOINT active_record_1
1510
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.726868"], ["updated_at", "2017-09-03 12:02:56.726868"]]
1511
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1512
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1513
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1514
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
1515
-  (0.9ms) rollback transaction
1516
-  (0.1ms) begin transaction
1517
-  (0.1ms) SAVEPOINT active_record_1
1518
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.733555"], ["updated_at", "2017-09-03 12:02:56.733555"]]
1519
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1520
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1521
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.5ms)
1522
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.1ms
1523
-  (0.3ms) rollback transaction
1524
-  (0.1ms) begin transaction
1525
-  (0.1ms) SAVEPOINT active_record_1
1526
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.744066"], ["updated_at", "2017-09-03 12:02:56.744066"]]
1527
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1528
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1529
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1530
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.6ms
1531
-  (0.2ms) rollback transaction
1532
-  (0.1ms) begin transaction
1533
-  (0.1ms) SAVEPOINT active_record_1
1534
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.752265"], ["updated_at", "2017-09-03 12:02:56.752265"]]
1535
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1536
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1537
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.5ms)
1538
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
1539
-  (0.1ms) rollback transaction
1540
-  (0.1ms) begin transaction
1541
-  (0.1ms) SAVEPOINT active_record_1
1542
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.758112"], ["updated_at", "2017-09-03 12:02:56.758112"]]
1543
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1544
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1545
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.1ms)
1546
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.3ms
1547
-  (0.2ms) rollback transaction
1548
-  (0.1ms) begin transaction
1549
-  (0.1ms) SAVEPOINT active_record_1
1550
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.765800"], ["updated_at", "2017-09-03 12:02:56.765800"]]
1551
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1552
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1553
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
1554
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.3ms
1555
-  (0.4ms) rollback transaction
1556
-  (0.1ms) begin transaction
1557
-  (0.2ms) SAVEPOINT active_record_1
1558
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.777428"], ["updated_at", "2017-09-03 12:02:56.777428"]]
1559
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1560
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1561
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1562
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.4ms
1563
-  (0.2ms) rollback transaction
1564
-  (0.1ms) begin transaction
1565
-  (0.1ms) SAVEPOINT active_record_1
1566
- SQL (1.0ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:02:56.785642"], ["updated_at", "2017-09-03 12:02:56.785642"]]
1567
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1568
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1569
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1570
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.6ms
1571
-  (0.2ms) rollback transaction
1572
-  (0.1ms) begin transaction
1573
-  (0.2ms) SAVEPOINT active_record_1
1574
- SQL (0.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:10.927179"], ["updated_at", "2017-09-03 12:03:10.927179"]]
1575
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1576
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1577
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
1578
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 9.8ms
1579
-  (0.4ms) rollback transaction
1580
-  (0.1ms) begin transaction
1581
-  (0.1ms) SAVEPOINT active_record_1
1582
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:10.958869"], ["updated_at", "2017-09-03 12:03:10.958869"]]
1583
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1584
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1585
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1586
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
1587
-  (0.2ms) rollback transaction
1588
-  (0.1ms) begin transaction
1589
-  (0.1ms) SAVEPOINT active_record_1
1590
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:10.965112"], ["updated_at", "2017-09-03 12:03:10.965112"]]
1591
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1592
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1593
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1594
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.0ms
1595
-  (0.2ms) rollback transaction
1596
-  (0.1ms) begin transaction
1597
-  (0.1ms) SAVEPOINT active_record_1
1598
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:10.971230"], ["updated_at", "2017-09-03 12:03:10.971230"]]
1599
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1600
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1601
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1602
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.0ms
1603
-  (0.1ms) rollback transaction
1604
-  (0.1ms) begin transaction
1605
-  (0.1ms) SAVEPOINT active_record_1
1606
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:10.978236"], ["updated_at", "2017-09-03 12:03:10.978236"]]
1607
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1608
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1609
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1610
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
1611
-  (0.1ms) rollback transaction
1612
-  (0.1ms) begin transaction
1613
-  (0.1ms) SAVEPOINT active_record_1
1614
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:10.984269"], ["updated_at", "2017-09-03 12:03:10.984269"]]
1615
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1616
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1617
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1618
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.3ms
1619
-  (0.2ms) rollback transaction
1620
-  (0.1ms) begin transaction
1621
-  (1.0ms) SAVEPOINT active_record_1
1622
- SQL (1.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:10.992683"], ["updated_at", "2017-09-03 12:03:10.992683"]]
1623
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1624
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1625
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
1626
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
1627
-  (0.2ms) rollback transaction
1628
-  (0.1ms) begin transaction
1629
-  (0.2ms) SAVEPOINT active_record_1
1630
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.005110"], ["updated_at", "2017-09-03 12:03:11.005110"]]
1631
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1632
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1633
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1634
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
1635
-  (0.2ms) rollback transaction
1636
-  (0.1ms) begin transaction
1637
-  (0.2ms) SAVEPOINT active_record_1
1638
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.012819"], ["updated_at", "2017-09-03 12:03:11.012819"]]
1639
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1640
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1641
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.7ms)
1642
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.7ms
1643
-  (0.2ms) rollback transaction
1644
-  (0.1ms) begin transaction
1645
-  (0.1ms) SAVEPOINT active_record_1
1646
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.023664"], ["updated_at", "2017-09-03 12:03:11.023664"]]
1647
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1648
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1649
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1650
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
1651
-  (0.3ms) rollback transaction
1652
-  (0.2ms) begin transaction
1653
-  (0.5ms) SAVEPOINT active_record_1
1654
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.035208"], ["updated_at", "2017-09-03 12:03:11.035208"]]
1655
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1656
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1657
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1658
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 7.2ms
1659
-  (0.3ms) rollback transaction
1660
-  (0.1ms) begin transaction
1661
-  (0.2ms) SAVEPOINT active_record_1
1662
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.051702"], ["updated_at", "2017-09-03 12:03:11.051702"]]
1663
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1664
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1665
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.1ms)
1666
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.8ms
1667
-  (0.3ms) rollback transaction
1668
-  (0.1ms) begin transaction
1669
-  (0.1ms) SAVEPOINT active_record_1
1670
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.061491"], ["updated_at", "2017-09-03 12:03:11.061491"]]
1671
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1672
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1673
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.9ms)
1674
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.7ms
1675
-  (0.4ms) rollback transaction
1676
-  (0.1ms) begin transaction
1677
-  (0.2ms) SAVEPOINT active_record_1
1678
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.074054"], ["updated_at", "2017-09-03 12:03:11.074054"]]
1679
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1680
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1681
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
1682
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.7ms
1683
-  (0.2ms) rollback transaction
1684
-  (0.1ms) begin transaction
1685
-  (0.2ms) SAVEPOINT active_record_1
1686
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.084867"], ["updated_at", "2017-09-03 12:03:11.084867"]]
1687
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1688
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1689
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1690
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.4ms
1691
-  (0.4ms) rollback transaction
1692
-  (0.2ms) begin transaction
1693
-  (0.2ms) SAVEPOINT active_record_1
1694
- SQL (0.6ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.096373"], ["updated_at", "2017-09-03 12:03:11.096373"]]
1695
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1696
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1697
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
1698
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 5.0ms
1699
-  (0.4ms) rollback transaction
1700
-  (0.1ms) begin transaction
1701
-  (0.2ms) SAVEPOINT active_record_1
1702
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.110765"], ["updated_at", "2017-09-03 12:03:11.110765"]]
1703
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1704
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1705
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.6ms)
1706
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 5.2ms
1707
-  (0.3ms) rollback transaction
1708
-  (0.1ms) begin transaction
1709
-  (0.1ms) SAVEPOINT active_record_1
1710
- SQL (1.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.124832"], ["updated_at", "2017-09-03 12:03:11.124832"]]
1711
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1712
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1713
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
1714
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
1715
-  (1.7ms) rollback transaction
1716
-  (0.1ms) begin transaction
1717
-  (0.2ms) SAVEPOINT active_record_1
1718
- SQL (0.9ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.140120"], ["updated_at", "2017-09-03 12:03:11.140120"]]
1719
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1720
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1721
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1722
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.1ms
1723
-  (0.2ms) rollback transaction
1724
-  (0.1ms) begin transaction
1725
-  (0.2ms) SAVEPOINT active_record_1
1726
- SQL (0.6ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.152367"], ["updated_at", "2017-09-03 12:03:11.152367"]]
1727
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1728
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1729
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1730
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.9ms
1731
-  (2.3ms) rollback transaction
1732
-  (0.1ms) begin transaction
1733
-  (0.2ms) SAVEPOINT active_record_1
1734
- SQL (1.1ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.167971"], ["updated_at", "2017-09-03 12:03:11.167971"]]
1735
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1736
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1737
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
1738
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
1739
-  (0.6ms) rollback transaction
1740
-  (0.3ms) begin transaction
1741
-  (0.3ms) SAVEPOINT active_record_1
1742
- SQL (0.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.187083"], ["updated_at", "2017-09-03 12:03:11.187083"]]
1743
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1744
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1745
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.9ms)
1746
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.4ms
1747
-  (1.0ms) rollback transaction
1748
-  (0.1ms) begin transaction
1749
-  (0.1ms) SAVEPOINT active_record_1
1750
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:11.200513"], ["updated_at", "2017-09-03 12:03:11.200513"]]
1751
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1752
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1753
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1754
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
1755
-  (0.2ms) rollback transaction
1756
-  (0.1ms) begin transaction
1757
-  (0.1ms) SAVEPOINT active_record_1
1758
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.527139"], ["updated_at", "2017-09-03 12:03:16.527139"]]
1759
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1760
- Ecm::Contact::ContactRequest Load (0.2ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1761
-  (0.1ms) SAVEPOINT active_record_1
1762
- SQL (0.2ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 12:03:16.536394"], ["updated_at", "2017-09-03 12:03:16.536995"], ["id", 1]]
1763
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1764
-  (0.1ms) rollback transaction
1765
-  (0.0ms) begin transaction
1766
-  (0.1ms) SAVEPOINT active_record_1
1767
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.540895"], ["updated_at", "2017-09-03 12:03:16.540895"]]
1768
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1769
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: b031a87c-72c3-4a09-a40d-cd80cc0bd270) to Test(contact_requests) with arguments: 1
1770
-  (0.1ms) rollback transaction
1771
-  (0.0ms) begin transaction
1772
-  (0.1ms) SAVEPOINT active_record_1
1773
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.544112"], ["updated_at", "2017-09-03 12:03:16.544112"]]
1774
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1775
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 1a51535d-cca2-4f04-b47e-4ff391d8fa0d) to Test(contact_requests) with arguments: 1
1776
-  (0.3ms) rollback transaction
1777
-  (0.0ms) begin transaction
1778
-  (0.1ms) SAVEPOINT active_record_1
1779
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.679623"], ["updated_at", "2017-09-03 12:03:16.679623"]]
1780
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1781
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1782
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.8ms)
1783
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 10.2ms
1784
-  (0.3ms) rollback transaction
1785
-  (0.1ms) begin transaction
1786
-  (0.1ms) SAVEPOINT active_record_1
1787
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.698269"], ["updated_at", "2017-09-03 12:03:16.698269"]]
1788
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1789
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1790
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1791
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.0ms
1792
-  (0.1ms) rollback transaction
1793
-  (0.1ms) begin transaction
1794
-  (0.9ms) SAVEPOINT active_record_1
1795
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.705198"], ["updated_at", "2017-09-03 12:03:16.705198"]]
1796
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1797
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1798
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1799
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
1800
-  (0.1ms) rollback transaction
1801
-  (0.0ms) begin transaction
1802
-  (0.0ms) SAVEPOINT active_record_1
1803
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.710603"], ["updated_at", "2017-09-03 12:03:16.710603"]]
1804
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1805
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1806
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.7ms)
1807
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.7ms
1808
-  (0.1ms) rollback transaction
1809
-  (0.0ms) begin transaction
1810
-  (0.1ms) SAVEPOINT active_record_1
1811
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.716110"], ["updated_at", "2017-09-03 12:03:16.716110"]]
1812
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1813
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1814
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.6ms)
1815
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.7ms
1816
-  (0.1ms) rollback transaction
1817
-  (0.0ms) begin transaction
1818
-  (0.1ms) SAVEPOINT active_record_1
1819
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.720952"], ["updated_at", "2017-09-03 12:03:16.720952"]]
1820
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1821
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1822
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1823
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.5ms
1824
-  (0.1ms) rollback transaction
1825
-  (0.1ms) begin transaction
1826
-  (0.1ms) SAVEPOINT active_record_1
1827
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.727243"], ["updated_at", "2017-09-03 12:03:16.727243"]]
1828
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1829
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1830
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.6ms)
1831
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.3ms
1832
-  (0.2ms) rollback transaction
1833
-  (0.1ms) begin transaction
1834
-  (0.1ms) SAVEPOINT active_record_1
1835
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.736019"], ["updated_at", "2017-09-03 12:03:16.736019"]]
1836
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1837
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1838
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1839
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.2ms
1840
-  (0.1ms) rollback transaction
1841
-  (0.1ms) begin transaction
1842
-  (0.1ms) SAVEPOINT active_record_1
1843
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.742965"], ["updated_at", "2017-09-03 12:03:16.742965"]]
1844
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1845
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1846
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1847
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.0ms
1848
-  (0.1ms) rollback transaction
1849
-  (0.1ms) begin transaction
1850
-  (0.1ms) SAVEPOINT active_record_1
1851
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.748910"], ["updated_at", "2017-09-03 12:03:16.748910"]]
1852
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1853
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1854
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.4ms)
1855
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.5ms
1856
-  (0.1ms) rollback transaction
1857
-  (0.0ms) begin transaction
1858
-  (0.0ms) SAVEPOINT active_record_1
1859
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.755204"], ["updated_at", "2017-09-03 12:03:16.755204"]]
1860
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1861
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1862
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
1863
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.3ms
1864
-  (0.4ms) rollback transaction
1865
-  (0.1ms) begin transaction
1866
-  (0.1ms) SAVEPOINT active_record_1
1867
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.763591"], ["updated_at", "2017-09-03 12:03:16.763591"]]
1868
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1869
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1870
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.1ms)
1871
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.9ms
1872
-  (0.2ms) rollback transaction
1873
-  (0.1ms) begin transaction
1874
-  (0.1ms) SAVEPOINT active_record_1
1875
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.774472"], ["updated_at", "2017-09-03 12:03:16.774472"]]
1876
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1877
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1878
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1879
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
1880
-  (0.2ms) rollback transaction
1881
-  (0.0ms) begin transaction
1882
-  (0.1ms) SAVEPOINT active_record_1
1883
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.780141"], ["updated_at", "2017-09-03 12:03:16.780141"]]
1884
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1885
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1886
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.7ms)
1887
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
1888
-  (0.1ms) rollback transaction
1889
-  (0.1ms) begin transaction
1890
-  (0.1ms) SAVEPOINT active_record_1
1891
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.785561"], ["updated_at", "2017-09-03 12:03:16.785561"]]
1892
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1893
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1894
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1895
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.0ms
1896
-  (0.3ms) rollback transaction
1897
-  (0.1ms) begin transaction
1898
-  (0.1ms) SAVEPOINT active_record_1
1899
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.794977"], ["updated_at", "2017-09-03 12:03:16.794977"]]
1900
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1901
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1902
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.8ms)
1903
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 5.5ms
1904
-  (0.2ms) rollback transaction
1905
-  (0.1ms) begin transaction
1906
-  (0.1ms) SAVEPOINT active_record_1
1907
- SQL (1.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.806971"], ["updated_at", "2017-09-03 12:03:16.806971"]]
1908
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1909
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1910
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
1911
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.6ms
1912
-  (0.2ms) rollback transaction
1913
-  (0.1ms) begin transaction
1914
-  (1.0ms) SAVEPOINT active_record_1
1915
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.819896"], ["updated_at", "2017-09-03 12:03:16.819896"]]
1916
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1917
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1918
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.0ms)
1919
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.9ms
1920
-  (0.3ms) rollback transaction
1921
-  (0.2ms) begin transaction
1922
-  (0.2ms) SAVEPOINT active_record_1
1923
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.830996"], ["updated_at", "2017-09-03 12:03:16.830996"]]
1924
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1925
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1926
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.5ms)
1927
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.0ms
1928
-  (0.2ms) rollback transaction
1929
-  (0.1ms) begin transaction
1930
-  (0.1ms) SAVEPOINT active_record_1
1931
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.839104"], ["updated_at", "2017-09-03 12:03:16.839104"]]
1932
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1933
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1934
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1935
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
1936
-  (0.1ms) rollback transaction
1937
-  (0.1ms) begin transaction
1938
-  (0.1ms) SAVEPOINT active_record_1
1939
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.845007"], ["updated_at", "2017-09-03 12:03:16.845007"]]
1940
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1941
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1942
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
1943
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
1944
-  (0.1ms) rollback transaction
1945
-  (0.1ms) begin transaction
1946
-  (0.1ms) SAVEPOINT active_record_1
1947
- SQL (0.1ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.851151"], ["updated_at", "2017-09-03 12:03:16.851151"]]
1948
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1949
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1950
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
1951
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.8ms
1952
-  (1.2ms) rollback transaction
1953
-  (0.2ms) begin transaction
1954
-  (0.3ms) SAVEPOINT active_record_1
1955
- SQL (0.6ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.864012"], ["updated_at", "2017-09-03 12:03:16.864012"]]
1956
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1957
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1958
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.5ms)
1959
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.1ms
1960
-  (0.2ms) rollback transaction
1961
-  (0.1ms) begin transaction
1962
-  (0.0ms) rollback transaction
1963
-  (0.2ms) begin transaction
1964
-  (0.2ms) rollback transaction
1965
-  (0.2ms) begin transaction
1966
-  (0.2ms) rollback transaction
1967
-  (0.2ms) begin transaction
1968
-  (0.1ms) rollback transaction
1969
-  (0.1ms) begin transaction
1970
-  (0.1ms) rollback transaction
1971
-  (0.1ms) begin transaction
1972
-  (0.1ms) rollback transaction
1973
-  (0.1ms) begin transaction
1974
-  (0.1ms) rollback transaction
1975
-  (0.1ms) begin transaction
1976
-  (0.1ms) rollback transaction
1977
-  (0.1ms) begin transaction
1978
-  (0.1ms) rollback transaction
1979
-  (0.1ms) begin transaction
1980
-  (0.5ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
1981
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
1982
-  (0.2ms) rollback transaction
1983
-  (0.1ms) begin transaction
1984
-  (0.1ms) rollback transaction
1985
-  (0.1ms) begin transaction
1986
-  (0.3ms) SAVEPOINT active_record_1
1987
- SQL (0.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.947434"], ["updated_at", "2017-09-03 12:03:16.947434"]]
1988
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: cb735ce1-591a-49fe-94c4-a3f8e7a70d6e) to Test(contact_requests) with arguments: 1
1989
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1990
-  (1.5ms) rollback transaction
1991
-  (0.1ms) begin transaction
1992
-  (0.1ms) rollback transaction
1993
-  (0.1ms) begin transaction
1994
-  (0.3ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
1995
-  (0.1ms) SAVEPOINT active_record_1
1996
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.960220"], ["updated_at", "2017-09-03 12:03:16.960220"]]
1997
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: f00d1fbc-d38c-47a7-b9f0-3e68dd394984) to Test(contact_requests) with arguments: 1
1998
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1999
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2000
-  (0.1ms) rollback transaction
2001
-  (0.1ms) begin transaction
2002
-  (0.1ms) SAVEPOINT active_record_1
2003
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.969736"], ["updated_at", "2017-09-03 12:03:16.969736"]]
2004
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2005
-  (0.0ms) SAVEPOINT active_record_1
2006
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2007
-  (0.2ms) rollback transaction
2008
-  (0.1ms) begin transaction
2009
-  (0.1ms) rollback transaction
2010
-  (0.1ms) begin transaction
2011
-  (0.1ms) rollback transaction
2012
-  (0.1ms) begin transaction
2013
-  (0.1ms) SAVEPOINT active_record_1
2014
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.988517"], ["updated_at", "2017-09-03 12:03:16.988517"]]
2015
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: dc9f08f4-8e91-4d5c-aa13-491595757b5b) to Test(contact_requests) with arguments: 1
2016
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2017
-  (0.1ms) rollback transaction
2018
-  (0.0ms) begin transaction
2019
-  (0.1ms) rollback transaction
2020
-  (0.0ms) begin transaction
2021
-  (0.1ms) SAVEPOINT active_record_1
2022
- SQL (0.1ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:03:16.993817"], ["updated_at", "2017-09-03 12:03:16.993817"]]
2023
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 07d00e6f-88d7-42ae-ad5a-2a3b08924c9c) to Test(contact_requests) with arguments: 1
2024
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2025
-  (0.0ms) SAVEPOINT active_record_1
2026
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 1232bcb7-fa73-4128-9b40-efeeb6587a4e) to Test(contact_requests) with arguments: 1
2027
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2028
-  (0.1ms) rollback transaction
2029
-  (0.1ms) begin transaction
2030
-  (0.2ms) rollback transaction
2031
-  (0.1ms) begin transaction
2032
-  (0.2ms) rollback transaction
2033
-  (0.1ms) begin transaction
2034
-  (0.1ms) rollback transaction
2035
-  (0.1ms) begin transaction
2036
-  (0.1ms) rollback transaction
2037
-  (0.0ms) begin transaction
2038
-  (0.1ms) rollback transaction
2039
-  (0.1ms) begin transaction
2040
-  (0.1ms) rollback transaction
2041
-  (0.1ms) begin transaction
2042
-  (0.1ms) rollback transaction
2043
-  (0.0ms) begin transaction
2044
-  (0.0ms) rollback transaction
2045
-  (0.0ms) begin transaction
2046
-  (0.1ms) rollback transaction
2047
-  (0.1ms) begin transaction
2048
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2049
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2050
-  (0.3ms) rollback transaction
2051
-  (0.2ms) begin transaction
2052
-  (0.1ms) rollback transaction
2053
-  (0.1ms) begin transaction
2054
-  (0.1ms) SAVEPOINT active_record_1
2055
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:15.114839"], ["updated_at", "2017-09-03 12:04:15.114839"]]
2056
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 6ed51aad-dd2e-4e18-89d2-dc048ec2c270) to Test(contact_requests) with arguments: 1
2057
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2058
-  (0.2ms) rollback transaction
2059
-  (0.1ms) begin transaction
2060
-  (0.1ms) rollback transaction
2061
-  (0.1ms) begin transaction
2062
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2063
-  (0.1ms) SAVEPOINT active_record_1
2064
- SQL (1.0ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:15.123499"], ["updated_at", "2017-09-03 12:04:15.123499"]]
2065
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 28bbd341-ba00-43bf-befa-96aedf88ea62) to Test(contact_requests) with arguments: 1
2066
-  (0.2ms) RELEASE SAVEPOINT active_record_1
2067
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2068
-  (1.4ms) rollback transaction
2069
-  (0.1ms) begin transaction
2070
-  (0.1ms) SAVEPOINT active_record_1
2071
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:15.139699"], ["updated_at", "2017-09-03 12:04:15.139699"]]
2072
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2073
-  (1.0ms) rollback transaction
2074
-  (0.1ms) begin transaction
2075
-  (0.1ms) SAVEPOINT active_record_1
2076
- SQL (1.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.229112"], ["updated_at", "2017-09-03 12:04:19.229112"]]
2077
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2078
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2079
-  (0.1ms) SAVEPOINT active_record_1
2080
- SQL (0.1ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 12:04:19.238397"], ["updated_at", "2017-09-03 12:04:19.239183"], ["id", 1]]
2081
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2082
-  (0.2ms) rollback transaction
2083
-  (0.1ms) begin transaction
2084
-  (0.1ms) SAVEPOINT active_record_1
2085
- SQL (0.6ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.243383"], ["updated_at", "2017-09-03 12:04:19.243383"]]
2086
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2087
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 815b6ca7-5605-4a19-988d-78db13cdcabe) to Test(contact_requests) with arguments: 1
2088
-  (0.1ms) rollback transaction
2089
-  (0.0ms) begin transaction
2090
-  (0.1ms) SAVEPOINT active_record_1
2091
- SQL (0.9ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.247482"], ["updated_at", "2017-09-03 12:04:19.247482"]]
2092
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2093
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: bec4586e-bde4-44a8-b4d2-228d9229aa69) to Test(contact_requests) with arguments: 1
2094
-  (0.2ms) rollback transaction
2095
-  (0.1ms) begin transaction
2096
-  (0.1ms) SAVEPOINT active_record_1
2097
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.394008"], ["updated_at", "2017-09-03 12:04:19.394008"]]
2098
-  (0.2ms) RELEASE SAVEPOINT active_record_1
2099
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2100
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.9ms)
2101
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 15.3ms
2102
-  (0.2ms) rollback transaction
2103
-  (0.1ms) begin transaction
2104
-  (0.0ms) SAVEPOINT active_record_1
2105
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.416547"], ["updated_at", "2017-09-03 12:04:19.416547"]]
2106
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2107
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2108
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
2109
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
2110
-  (0.2ms) rollback transaction
2111
-  (0.1ms) begin transaction
2112
-  (0.1ms) SAVEPOINT active_record_1
2113
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.422905"], ["updated_at", "2017-09-03 12:04:19.422905"]]
2114
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2115
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2116
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
2117
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
2118
-  (0.2ms) rollback transaction
2119
-  (0.1ms) begin transaction
2120
-  (0.1ms) SAVEPOINT active_record_1
2121
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.428786"], ["updated_at", "2017-09-03 12:04:19.428786"]]
2122
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2123
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2124
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
2125
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.5ms
2126
-  (0.1ms) rollback transaction
2127
-  (0.0ms) begin transaction
2128
-  (0.1ms) SAVEPOINT active_record_1
2129
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.435972"], ["updated_at", "2017-09-03 12:04:19.435972"]]
2130
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2131
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2132
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.4ms)
2133
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.4ms
2134
-  (0.1ms) rollback transaction
2135
-  (0.1ms) begin transaction
2136
-  (0.1ms) SAVEPOINT active_record_1
2137
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.440984"], ["updated_at", "2017-09-03 12:04:19.440984"]]
2138
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2139
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2140
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.1ms)
2141
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.3ms
2142
-  (0.2ms) rollback transaction
2143
-  (0.1ms) begin transaction
2144
-  (0.1ms) SAVEPOINT active_record_1
2145
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.447370"], ["updated_at", "2017-09-03 12:04:19.447370"]]
2146
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2147
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2148
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.7ms)
2149
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
2150
-  (0.2ms) rollback transaction
2151
-  (0.1ms) begin transaction
2152
-  (0.2ms) SAVEPOINT active_record_1
2153
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.457135"], ["updated_at", "2017-09-03 12:04:19.457135"]]
2154
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2155
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2156
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
2157
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.4ms
2158
-  (0.2ms) rollback transaction
2159
-  (0.2ms) begin transaction
2160
-  (0.1ms) SAVEPOINT active_record_1
2161
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.466556"], ["updated_at", "2017-09-03 12:04:19.466556"]]
2162
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2163
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2164
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.0ms)
2165
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.2ms
2166
-  (0.1ms) rollback transaction
2167
-  (0.0ms) begin transaction
2168
-  (0.1ms) SAVEPOINT active_record_1
2169
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.472837"], ["updated_at", "2017-09-03 12:04:19.472837"]]
2170
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2171
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2172
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.2ms)
2173
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.9ms
2174
-  (0.2ms) rollback transaction
2175
-  (0.1ms) begin transaction
2176
-  (0.1ms) SAVEPOINT active_record_1
2177
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.480479"], ["updated_at", "2017-09-03 12:04:19.480479"]]
2178
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2179
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2180
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.3ms)
2181
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.9ms
2182
-  (0.2ms) rollback transaction
2183
-  (0.1ms) begin transaction
2184
-  (0.2ms) SAVEPOINT active_record_1
2185
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.491085"], ["updated_at", "2017-09-03 12:04:19.491085"]]
2186
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2187
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2188
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
2189
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
2190
-  (0.1ms) rollback transaction
2191
-  (0.1ms) begin transaction
2192
-  (0.1ms) SAVEPOINT active_record_1
2193
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.498467"], ["updated_at", "2017-09-03 12:04:19.498467"]]
2194
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2195
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2196
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
2197
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.8ms
2198
-  (0.1ms) rollback transaction
2199
-  (0.1ms) begin transaction
2200
-  (0.1ms) SAVEPOINT active_record_1
2201
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.504034"], ["updated_at", "2017-09-03 12:04:19.504034"]]
2202
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2203
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2204
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.0ms)
2205
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.7ms
2206
-  (0.2ms) rollback transaction
2207
-  (0.0ms) begin transaction
2208
-  (0.1ms) SAVEPOINT active_record_1
2209
- SQL (0.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.511254"], ["updated_at", "2017-09-03 12:04:19.511254"]]
2210
-  (0.2ms) RELEASE SAVEPOINT active_record_1
2211
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2212
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.5ms)
2213
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 4.1ms
2214
-  (0.3ms) rollback transaction
2215
-  (0.2ms) begin transaction
2216
-  (0.2ms) SAVEPOINT active_record_1
2217
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.525131"], ["updated_at", "2017-09-03 12:04:19.525131"]]
2218
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2219
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2220
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.0ms)
2221
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.1ms
2222
-  (0.1ms) rollback transaction
2223
-  (0.1ms) begin transaction
2224
-  (0.1ms) SAVEPOINT active_record_1
2225
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.531839"], ["updated_at", "2017-09-03 12:04:19.531839"]]
2226
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2227
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2228
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.8ms)
2229
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.9ms
2230
-  (0.1ms) rollback transaction
2231
-  (0.1ms) begin transaction
2232
-  (0.1ms) SAVEPOINT active_record_1
2233
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.538300"], ["updated_at", "2017-09-03 12:04:19.538300"]]
2234
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2235
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2236
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.4ms)
2237
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.1ms
2238
-  (0.5ms) rollback transaction
2239
-  (0.2ms) begin transaction
2240
-  (0.1ms) SAVEPOINT active_record_1
2241
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.549691"], ["updated_at", "2017-09-03 12:04:19.549691"]]
2242
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2243
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2244
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.8ms)
2245
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.5ms
2246
-  (0.2ms) rollback transaction
2247
-  (0.1ms) begin transaction
2248
-  (0.1ms) SAVEPOINT active_record_1
2249
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.558366"], ["updated_at", "2017-09-03 12:04:19.558366"]]
2250
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2251
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2252
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.6ms)
2253
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.6ms
2254
-  (0.1ms) rollback transaction
2255
-  (0.0ms) begin transaction
2256
-  (0.1ms) SAVEPOINT active_record_1
2257
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.564716"], ["updated_at", "2017-09-03 12:04:19.564716"]]
2258
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2259
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2260
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.9ms)
2261
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 1.6ms
2262
-  (0.1ms) rollback transaction
2263
-  (0.1ms) begin transaction
2264
-  (0.2ms) SAVEPOINT active_record_1
2265
- SQL (0.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.570767"], ["updated_at", "2017-09-03 12:04:19.570767"]]
2266
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2267
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2268
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (1.0ms)
2269
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 3.3ms
2270
-  (0.3ms) rollback transaction
2271
-  (0.1ms) begin transaction
2272
-  (0.1ms) SAVEPOINT active_record_1
2273
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.584149"], ["updated_at", "2017-09-03 12:04:19.584149"]]
2274
-  (0.2ms) RELEASE SAVEPOINT active_record_1
2275
- Rendering /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer
2276
- Rendered /home/vagrant/rails/ecm/ecm_demo/engines/ecm_contact2/app/views/ecm/contact/contact_request_mailer/notify.text.erb within layouts/mailer (0.7ms)
2277
- Ecm::Contact::ContactRequestMailer#notify: processed outbound mail in 2.4ms
2278
-  (0.3ms) rollback transaction
2279
-  (0.1ms) begin transaction
2280
-  (0.1ms) rollback transaction
2281
-  (0.0ms) begin transaction
2282
-  (0.1ms) rollback transaction
2283
-  (0.0ms) begin transaction
2284
-  (0.1ms) rollback transaction
2285
-  (0.1ms) begin transaction
2286
-  (0.1ms) rollback transaction
2287
-  (0.0ms) begin transaction
2288
-  (1.1ms) rollback transaction
2289
-  (0.1ms) begin transaction
2290
-  (0.2ms) rollback transaction
2291
-  (0.2ms) begin transaction
2292
-  (0.0ms) rollback transaction
2293
-  (0.0ms) begin transaction
2294
-  (0.0ms) rollback transaction
2295
-  (0.0ms) begin transaction
2296
-  (0.0ms) rollback transaction
2297
-  (0.0ms) begin transaction
2298
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2299
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2300
-  (0.1ms) rollback transaction
2301
-  (0.1ms) begin transaction
2302
-  (0.1ms) rollback transaction
2303
-  (0.1ms) begin transaction
2304
-  (0.1ms) SAVEPOINT active_record_1
2305
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.643915"], ["updated_at", "2017-09-03 12:04:19.643915"]]
2306
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 54c9b729-57f1-4812-997c-474a31b9262c) to Test(contact_requests) with arguments: 1
2307
-  (0.3ms) RELEASE SAVEPOINT active_record_1
2308
-  (0.3ms) rollback transaction
2309
-  (0.1ms) begin transaction
2310
-  (0.0ms) rollback transaction
2311
-  (0.0ms) begin transaction
2312
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2313
-  (0.1ms) SAVEPOINT active_record_1
2314
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.651306"], ["updated_at", "2017-09-03 12:04:19.651306"]]
2315
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 9da548c4-e31d-4269-8713-2e8d8cfbd556) to Test(contact_requests) with arguments: 1
2316
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2317
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2318
-  (0.2ms) rollback transaction
2319
-  (0.1ms) begin transaction
2320
-  (0.1ms) SAVEPOINT active_record_1
2321
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.660589"], ["updated_at", "2017-09-03 12:04:19.660589"]]
2322
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2323
-  (0.1ms) rollback transaction
2324
-  (0.0ms) begin transaction
2325
-  (0.1ms) rollback transaction
2326
-  (0.1ms) begin transaction
2327
-  (0.1ms) rollback transaction
2328
-  (0.1ms) begin transaction
2329
-  (0.1ms) SAVEPOINT active_record_1
2330
- SQL (0.6ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.667621"], ["updated_at", "2017-09-03 12:04:19.667621"]]
2331
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 86efbeea-8bde-444a-bc70-4c0e3765404b) to Test(contact_requests) with arguments: 1
2332
-  (0.2ms) RELEASE SAVEPOINT active_record_1
2333
-  (0.2ms) rollback transaction
2334
-  (0.1ms) begin transaction
2335
-  (0.1ms) rollback transaction
2336
-  (0.1ms) begin transaction
2337
-  (0.1ms) SAVEPOINT active_record_1
2338
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 12:04:19.678414"], ["updated_at", "2017-09-03 12:04:19.678414"]]
2339
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 10202b5c-3eec-40eb-83a8-980c21581020) to Test(contact_requests) with arguments: 1
2340
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2341
-  (0.1ms) SAVEPOINT active_record_1
2342
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: f12eec79-e780-4ce8-a6d2-1eac8183a570) to Test(contact_requests) with arguments: 1
2343
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2344
-  (0.1ms) rollback transaction
2345
-  (0.0ms) begin transaction
2346
-  (0.1ms) SAVEPOINT active_record_1
2347
- SQL (0.8ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:09.436011"], ["updated_at", "2017-09-03 15:24:09.436011"]]
2348
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2349
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2350
-  (0.1ms) SAVEPOINT active_record_1
2351
- SQL (0.2ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 15:24:09.446122"], ["updated_at", "2017-09-03 15:24:09.446784"], ["id", 1]]
2352
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2353
-  (0.8ms) rollback transaction
2354
-  (0.0ms) begin transaction
2355
-  (0.1ms) SAVEPOINT active_record_1
2356
- SQL (0.6ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:09.452157"], ["updated_at", "2017-09-03 15:24:09.452157"]]
2357
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2358
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2359
-  (0.1ms) SAVEPOINT active_record_1
2360
- SQL (0.1ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 15:24:09.454068"], ["updated_at", "2017-09-03 15:24:09.454539"], ["id", 1]]
2361
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2362
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2363
-  (0.7ms) rollback transaction
2364
-  (0.0ms) begin transaction
2365
-  (0.1ms) SAVEPOINT active_record_1
2366
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:09.459047"], ["updated_at", "2017-09-03 15:24:09.459047"]]
2367
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2368
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: caba5194-ea38-4413-885c-b0278f58f138) to Test(contact_requests) with arguments: 1
2369
-  (0.6ms) rollback transaction
2370
-  (0.0ms) begin transaction
2371
-  (0.1ms) SAVEPOINT active_record_1
2372
- SQL (0.5ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:09.463881"], ["updated_at", "2017-09-03 15:24:09.463881"]]
2373
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2374
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: daffc5c2-f156-4f1a-bf70-59dbac6f34e1) to Test(contact_requests) with arguments: 1
2375
-  (0.6ms) rollback transaction
2376
-  (0.1ms) begin transaction
2377
-  (0.1ms) SAVEPOINT active_record_1
2378
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:18.832087"], ["updated_at", "2017-09-03 15:24:18.832087"]]
2379
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2380
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2381
-  (0.1ms) SAVEPOINT active_record_1
2382
- SQL (0.2ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 15:24:18.841198"], ["updated_at", "2017-09-03 15:24:18.841770"], ["id", 1]]
2383
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2384
-  (0.1ms) rollback transaction
2385
-  (0.0ms) begin transaction
2386
-  (0.1ms) SAVEPOINT active_record_1
2387
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:18.848752"], ["updated_at", "2017-09-03 15:24:18.848752"]]
2388
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2389
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2390
-  (0.1ms) SAVEPOINT active_record_1
2391
- SQL (0.1ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 15:24:18.850390"], ["updated_at", "2017-09-03 15:24:18.850796"], ["id", 1]]
2392
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2393
- Ecm::Contact::ContactRequest Load (0.0ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2394
-  (0.3ms) rollback transaction
2395
-  (0.1ms) begin transaction
2396
-  (0.2ms) SAVEPOINT active_record_1
2397
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:18.866902"], ["updated_at", "2017-09-03 15:24:18.866902"]]
2398
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2399
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 56f482b0-1ef5-4327-a1db-c7105c64fd96) to Test(contact_requests) with arguments: 1
2400
-  (0.2ms) rollback transaction
2401
-  (0.1ms) begin transaction
2402
-  (0.1ms) SAVEPOINT active_record_1
2403
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:18.873826"], ["updated_at", "2017-09-03 15:24:18.873826"]]
2404
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2405
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 925e449f-560d-4383-a625-95cd7abf621e) to Test(contact_requests) with arguments: 1
2406
-  (0.2ms) rollback transaction
2407
-  (0.0ms) begin transaction
2408
-  (0.1ms) SAVEPOINT active_record_1
2409
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:27.830842"], ["updated_at", "2017-09-03 15:24:27.830842"]]
2410
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2411
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2412
-  (0.1ms) SAVEPOINT active_record_1
2413
- SQL (0.2ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 15:24:27.847130"], ["updated_at", "2017-09-03 15:24:27.847695"], ["id", 1]]
2414
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2415
-  (0.1ms) rollback transaction
2416
-  (0.0ms) begin transaction
2417
-  (0.1ms) SAVEPOINT active_record_1
2418
- SQL (0.7ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:27.855533"], ["updated_at", "2017-09-03 15:24:27.855533"]]
2419
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2420
- Ecm::Contact::ContactRequest Load (0.1ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2421
-  (0.0ms) SAVEPOINT active_record_1
2422
- SQL (0.9ms) UPDATE "ecm_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "ecm_contact_contact_requests"."id" = ? [["notified_at", "2017-09-03 15:24:27.857540"], ["updated_at", "2017-09-03 15:24:27.859090"], ["id", 1]]
2423
-  (0.2ms) RELEASE SAVEPOINT active_record_1
2424
- Ecm::Contact::ContactRequest Load (0.2ms) SELECT "ecm_contact_contact_requests".* FROM "ecm_contact_contact_requests" WHERE "ecm_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
2425
-  (0.4ms) rollback transaction
2426
-  (0.1ms) begin transaction
2427
-  (0.1ms) SAVEPOINT active_record_1
2428
- SQL (0.3ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:27.875034"], ["updated_at", "2017-09-03 15:24:27.875034"]]
2429
-  (0.6ms) RELEASE SAVEPOINT active_record_1
2430
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 66090179-a7c1-486a-896b-93ceea114f8c) to Test(contact_requests) with arguments: 1
2431
-  (0.1ms) rollback transaction
2432
-  (0.0ms) begin transaction
2433
-  (0.1ms) SAVEPOINT active_record_1
2434
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:24:27.881178"], ["updated_at", "2017-09-03 15:24:27.881178"]]
2435
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2436
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: 8012fb87-3b32-48b5-a72e-6df32a59a42e) to Test(contact_requests) with arguments: 1
2437
-  (0.2ms) rollback transaction
2438
-  (0.0ms) begin transaction
2439
-  (0.1ms) rollback transaction
2440
-  (0.1ms) begin transaction
2441
-  (0.1ms) rollback transaction
2442
-  (0.1ms) begin transaction
2443
-  (0.1ms) rollback transaction
2444
-  (0.1ms) begin transaction
2445
-  (0.2ms) rollback transaction
2446
-  (0.1ms) begin transaction
2447
-  (0.2ms) rollback transaction
2448
-  (0.1ms) begin transaction
2449
-  (0.1ms) rollback transaction
2450
-  (0.1ms) begin transaction
2451
-  (0.1ms) rollback transaction
2452
-  (0.1ms) begin transaction
2453
-  (0.1ms) rollback transaction
2454
-  (0.1ms) begin transaction
2455
-  (0.0ms) rollback transaction
2456
-  (0.1ms) begin transaction
2457
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2458
-  (0.2ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2459
-  (0.2ms) rollback transaction
2460
-  (0.1ms) begin transaction
2461
-  (0.1ms) rollback transaction
2462
-  (0.1ms) begin transaction
2463
-  (0.2ms) SAVEPOINT active_record_1
2464
- SQL (0.2ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:28:31.432370"], ["updated_at", "2017-09-03 15:28:31.432370"]]
2465
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: ea938432-ba41-4c9c-a98e-bbec602d217d) to Test(contact_requests) with arguments: 1
2466
-  (0.2ms) RELEASE SAVEPOINT active_record_1
2467
-  (0.2ms) rollback transaction
2468
-  (0.1ms) begin transaction
2469
-  (0.1ms) rollback transaction
2470
-  (0.1ms) begin transaction
2471
-  (0.3ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2472
-  (0.1ms) SAVEPOINT active_record_1
2473
- SQL (0.4ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:28:31.443571"], ["updated_at", "2017-09-03 15:28:31.443571"]]
2474
- [ActiveJob] Enqueued Ecm::Contact::NotifyNewContactRequestJob (Job ID: fb5dd53c-8e05-48e1-92f0-7a61df0c79a8) to Test(contact_requests) with arguments: 1
2475
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2476
-  (0.1ms) SELECT COUNT(*) FROM "ecm_contact_contact_requests"
2477
-  (0.5ms) rollback transaction
2478
-  (0.1ms) begin transaction
2479
-  (0.1ms) SAVEPOINT active_record_1
2480
- SQL (1.0ms) INSERT INTO "ecm_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", "t"], ["created_at", "2017-09-03 15:28:31.456315"], ["updated_at", "2017-09-03 15:28:31.456315"]]
2481
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2482
-  (0.1ms) rollback transaction