cmor_contact 0.0.42.pre → 0.0.43.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -501,3 +501,1009 @@ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 8.3ms
501
501
   (0.1ms) rollback transaction
502
502
   (0.1ms) begin transaction
503
503
   (0.0ms) rollback transaction
504
+  (0.1ms) begin transaction
505
+ Started GET "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:21:34 +0100
506
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
507
+ Parameters: {"locale"=>"de"}
508
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
509
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (4.0ms)
510
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (41.2ms)
511
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (185.0ms)
512
+ Completed 200 OK in 795ms (Views: 750.9ms | ActiveRecord: 0.5ms)
513
+  (0.3ms) rollback transaction
514
+  (0.1ms) begin transaction
515
+ Started GET "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:21:35 +0100
516
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
517
+ Parameters: {"locale"=>"de"}
518
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
519
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.1ms)
520
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (10.7ms)
521
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (12.8ms)
522
+ Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms)
523
+  (0.2ms) rollback transaction
524
+  (0.1ms) begin transaction
525
+ Started GET "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:21:35 +0100
526
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
527
+ Parameters: {"locale"=>"de"}
528
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
529
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.2ms)
530
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (15.7ms)
531
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (18.7ms)
532
+ Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms)
533
+  (1.2ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
534
+ Started POST "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:21:35 +0100
535
+ Processing by Cmor::Contact::ContactRequestsController#create as HTML
536
+ Parameters: {"utf8"=>"✓", "contact_request"=>{"name"=>"Jane Doe", "email"=>"jane.doe@domain.local", "nickname"=>"", "phone"=>"+49 123 4567890", "message"=>"This is the message!", "accept_terms_of_service"=>"1"}, "commit"=>"Absenden", "locale"=>"de"}
537
+  (0.2ms) SAVEPOINT active_record_1
538
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jane Doe"], ["email", "jane.doe@domain.local"], ["phone", "+49 123 4567890"], ["ip_address", "127.0.0.1"], ["message", "This is the message!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:35.584816"], ["updated_at", "2020-01-22 09:21:35.584816"]]
539
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 1596849b-661b-47d4-893a-94e243b05faa) to Test(contact_requests) with arguments: 1
540
+  (0.2ms) RELEASE SAVEPOINT active_record_1
541
+ Redirected to http://www.example.com/de/kontakt
542
+ Completed 302 Found in 43ms (ActiveRecord: 1.2ms)
543
+ Started GET "/de/kontakt" for 127.0.0.1 at 2020-01-22 10:21:35 +0100
544
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
545
+ Parameters: {"locale"=>"de"}
546
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
547
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.1ms)
548
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (12.7ms)
549
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (15.1ms)
550
+ Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms)
551
+  (0.2ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
552
+  (0.2ms) rollback transaction
553
+  (0.1ms) begin transaction
554
+ Started GET "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:21:35 +0100
555
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
556
+ Parameters: {"locale"=>"de"}
557
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
558
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.1ms)
559
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (22.7ms)
560
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (27.2ms)
561
+ Completed 200 OK in 41ms (Views: 40.3ms | ActiveRecord: 0.0ms)
562
+ Started POST "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:21:35 +0100
563
+ Processing by Cmor::Contact::ContactRequestsController#create as HTML
564
+ Parameters: {"utf8"=>"✓", "contact_request"=>{"name"=>"Jane Doe", "email"=>"jane.doe@domain.local", "nickname"=>"", "phone"=>"+49 123 4567890", "message"=>"This is the message!", "accept_terms_of_service"=>"1"}, "commit"=>"Absenden", "locale"=>"de"}
565
+  (0.4ms) SAVEPOINT active_record_1
566
+ Cmor::Contact::ContactRequest Create (1.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jane Doe"], ["email", "jane.doe@domain.local"], ["phone", "+49 123 4567890"], ["ip_address", "127.0.0.1"], ["message", "This is the message!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:35.798571"], ["updated_at", "2020-01-22 09:21:35.798571"]]
567
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 5c12144a-f495-4a24-aba0-ce7715785eb6) to Test(contact_requests) with arguments: 1
568
+  (0.3ms) RELEASE SAVEPOINT active_record_1
569
+ Redirected to http://www.example.com/de/kontakt
570
+ Completed 302 Found in 22ms (ActiveRecord: 2.3ms)
571
+ Started GET "/de/kontakt" for 127.0.0.1 at 2020-01-22 10:21:35 +0100
572
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
573
+ Parameters: {"locale"=>"de"}
574
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
575
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.1ms)
576
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (23.5ms)
577
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (27.2ms)
578
+ Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.0ms)
579
+  (0.5ms) rollback transaction
580
+  (0.1ms) begin transaction
581
+ Started GET "/de/kontakt/whatsapp" for 127.0.0.1 at 2020-01-22 10:21:35 +0100
582
+ Processing by Cmor::Contact::WhatsappRequestsController#index as HTML
583
+ Parameters: {"locale"=>"de"}
584
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application
585
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form_errors.haml (11.0ms)
586
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form.html.haml (19.2ms)
587
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application (56.3ms)
588
+ Completed 200 OK in 95ms (Views: 79.9ms | ActiveRecord: 0.0ms)
589
+  (0.3ms) rollback transaction
590
+  (0.4ms) begin transaction
591
+ Started GET "/de/kontakt/whatsapp" for 127.0.0.1 at 2020-01-22 10:21:36 +0100
592
+ Processing by Cmor::Contact::WhatsappRequestsController#index as HTML
593
+ Parameters: {"locale"=>"de"}
594
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application
595
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form_errors.haml (0.2ms)
596
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form.html.haml (4.0ms)
597
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application (8.8ms)
598
+ Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.0ms)
599
+  (0.1ms) rollback transaction
600
+  (0.3ms) begin transaction
601
+ Started GET "/de/kontakt/whatsapp" for 127.0.0.1 at 2020-01-22 10:21:36 +0100
602
+ Processing by Cmor::Contact::WhatsappRequestsController#index as HTML
603
+ Parameters: {"locale"=>"de"}
604
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application
605
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form_errors.haml (0.3ms)
606
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form.html.haml (5.4ms)
607
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application (12.0ms)
608
+ Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.0ms)
609
+ Started POST "/de/kontakt/whatsapp" for 127.0.0.1 at 2020-01-22 10:21:36 +0100
610
+ Processing by Cmor::Contact::WhatsappRequestsController#create as HTML
611
+ Parameters: {"utf8"=>"✓", "whatsapp_request"=>{"message"=>"This is the message!"}, "commit"=>"Absenden", "locale"=>"de"}
612
+ Redirected to https://wa.me/491234567890?text=This%20is%20the%20message!
613
+ Completed 302 Found in 32ms (ActiveRecord: 0.0ms)
614
+ Started GET "/491234567890?text=This%20is%20the%20message!" for 127.0.0.1 at 2020-01-22 10:21:36 +0100
615
+  (0.1ms) rollback transaction
616
+  (0.1ms) begin transaction
617
+  (0.2ms) SAVEPOINT active_record_1
618
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2020-01-22 09:16:36.217424"], ["created_at", "2020-01-22 09:21:36.224024"], ["updated_at", "2020-01-22 09:21:36.224024"]]
619
+  (0.1ms) RELEASE SAVEPOINT active_record_1
620
+ Cmor::Contact::ContactRequest Load (0.5ms) SELECT "cmor_contact_contact_requests".* FROM "cmor_contact_contact_requests" WHERE "cmor_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
621
+  (0.5ms) SAVEPOINT active_record_1
622
+ Cmor::Contact::ContactRequest Update (0.8ms) UPDATE "cmor_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "cmor_contact_contact_requests"."id" = ? [["notified_at", "2020-01-22 09:21:36.249039"], ["updated_at", "2020-01-22 09:21:36.257906"], ["id", 1]]
623
+  (0.3ms) RELEASE SAVEPOINT active_record_1
624
+  (0.5ms) rollback transaction
625
+  (0.2ms) begin transaction
626
+  (0.2ms) SAVEPOINT active_record_1
627
+ Cmor::Contact::ContactRequest Create (0.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2020-01-22 09:16:36.313422"], ["created_at", "2020-01-22 09:21:36.319378"], ["updated_at", "2020-01-22 09:21:36.319378"]]
628
+  (0.2ms) RELEASE SAVEPOINT active_record_1
629
+ Cmor::Contact::ContactRequest Load (0.2ms) SELECT "cmor_contact_contact_requests".* FROM "cmor_contact_contact_requests" WHERE "cmor_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
630
+  (0.2ms) SAVEPOINT active_record_1
631
+ Cmor::Contact::ContactRequest Update (0.3ms) UPDATE "cmor_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "cmor_contact_contact_requests"."id" = ? [["notified_at", "2020-01-22 09:21:36.327335"], ["updated_at", "2020-01-22 09:21:36.331395"], ["id", 1]]
632
+  (0.1ms) RELEASE SAVEPOINT active_record_1
633
+ Cmor::Contact::ContactRequest Load (0.3ms) SELECT "cmor_contact_contact_requests".* FROM "cmor_contact_contact_requests" WHERE "cmor_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
634
+  (0.5ms) rollback transaction
635
+  (0.3ms) begin transaction
636
+  (0.3ms) SAVEPOINT active_record_1
637
+ Cmor::Contact::ContactRequest Create (1.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2020-01-22 09:16:36.365487"], ["created_at", "2020-01-22 09:21:36.372279"], ["updated_at", "2020-01-22 09:21:36.372279"]]
638
+  (0.3ms) RELEASE SAVEPOINT active_record_1
639
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: d876bf8d-5a95-4973-a8c7-86ec183f62ab) to Test(contact_requests) with arguments: 1
640
+  (0.9ms) rollback transaction
641
+  (0.4ms) begin transaction
642
+  (0.3ms) SAVEPOINT active_record_1
643
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2020-01-22 09:16:36.401473"], ["created_at", "2020-01-22 09:21:36.406124"], ["updated_at", "2020-01-22 09:21:36.406124"]]
644
+  (0.1ms) RELEASE SAVEPOINT active_record_1
645
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 5723de28-a559-4dcc-953c-fc78b0405fd8) to Test(contact_requests) with arguments: 1
646
+  (0.3ms) rollback transaction
647
+  (0.8ms) begin transaction
648
+  (0.1ms) SAVEPOINT active_record_1
649
+ Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.087855"], ["updated_at", "2020-01-22 09:21:37.087855"]]
650
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 2b4ea332-b744-4210-b7b5-39fc6e11113e) to Test(contact_requests) with arguments: 1
651
+  (0.1ms) RELEASE SAVEPOINT active_record_1
652
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
653
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (6.6ms)
654
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
655
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.4ms)
656
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 60.9ms
657
+  (0.3ms) rollback transaction
658
+  (0.1ms) begin transaction
659
+  (0.1ms) SAVEPOINT active_record_1
660
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.172352"], ["updated_at", "2020-01-22 09:21:37.172352"]]
661
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: f625ec71-eb8e-415d-abed-b0d3e161df55) to Test(contact_requests) with arguments: 1
662
+  (0.6ms) RELEASE SAVEPOINT active_record_1
663
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
664
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (5.1ms)
665
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
666
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.9ms)
667
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 18.4ms
668
+  (0.3ms) rollback transaction
669
+  (0.2ms) begin transaction
670
+  (0.2ms) SAVEPOINT active_record_1
671
+ Cmor::Contact::ContactRequest Create (0.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.214995"], ["updated_at", "2020-01-22 09:21:37.214995"]]
672
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: a71442be-425a-430f-88d9-b344e43c5fe2) to Test(contact_requests) with arguments: 1
673
+  (0.2ms) RELEASE SAVEPOINT active_record_1
674
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
675
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (9.8ms)
676
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
677
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (12.5ms)
678
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 37.6ms
679
+  (0.6ms) rollback transaction
680
+  (0.5ms) begin transaction
681
+  (0.2ms) SAVEPOINT active_record_1
682
+ Cmor::Contact::ContactRequest Create (1.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.285496"], ["updated_at", "2020-01-22 09:21:37.285496"]]
683
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: cb20d706-e9f7-4687-978c-1635210fc0f3) to Test(contact_requests) with arguments: 1
684
+  (0.3ms) RELEASE SAVEPOINT active_record_1
685
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
686
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.5ms)
687
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
688
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.9ms)
689
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 16.7ms
690
+  (0.5ms) rollback transaction
691
+  (0.1ms) begin transaction
692
+  (0.2ms) SAVEPOINT active_record_1
693
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.351423"], ["updated_at", "2020-01-22 09:21:37.351423"]]
694
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 9a9ee6da-1b98-49cd-99a9-1cb0227c7147) to Test(contact_requests) with arguments: 1
695
+  (0.1ms) RELEASE SAVEPOINT active_record_1
696
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
697
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (6.4ms)
698
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
699
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (6.2ms)
700
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 22.8ms
701
+  (0.7ms) rollback transaction
702
+  (0.1ms) begin transaction
703
+  (0.1ms) SAVEPOINT active_record_1
704
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.396245"], ["updated_at", "2020-01-22 09:21:37.396245"]]
705
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: e626f1ae-c753-45aa-b04d-25265e14832b) to Test(contact_requests) with arguments: 1
706
+  (0.1ms) RELEASE SAVEPOINT active_record_1
707
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
708
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.9ms)
709
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
710
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (5.0ms)
711
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 21.5ms
712
+  (0.5ms) rollback transaction
713
+  (0.2ms) begin transaction
714
+  (0.3ms) SAVEPOINT active_record_1
715
+ Cmor::Contact::ContactRequest Create (0.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.445471"], ["updated_at", "2020-01-22 09:21:37.445471"]]
716
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 0a3079db-c7ab-4297-8c6f-ca812678817d) to Test(contact_requests) with arguments: 1
717
+  (0.2ms) RELEASE SAVEPOINT active_record_1
718
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
719
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.8ms)
720
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
721
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.8ms)
722
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 15.8ms
723
+  (2.5ms) rollback transaction
724
+  (0.2ms) begin transaction
725
+  (0.2ms) SAVEPOINT active_record_1
726
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.494896"], ["updated_at", "2020-01-22 09:21:37.494896"]]
727
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 306ae440-e8ae-4d74-903b-3e1f57d4b3e3) to Test(contact_requests) with arguments: 1
728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
729
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
730
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.1ms)
731
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
732
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
733
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 13.0ms
734
+  (0.6ms) rollback transaction
735
+  (0.3ms) begin transaction
736
+  (0.3ms) SAVEPOINT active_record_1
737
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.546765"], ["updated_at", "2020-01-22 09:21:37.546765"]]
738
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: dcc412c5-3d61-4aea-b407-9454d5019b8f) to Test(contact_requests) with arguments: 1
739
+  (0.3ms) RELEASE SAVEPOINT active_record_1
740
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
741
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.9ms)
742
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
743
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.0ms)
744
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 23.3ms
745
+  (1.0ms) rollback transaction
746
+  (0.2ms) begin transaction
747
+  (0.5ms) SAVEPOINT active_record_1
748
+ Cmor::Contact::ContactRequest Create (0.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.614214"], ["updated_at", "2020-01-22 09:21:37.614214"]]
749
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 6e96c84c-8b12-42db-905c-99dccddef97b) to Test(contact_requests) with arguments: 1
750
+  (0.1ms) RELEASE SAVEPOINT active_record_1
751
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
752
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.4ms)
753
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
754
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.3ms)
755
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 15.7ms
756
+  (0.9ms) rollback transaction
757
+  (0.2ms) begin transaction
758
+  (0.3ms) SAVEPOINT active_record_1
759
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.658475"], ["updated_at", "2020-01-22 09:21:37.658475"]]
760
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 15bd8e2b-4e43-46c8-a41e-7a1bda6ac70e) to Test(contact_requests) with arguments: 1
761
+  (0.2ms) RELEASE SAVEPOINT active_record_1
762
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
763
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.3ms)
764
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
765
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
766
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 12.4ms
767
+  (0.4ms) rollback transaction
768
+  (0.1ms) begin transaction
769
+  (0.1ms) SAVEPOINT active_record_1
770
+ Cmor::Contact::ContactRequest Create (3.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.690207"], ["updated_at", "2020-01-22 09:21:37.690207"]]
771
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 20bef3da-2066-4b0e-942d-21cd5e32e0db) to Test(contact_requests) with arguments: 1
772
+  (0.6ms) RELEASE SAVEPOINT active_record_1
773
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
774
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (5.6ms)
775
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
776
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.7ms)
777
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 17.8ms
778
+  (0.7ms) rollback transaction
779
+  (0.2ms) begin transaction
780
+  (0.4ms) SAVEPOINT active_record_1
781
+ Cmor::Contact::ContactRequest Create (1.2ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.750849"], ["updated_at", "2020-01-22 09:21:37.750849"]]
782
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 56d542fb-6aba-4f74-b0d6-c63d04f553ab) to Test(contact_requests) with arguments: 1
783
+  (0.2ms) RELEASE SAVEPOINT active_record_1
784
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
785
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.6ms)
786
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
787
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.1ms)
788
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 18.8ms
789
+  (2.2ms) rollback transaction
790
+  (0.2ms) begin transaction
791
+  (0.4ms) SAVEPOINT active_record_1
792
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.808877"], ["updated_at", "2020-01-22 09:21:37.808877"]]
793
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: cf71cc98-45be-4231-ad6d-57177d5278d5) to Test(contact_requests) with arguments: 1
794
+  (0.2ms) RELEASE SAVEPOINT active_record_1
795
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
796
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.0ms)
797
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
798
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.7ms)
799
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 17.0ms
800
+  (0.3ms) rollback transaction
801
+  (0.2ms) begin transaction
802
+  (0.4ms) SAVEPOINT active_record_1
803
+ Cmor::Contact::ContactRequest Create (1.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.851226"], ["updated_at", "2020-01-22 09:21:37.851226"]]
804
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 43d9c33d-7f07-40f0-90e4-d90c4495ab0c) to Test(contact_requests) with arguments: 1
805
+  (0.4ms) RELEASE SAVEPOINT active_record_1
806
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
807
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (5.7ms)
808
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
809
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.2ms)
810
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 15.5ms
811
+  (0.3ms) rollback transaction
812
+  (0.1ms) begin transaction
813
+  (0.3ms) SAVEPOINT active_record_1
814
+ Cmor::Contact::ContactRequest Create (1.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.894326"], ["updated_at", "2020-01-22 09:21:37.894326"]]
815
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: f6595d84-405e-457a-a8d1-9e056edb076d) to Test(contact_requests) with arguments: 1
816
+  (0.3ms) RELEASE SAVEPOINT active_record_1
817
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
818
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.6ms)
819
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
820
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.5ms)
821
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 20.2ms
822
+  (2.3ms) rollback transaction
823
+  (0.2ms) begin transaction
824
+  (0.3ms) SAVEPOINT active_record_1
825
+ Cmor::Contact::ContactRequest Create (0.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:37.967383"], ["updated_at", "2020-01-22 09:21:37.967383"]]
826
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 58c4b5f4-9afd-4d1c-bce7-5bc6f62da1a7) to Test(contact_requests) with arguments: 1
827
+  (0.2ms) RELEASE SAVEPOINT active_record_1
828
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
829
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.3ms)
830
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
831
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (6.5ms)
832
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 24.2ms
833
+  (0.4ms) rollback transaction
834
+  (0.2ms) begin transaction
835
+  (0.3ms) SAVEPOINT active_record_1
836
+ Cmor::Contact::ContactRequest Create (1.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.019882"], ["updated_at", "2020-01-22 09:21:38.019882"]]
837
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 0a38047b-1fa7-43b2-bd08-b50a58a4f70f) to Test(contact_requests) with arguments: 1
838
+  (0.4ms) RELEASE SAVEPOINT active_record_1
839
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
840
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.8ms)
841
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
842
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (6.0ms)
843
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 23.1ms
844
+  (0.8ms) rollback transaction
845
+  (0.3ms) begin transaction
846
+  (0.2ms) SAVEPOINT active_record_1
847
+ Cmor::Contact::ContactRequest Create (1.2ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.082368"], ["updated_at", "2020-01-22 09:21:38.082368"]]
848
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: e3497d92-b9f1-482b-a478-66e3e73cb2d4) to Test(contact_requests) with arguments: 1
849
+  (0.3ms) RELEASE SAVEPOINT active_record_1
850
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
851
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.7ms)
852
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
853
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.0ms)
854
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 23.2ms
855
+  (0.6ms) rollback transaction
856
+  (0.2ms) begin transaction
857
+  (0.1ms) SAVEPOINT active_record_1
858
+ Cmor::Contact::ContactRequest Create (5.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.141911"], ["updated_at", "2020-01-22 09:21:38.141911"]]
859
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 65ae5893-001f-464a-a8bf-4bdfa34d7af6) to Test(contact_requests) with arguments: 1
860
+  (0.1ms) RELEASE SAVEPOINT active_record_1
861
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
862
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (2.9ms)
863
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
864
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
865
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 11.7ms
866
+  (0.4ms) rollback transaction
867
+  (0.1ms) begin transaction
868
+  (0.1ms) SAVEPOINT active_record_1
869
+ Cmor::Contact::ContactRequest Create (3.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.180061"], ["updated_at", "2020-01-22 09:21:38.180061"]]
870
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 7026fdf0-63e6-49c7-ae4d-a606b84f5cf2) to Test(contact_requests) with arguments: 1
871
+  (0.2ms) RELEASE SAVEPOINT active_record_1
872
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
873
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.8ms)
874
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
875
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.1ms)
876
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 16.9ms
877
+  (1.1ms) rollback transaction
878
+  (0.2ms) begin transaction
879
+  (0.2ms) SAVEPOINT active_record_1
880
+ Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.239348"], ["updated_at", "2020-01-22 09:21:38.239348"]]
881
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 63fd4e75-f69a-4f05-9447-d39ff8592ac8) to Test(contact_requests) with arguments: 1
882
+  (0.1ms) RELEASE SAVEPOINT active_record_1
883
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
884
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (7.6ms)
885
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
886
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.6ms)
887
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 19.9ms
888
+  (0.3ms) rollback transaction
889
+  (0.3ms) begin transaction
890
+  (0.3ms) SAVEPOINT active_record_1
891
+ Cmor::Contact::ContactRequest Create (1.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.288366"], ["updated_at", "2020-01-22 09:21:38.288366"]]
892
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 549ec232-d909-4ea7-ba44-7bb37acc8cb7) to Test(contact_requests) with arguments: 1
893
+  (0.2ms) RELEASE SAVEPOINT active_record_1
894
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
895
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.7ms)
896
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
897
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (6.4ms)
898
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 21.6ms
899
+  (0.8ms) rollback transaction
900
+  (0.2ms) begin transaction
901
+  (0.3ms) rollback transaction
902
+  (0.1ms) begin transaction
903
+  (0.3ms) rollback transaction
904
+  (0.1ms) begin transaction
905
+  (0.4ms) rollback transaction
906
+  (0.3ms) begin transaction
907
+  (0.2ms) rollback transaction
908
+  (0.2ms) begin transaction
909
+  (0.2ms) rollback transaction
910
+  (1.1ms) begin transaction
911
+  (0.3ms) rollback transaction
912
+  (0.1ms) begin transaction
913
+  (0.2ms) rollback transaction
914
+  (0.4ms) begin transaction
915
+  (0.1ms) rollback transaction
916
+  (0.3ms) begin transaction
917
+  (0.1ms) rollback transaction
918
+  (0.1ms) begin transaction
919
+  (0.4ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
920
+  (0.2ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
921
+  (0.2ms) rollback transaction
922
+  (0.3ms) begin transaction
923
+  (0.3ms) rollback transaction
924
+  (0.2ms) begin transaction
925
+  (0.3ms) SAVEPOINT active_record_1
926
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.696668"], ["updated_at", "2020-01-22 09:21:38.696668"]]
927
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 64c02cf4-e03e-4338-a237-d547cc53eadd) to Test(contact_requests) with arguments: 1
928
+  (0.1ms) RELEASE SAVEPOINT active_record_1
929
+  (0.3ms) rollback transaction
930
+  (0.1ms) begin transaction
931
+  (0.1ms) rollback transaction
932
+  (0.3ms) begin transaction
933
+  (1.0ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
934
+  (0.4ms) SAVEPOINT active_record_1
935
+ Cmor::Contact::ContactRequest Create (1.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.737684"], ["updated_at", "2020-01-22 09:21:38.737684"]]
936
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: eb015c31-c384-4c5d-ad07-da601eee597d) to Test(contact_requests) with arguments: 1
937
+  (0.3ms) RELEASE SAVEPOINT active_record_1
938
+  (0.3ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
939
+  (0.9ms) rollback transaction
940
+  (0.6ms) begin transaction
941
+  (0.2ms) SAVEPOINT active_record_1
942
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.808582"], ["updated_at", "2020-01-22 09:21:38.808582"]]
943
+  (0.2ms) RELEASE SAVEPOINT active_record_1
944
+  (0.3ms) rollback transaction
945
+  (0.3ms) begin transaction
946
+  (0.1ms) rollback transaction
947
+  (0.2ms) begin transaction
948
+  (0.3ms) rollback transaction
949
+  (0.1ms) begin transaction
950
+  (0.1ms) rollback transaction
951
+  (0.1ms) begin transaction
952
+  (1.5ms) rollback transaction
953
+  (0.5ms) begin transaction
954
+  (0.3ms) SAVEPOINT active_record_1
955
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:21:38.925093"], ["updated_at", "2020-01-22 09:21:38.925093"]]
956
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 88b752fb-e869-4ed4-adce-557f073594f0) to Test(contact_requests) with arguments: 1
957
+  (0.4ms) RELEASE SAVEPOINT active_record_1
958
+  (0.4ms) rollback transaction
959
+  (0.4ms) begin transaction
960
+  (0.2ms) rollback transaction
961
+  (0.2ms) begin transaction
962
+  (0.1ms) rollback transaction
963
+  (0.3ms) begin transaction
964
+  (1.3ms) rollback transaction
965
+  (0.4ms) begin transaction
966
+  (0.2ms) rollback transaction
967
+  (0.3ms) begin transaction
968
+  (0.3ms) rollback transaction
969
+  (0.1ms) begin transaction
970
+  (0.1ms) rollback transaction
971
+  (0.6ms) begin transaction
972
+  (0.3ms) rollback transaction
973
+  (0.5ms) begin transaction
974
+  (0.1ms) rollback transaction
975
+  (0.2ms) begin transaction
976
+  (0.3ms) rollback transaction
977
+  (0.1ms) begin transaction
978
+  (0.1ms) rollback transaction
979
+  (0.3ms) begin transaction
980
+  (0.2ms) rollback transaction
981
+  (0.2ms) begin transaction
982
+  (0.2ms) rollback transaction
983
+  (0.2ms) begin transaction
984
+  (0.1ms) rollback transaction
985
+  (0.2ms) begin transaction
986
+  (0.1ms) rollback transaction
987
+  (0.2ms) begin transaction
988
+  (0.2ms) rollback transaction
989
+  (0.3ms) begin transaction
990
+  (0.1ms) rollback transaction
991
+  (0.1ms) begin transaction
992
+  (0.3ms) rollback transaction
993
+  (0.3ms) begin transaction
994
+  (0.2ms) rollback transaction
995
+  (0.2ms) begin transaction
996
+  (0.2ms) rollback transaction
997
+  (0.5ms) begin transaction
998
+  (0.4ms) rollback transaction
999
+  (0.1ms) begin transaction
1000
+  (0.1ms) rollback transaction
1001
+  (0.2ms) begin transaction
1002
+  (0.2ms) rollback transaction
1003
+  (0.2ms) begin transaction
1004
+  (0.1ms) rollback transaction
1005
+  (0.2ms) begin transaction
1006
+  (0.2ms) rollback transaction
1007
+  (0.1ms) begin transaction
1008
+ Started GET "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:24:01 +0100
1009
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
1010
+ Parameters: {"locale"=>"de"}
1011
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
1012
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (3.9ms)
1013
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (35.4ms)
1014
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (161.8ms)
1015
+ Completed 200 OK in 839ms (Views: 820.6ms | ActiveRecord: 0.4ms)
1016
+  (0.2ms) rollback transaction
1017
+  (0.1ms) begin transaction
1018
+ Started GET "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1019
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
1020
+ Parameters: {"locale"=>"de"}
1021
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
1022
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.1ms)
1023
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (9.5ms)
1024
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (11.7ms)
1025
+ Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
1026
+  (0.2ms) rollback transaction
1027
+  (0.1ms) begin transaction
1028
+ Started GET "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1029
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
1030
+ Parameters: {"locale"=>"de"}
1031
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
1032
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.1ms)
1033
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (24.4ms)
1034
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (27.3ms)
1035
+ Completed 200 OK in 43ms (Views: 42.2ms | ActiveRecord: 0.0ms)
1036
+  (1.0ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
1037
+ Started POST "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1038
+ Processing by Cmor::Contact::ContactRequestsController#create as HTML
1039
+ Parameters: {"utf8"=>"✓", "contact_request"=>{"name"=>"Jane Doe", "email"=>"jane.doe@domain.local", "nickname"=>"", "phone"=>"+49 123 4567890", "message"=>"This is the message!", "accept_terms_of_service"=>"1"}, "commit"=>"Absenden", "locale"=>"de"}
1040
+  (0.1ms) SAVEPOINT active_record_1
1041
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jane Doe"], ["email", "jane.doe@domain.local"], ["phone", "+49 123 4567890"], ["ip_address", "127.0.0.1"], ["message", "This is the message!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:02.661783"], ["updated_at", "2020-01-22 09:24:02.661783"]]
1042
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: a383baf4-3a09-438a-886c-3f66fa5f3258) to Test(contact_requests) with arguments: 1
1043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1044
+ Redirected to http://www.example.com/de/kontakt
1045
+ Completed 302 Found in 36ms (ActiveRecord: 0.8ms)
1046
+ Started GET "/de/kontakt" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1047
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
1048
+ Parameters: {"locale"=>"de"}
1049
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
1050
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.1ms)
1051
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (9.4ms)
1052
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (11.3ms)
1053
+ Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
1054
+  (0.1ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
1055
+  (0.3ms) rollback transaction
1056
+  (0.1ms) begin transaction
1057
+ Started GET "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1058
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
1059
+ Parameters: {"locale"=>"de"}
1060
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
1061
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.1ms)
1062
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (9.5ms)
1063
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (11.3ms)
1064
+ Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
1065
+ Started POST "/de/kontakt/anfrage" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1066
+ Processing by Cmor::Contact::ContactRequestsController#create as HTML
1067
+ Parameters: {"utf8"=>"✓", "contact_request"=>{"name"=>"Jane Doe", "email"=>"jane.doe@domain.local", "nickname"=>"", "phone"=>"+49 123 4567890", "message"=>"This is the message!", "accept_terms_of_service"=>"1"}, "commit"=>"Absenden", "locale"=>"de"}
1068
+  (0.2ms) SAVEPOINT active_record_1
1069
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jane Doe"], ["email", "jane.doe@domain.local"], ["phone", "+49 123 4567890"], ["ip_address", "127.0.0.1"], ["message", "This is the message!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:02.797994"], ["updated_at", "2020-01-22 09:24:02.797994"]]
1070
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 0b539147-af56-4887-bf77-d84fa8241db6) to Test(contact_requests) with arguments: 1
1071
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1072
+ Redirected to http://www.example.com/de/kontakt
1073
+ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
1074
+ Started GET "/de/kontakt" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1075
+ Processing by Cmor::Contact::ContactRequestsController#index as HTML
1076
+ Parameters: {"locale"=>"de"}
1077
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application
1078
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form_errors.haml (0.1ms)
1079
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/_form.html.haml (10.1ms)
1080
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_requests/new.html.haml within layouts/application (12.2ms)
1081
+ Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms)
1082
+  (0.5ms) rollback transaction
1083
+  (0.1ms) begin transaction
1084
+ Started GET "/de/kontakt/whatsapp" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1085
+ Processing by Cmor::Contact::WhatsappRequestsController#index as HTML
1086
+ Parameters: {"locale"=>"de"}
1087
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application
1088
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form_errors.haml (4.0ms)
1089
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form.html.haml (7.1ms)
1090
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application (24.5ms)
1091
+ Completed 200 OK in 43ms (Views: 39.3ms | ActiveRecord: 0.0ms)
1092
+  (0.1ms) rollback transaction
1093
+  (0.1ms) begin transaction
1094
+ Started GET "/de/kontakt/whatsapp" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1095
+ Processing by Cmor::Contact::WhatsappRequestsController#index as HTML
1096
+ Parameters: {"locale"=>"de"}
1097
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application
1098
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form_errors.haml (0.1ms)
1099
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form.html.haml (2.0ms)
1100
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application (4.3ms)
1101
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
1102
+  (0.1ms) rollback transaction
1103
+  (0.1ms) begin transaction
1104
+ Started GET "/de/kontakt/whatsapp" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1105
+ Processing by Cmor::Contact::WhatsappRequestsController#index as HTML
1106
+ Parameters: {"locale"=>"de"}
1107
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application
1108
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form_errors.haml (0.1ms)
1109
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/_form.html.haml (2.1ms)
1110
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/whatsapp_requests/new.html.haml within layouts/application (4.6ms)
1111
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
1112
+ Started POST "/de/kontakt/whatsapp" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1113
+ Processing by Cmor::Contact::WhatsappRequestsController#create as HTML
1114
+ Parameters: {"utf8"=>"✓", "whatsapp_request"=>{"message"=>"This is the message!"}, "commit"=>"Absenden", "locale"=>"de"}
1115
+ Redirected to https://wa.me/491234567890?text=This%20is%20the%20message!
1116
+ Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
1117
+ Started GET "/491234567890?text=This%20is%20the%20message!" for 127.0.0.1 at 2020-01-22 10:24:02 +0100
1118
+  (0.1ms) rollback transaction
1119
+  (0.2ms) begin transaction
1120
+  (0.3ms) SAVEPOINT active_record_1
1121
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2020-01-22 09:19:02.992042"], ["created_at", "2020-01-22 09:24:02.995937"], ["updated_at", "2020-01-22 09:24:02.995937"]]
1122
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1123
+ Cmor::Contact::ContactRequest Load (0.4ms) SELECT "cmor_contact_contact_requests".* FROM "cmor_contact_contact_requests" WHERE "cmor_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1124
+  (0.2ms) SAVEPOINT active_record_1
1125
+ Cmor::Contact::ContactRequest Update (0.2ms) UPDATE "cmor_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "cmor_contact_contact_requests"."id" = ? [["notified_at", "2020-01-22 09:24:03.009056"], ["updated_at", "2020-01-22 09:24:03.010688"], ["id", 1]]
1126
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1127
+  (0.6ms) rollback transaction
1128
+  (0.1ms) begin transaction
1129
+  (0.1ms) SAVEPOINT active_record_1
1130
+ Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2020-01-22 09:19:03.034498"], ["created_at", "2020-01-22 09:24:03.035904"], ["updated_at", "2020-01-22 09:24:03.035904"]]
1131
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1132
+ Cmor::Contact::ContactRequest Load (0.1ms) SELECT "cmor_contact_contact_requests".* FROM "cmor_contact_contact_requests" WHERE "cmor_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1133
+  (0.1ms) SAVEPOINT active_record_1
1134
+ Cmor::Contact::ContactRequest Update (0.4ms) UPDATE "cmor_contact_contact_requests" SET "notified_at" = ?, "updated_at" = ? WHERE "cmor_contact_contact_requests"."id" = ? [["notified_at", "2020-01-22 09:24:03.038628"], ["updated_at", "2020-01-22 09:24:03.039663"], ["id", 1]]
1135
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1136
+ Cmor::Contact::ContactRequest Load (0.3ms) SELECT "cmor_contact_contact_requests".* FROM "cmor_contact_contact_requests" WHERE "cmor_contact_contact_requests"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1137
+  (0.4ms) rollback transaction
1138
+  (0.2ms) begin transaction
1139
+  (0.3ms) SAVEPOINT active_record_1
1140
+ Cmor::Contact::ContactRequest Create (1.0ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2020-01-22 09:19:03.060907"], ["created_at", "2020-01-22 09:24:03.063569"], ["updated_at", "2020-01-22 09:24:03.063569"]]
1141
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1142
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 729339bc-f6ea-451e-88a2-78396d675e26) to Test(contact_requests) with arguments: 1
1143
+  (4.3ms) rollback transaction
1144
+  (0.1ms) begin transaction
1145
+  (0.2ms) SAVEPOINT active_record_1
1146
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "notified_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["notified_at", "2020-01-22 09:19:03.092106"], ["created_at", "2020-01-22 09:24:03.093826"], ["updated_at", "2020-01-22 09:24:03.093826"]]
1147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1148
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 4fbefec9-775f-4330-95b4-07c48016deea) to Test(contact_requests) with arguments: 1
1149
+  (0.3ms) rollback transaction
1150
+  (0.2ms) begin transaction
1151
+  (0.2ms) SAVEPOINT active_record_1
1152
+ Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:03.903281"], ["updated_at", "2020-01-22 09:24:03.903281"]]
1153
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: d0806f09-fcd2-433a-9283-4f89d8a6ed71) to Test(contact_requests) with arguments: 1
1154
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1155
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1156
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (6.5ms)
1157
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1158
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.0ms)
1159
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 64.9ms
1160
+  (0.3ms) rollback transaction
1161
+  (0.1ms) begin transaction
1162
+  (0.1ms) SAVEPOINT active_record_1
1163
+ Cmor::Contact::ContactRequest Create (0.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:03.993946"], ["updated_at", "2020-01-22 09:24:03.993946"]]
1164
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: e8ad2de0-fcf5-4482-950f-39685910e1f7) to Test(contact_requests) with arguments: 1
1165
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1166
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1167
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.3ms)
1168
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1169
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.0ms)
1170
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 9.7ms
1171
+  (0.2ms) rollback transaction
1172
+  (0.1ms) begin transaction
1173
+  (0.1ms) SAVEPOINT active_record_1
1174
+ Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.015616"], ["updated_at", "2020-01-22 09:24:04.015616"]]
1175
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 2b0b667e-f29a-41e2-a657-5d6fbee7b1c0) to Test(contact_requests) with arguments: 1
1176
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1177
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1178
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.0ms)
1179
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1180
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.2ms)
1181
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 10.9ms
1182
+  (0.6ms) rollback transaction
1183
+  (0.2ms) begin transaction
1184
+  (0.2ms) SAVEPOINT active_record_1
1185
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.057304"], ["updated_at", "2020-01-22 09:24:04.057304"]]
1186
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: d1fbe8dd-3ed2-4f1b-bcff-49a933b81ba3) to Test(contact_requests) with arguments: 1
1187
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1188
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1189
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.2ms)
1190
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1191
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.6ms)
1192
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 12.0ms
1193
+  (0.5ms) rollback transaction
1194
+  (0.1ms) begin transaction
1195
+  (0.2ms) SAVEPOINT active_record_1
1196
+ Cmor::Contact::ContactRequest Create (1.3ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.101100"], ["updated_at", "2020-01-22 09:24:04.101100"]]
1197
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: cbdf1302-b64a-4c34-a545-51f4a45e47a1) to Test(contact_requests) with arguments: 1
1198
+  (0.4ms) RELEASE SAVEPOINT active_record_1
1199
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1200
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (6.3ms)
1201
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1202
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (4.3ms)
1203
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 20.5ms
1204
+  (0.4ms) rollback transaction
1205
+  (0.2ms) begin transaction
1206
+  (0.2ms) SAVEPOINT active_record_1
1207
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.153975"], ["updated_at", "2020-01-22 09:24:04.153975"]]
1208
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 5fbf5c63-21fa-4230-9220-519646e1c565) to Test(contact_requests) with arguments: 1
1209
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1210
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1211
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (2.9ms)
1212
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1213
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (5.2ms)
1214
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 19.5ms
1215
+  (0.6ms) rollback transaction
1216
+  (0.1ms) begin transaction
1217
+  (0.1ms) SAVEPOINT active_record_1
1218
+ Cmor::Contact::ContactRequest Create (0.4ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.193869"], ["updated_at", "2020-01-22 09:24:04.193869"]]
1219
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: b01b1d0c-9c99-48ea-b050-c91d2871603a) to Test(contact_requests) with arguments: 1
1220
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1221
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1222
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (2.8ms)
1223
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1224
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
1225
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 11.7ms
1226
+  (0.4ms) rollback transaction
1227
+  (13.4ms) begin transaction
1228
+  (0.3ms) SAVEPOINT active_record_1
1229
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.242872"], ["updated_at", "2020-01-22 09:24:04.242872"]]
1230
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 97e72509-acca-444b-b920-0406cdf2918b) to Test(contact_requests) with arguments: 1
1231
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1232
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1233
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.3ms)
1234
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1235
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.3ms)
1236
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 11.2ms
1237
+  (0.7ms) rollback transaction
1238
+  (0.2ms) begin transaction
1239
+  (0.2ms) SAVEPOINT active_record_1
1240
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.284822"], ["updated_at", "2020-01-22 09:24:04.284822"]]
1241
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 6b966078-167d-4164-8f15-33a83b408477) to Test(contact_requests) with arguments: 1
1242
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1243
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1244
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (2.6ms)
1245
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1246
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.4ms)
1247
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 13.1ms
1248
+  (0.8ms) rollback transaction
1249
+  (0.2ms) begin transaction
1250
+  (0.2ms) SAVEPOINT active_record_1
1251
+ Cmor::Contact::ContactRequest Create (0.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.326753"], ["updated_at", "2020-01-22 09:24:04.326753"]]
1252
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: a14cc16c-df0b-4d03-bf7f-ee6f55a6a2d6) to Test(contact_requests) with arguments: 1
1253
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1254
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1255
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (2.8ms)
1256
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1257
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.3ms)
1258
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 16.1ms
1259
+  (0.5ms) rollback transaction
1260
+  (0.1ms) begin transaction
1261
+  (0.2ms) SAVEPOINT active_record_1
1262
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.373590"], ["updated_at", "2020-01-22 09:24:04.373590"]]
1263
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: dba54fb5-cbe1-4005-9cbc-eaf4cf20c2d6) to Test(contact_requests) with arguments: 1
1264
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1265
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1266
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.3ms)
1267
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1268
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.5ms)
1269
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 15.1ms
1270
+  (0.5ms) rollback transaction
1271
+  (0.1ms) begin transaction
1272
+  (0.2ms) SAVEPOINT active_record_1
1273
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.417131"], ["updated_at", "2020-01-22 09:24:04.417131"]]
1274
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: d76756bc-5438-40a6-b55b-90fec85ebdea) to Test(contact_requests) with arguments: 1
1275
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1276
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1277
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.7ms)
1278
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1279
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.3ms)
1280
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 16.9ms
1281
+  (1.1ms) rollback transaction
1282
+  (0.1ms) begin transaction
1283
+  (0.2ms) SAVEPOINT active_record_1
1284
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.465501"], ["updated_at", "2020-01-22 09:24:04.465501"]]
1285
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 2c576f4a-457c-451f-bba2-77fe418d1a43) to Test(contact_requests) with arguments: 1
1286
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1287
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1288
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.3ms)
1289
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1290
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.8ms)
1291
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 12.4ms
1292
+  (0.4ms) rollback transaction
1293
+  (0.3ms) begin transaction
1294
+  (0.2ms) SAVEPOINT active_record_1
1295
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.510329"], ["updated_at", "2020-01-22 09:24:04.510329"]]
1296
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 9c8e2645-e5c0-456a-a145-df19d2e7efb3) to Test(contact_requests) with arguments: 1
1297
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1298
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1299
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (4.2ms)
1300
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1301
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.5ms)
1302
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 16.0ms
1303
+  (0.5ms) rollback transaction
1304
+  (0.1ms) begin transaction
1305
+  (0.3ms) SAVEPOINT active_record_1
1306
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.547052"], ["updated_at", "2020-01-22 09:24:04.547052"]]
1307
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: c0340b79-adc5-4f2b-af10-c0477e06f5bf) to Test(contact_requests) with arguments: 1
1308
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1309
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1310
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.4ms)
1311
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1312
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.6ms)
1313
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 13.6ms
1314
+  (0.4ms) rollback transaction
1315
+  (0.2ms) begin transaction
1316
+  (0.2ms) SAVEPOINT active_record_1
1317
+ Cmor::Contact::ContactRequest Create (1.1ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.597305"], ["updated_at", "2020-01-22 09:24:04.597305"]]
1318
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 8febe5d9-9636-47b8-8fdc-6d73816c9e1b) to Test(contact_requests) with arguments: 1
1319
+  (0.3ms) RELEASE SAVEPOINT active_record_1
1320
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1321
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.7ms)
1322
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1323
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.7ms)
1324
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 14.3ms
1325
+  (0.5ms) rollback transaction
1326
+  (0.2ms) begin transaction
1327
+  (0.2ms) SAVEPOINT active_record_1
1328
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.639708"], ["updated_at", "2020-01-22 09:24:04.639708"]]
1329
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: a9d8ecb6-bbbe-4662-8bbd-6de4d5f8e8c3) to Test(contact_requests) with arguments: 1
1330
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1331
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1332
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (6.0ms)
1333
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1334
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.9ms)
1335
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 19.2ms
1336
+  (0.4ms) rollback transaction
1337
+  (0.1ms) begin transaction
1338
+  (0.1ms) SAVEPOINT active_record_1
1339
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.678800"], ["updated_at", "2020-01-22 09:24:04.678800"]]
1340
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: a0a8df8f-c1b6-4b8a-88c7-0d8a893fe30b) to Test(contact_requests) with arguments: 1
1341
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1342
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1343
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.9ms)
1344
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1345
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (3.2ms)
1346
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 20.4ms
1347
+  (0.4ms) rollback transaction
1348
+  (0.2ms) begin transaction
1349
+  (0.3ms) SAVEPOINT active_record_1
1350
+ Cmor::Contact::ContactRequest Create (0.8ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.723085"], ["updated_at", "2020-01-22 09:24:04.723085"]]
1351
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: f3906852-906a-45f7-811d-1ccf5df0eb68) to Test(contact_requests) with arguments: 1
1352
+  (0.3ms) RELEASE SAVEPOINT active_record_1
1353
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1354
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (2.5ms)
1355
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1356
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.5ms)
1357
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 12.5ms
1358
+  (0.4ms) rollback transaction
1359
+  (0.2ms) begin transaction
1360
+  (0.2ms) SAVEPOINT active_record_1
1361
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.765661"], ["updated_at", "2020-01-22 09:24:04.765661"]]
1362
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: e032f1c5-9de1-4665-877e-47e040468f95) to Test(contact_requests) with arguments: 1
1363
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1364
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1365
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (2.9ms)
1366
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1367
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (6.8ms)
1368
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 19.3ms
1369
+  (1.0ms) rollback transaction
1370
+  (0.3ms) begin transaction
1371
+  (0.3ms) SAVEPOINT active_record_1
1372
+ Cmor::Contact::ContactRequest Create (0.9ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.820662"], ["updated_at", "2020-01-22 09:24:04.820662"]]
1373
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 691e43d3-d24e-44ef-8933-47d3c34fa0a9) to Test(contact_requests) with arguments: 1
1374
+  (0.3ms) RELEASE SAVEPOINT active_record_1
1375
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1376
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (3.9ms)
1377
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1378
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (5.7ms)
1379
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 24.3ms
1380
+  (2.7ms) rollback transaction
1381
+  (0.2ms) begin transaction
1382
+  (1.0ms) SAVEPOINT active_record_1
1383
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.883109"], ["updated_at", "2020-01-22 09:24:04.883109"]]
1384
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: bf9f0de2-0c9d-42a9-8f90-48d14975837d) to Test(contact_requests) with arguments: 1
1385
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1386
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1387
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (2.8ms)
1388
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1389
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (2.7ms)
1390
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 12.9ms
1391
+  (0.4ms) rollback transaction
1392
+  (0.2ms) begin transaction
1393
+  (0.2ms) SAVEPOINT active_record_1
1394
+ Cmor::Contact::ContactRequest Create (0.6ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:04.925019"], ["updated_at", "2020-01-22 09:24:04.925019"]]
1395
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 17fa6115-1237-4f6a-a7ab-541502f145e7) to Test(contact_requests) with arguments: 1
1396
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1397
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer
1398
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.html.haml within layouts/mailer (7.3ms)
1399
+ Rendering /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer
1400
+ Rendered /home/vagrant/rails/cmor/cmor/cmor_contact/app/views/cmor/contact/contact_request_mailer/notify.text.erb within layouts/mailer (5.4ms)
1401
+ Cmor::Contact::ContactRequestMailer#notify: processed outbound mail in 26.2ms
1402
+  (0.8ms) rollback transaction
1403
+  (0.1ms) begin transaction
1404
+  (0.1ms) rollback transaction
1405
+  (0.1ms) begin transaction
1406
+  (0.3ms) rollback transaction
1407
+  (0.2ms) begin transaction
1408
+  (0.2ms) rollback transaction
1409
+  (0.2ms) begin transaction
1410
+  (0.2ms) rollback transaction
1411
+  (0.2ms) begin transaction
1412
+  (0.1ms) rollback transaction
1413
+  (0.1ms) begin transaction
1414
+  (0.1ms) rollback transaction
1415
+  (0.2ms) begin transaction
1416
+  (0.1ms) rollback transaction
1417
+  (0.2ms) begin transaction
1418
+  (0.2ms) rollback transaction
1419
+  (0.1ms) begin transaction
1420
+  (0.1ms) rollback transaction
1421
+  (0.3ms) begin transaction
1422
+  (0.7ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
1423
+  (0.5ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
1424
+  (0.2ms) rollback transaction
1425
+  (0.2ms) begin transaction
1426
+  (0.5ms) rollback transaction
1427
+  (0.1ms) begin transaction
1428
+  (0.2ms) SAVEPOINT active_record_1
1429
+ Cmor::Contact::ContactRequest Create (0.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:05.224714"], ["updated_at", "2020-01-22 09:24:05.224714"]]
1430
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 4fe933cf-ae33-4f7a-b016-95981a8355b6) to Test(contact_requests) with arguments: 1
1431
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1432
+  (0.3ms) rollback transaction
1433
+  (0.3ms) begin transaction
1434
+  (0.2ms) rollback transaction
1435
+  (0.3ms) begin transaction
1436
+  (0.6ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
1437
+  (0.2ms) SAVEPOINT active_record_1
1438
+ Cmor::Contact::ContactRequest Create (1.7ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:05.274133"], ["updated_at", "2020-01-22 09:24:05.274133"]]
1439
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: d9968037-3d34-4ca2-b6bd-ecc3ea248d60) to Test(contact_requests) with arguments: 1
1440
+  (0.3ms) RELEASE SAVEPOINT active_record_1
1441
+  (0.5ms) SELECT COUNT(*) FROM "cmor_contact_contact_requests"
1442
+  (0.7ms) rollback transaction
1443
+  (0.1ms) begin transaction
1444
+  (0.3ms) SAVEPOINT active_record_1
1445
+ Cmor::Contact::ContactRequest Create (4.2ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:05.366332"], ["updated_at", "2020-01-22 09:24:05.366332"]]
1446
+  (1.0ms) RELEASE SAVEPOINT active_record_1
1447
+  (5.7ms) rollback transaction
1448
+  (0.2ms) begin transaction
1449
+  (0.2ms) rollback transaction
1450
+  (0.3ms) begin transaction
1451
+  (0.2ms) rollback transaction
1452
+  (0.2ms) begin transaction
1453
+  (0.2ms) rollback transaction
1454
+  (0.3ms) begin transaction
1455
+  (0.3ms) rollback transaction
1456
+  (0.1ms) begin transaction
1457
+  (0.1ms) SAVEPOINT active_record_1
1458
+ Cmor::Contact::ContactRequest Create (0.5ms) INSERT INTO "cmor_contact_contact_requests" ("name", "email", "phone", "ip_address", "message", "accept_terms_of_service", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "John Doe"], ["email", "john.doe@example.com"], ["phone", "+491234567890"], ["ip_address", "127.0.0.1"], ["message", "Please callback!"], ["accept_terms_of_service", 1], ["created_at", "2020-01-22 09:24:05.483212"], ["updated_at", "2020-01-22 09:24:05.483212"]]
1459
+ [ActiveJob] Enqueued Cmor::Contact::NotifyNewContactRequestJob (Job ID: 74c94133-c0ad-497d-8d3f-2801fe20876c) to Test(contact_requests) with arguments: 1
1460
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1461
+  (0.2ms) rollback transaction
1462
+  (0.3ms) begin transaction
1463
+  (0.2ms) rollback transaction
1464
+  (0.2ms) begin transaction
1465
+  (0.2ms) rollback transaction
1466
+  (0.2ms) begin transaction
1467
+  (0.1ms) rollback transaction
1468
+  (0.1ms) begin transaction
1469
+  (0.1ms) rollback transaction
1470
+  (0.1ms) begin transaction
1471
+  (0.2ms) rollback transaction
1472
+  (0.1ms) begin transaction
1473
+  (0.1ms) rollback transaction
1474
+  (0.1ms) begin transaction
1475
+  (5.6ms) rollback transaction
1476
+  (0.2ms) begin transaction
1477
+  (0.2ms) rollback transaction
1478
+  (0.2ms) begin transaction
1479
+  (0.1ms) rollback transaction
1480
+  (0.1ms) begin transaction
1481
+  (0.1ms) rollback transaction
1482
+  (0.3ms) begin transaction
1483
+  (0.2ms) rollback transaction
1484
+  (0.1ms) begin transaction
1485
+  (0.1ms) rollback transaction
1486
+  (0.2ms) begin transaction
1487
+  (0.1ms) rollback transaction
1488
+  (0.1ms) begin transaction
1489
+  (0.1ms) rollback transaction
1490
+  (0.2ms) begin transaction
1491
+  (0.2ms) rollback transaction
1492
+  (0.2ms) begin transaction
1493
+  (0.2ms) rollback transaction
1494
+  (0.2ms) begin transaction
1495
+  (0.1ms) rollback transaction
1496
+  (0.3ms) begin transaction
1497
+  (0.2ms) rollback transaction
1498
+  (0.2ms) begin transaction
1499
+  (0.1ms) rollback transaction
1500
+  (0.3ms) begin transaction
1501
+  (0.2ms) rollback transaction
1502
+  (0.2ms) begin transaction
1503
+  (0.1ms) rollback transaction
1504
+  (0.1ms) begin transaction
1505
+  (0.1ms) rollback transaction
1506
+  (0.1ms) begin transaction
1507
+  (0.1ms) rollback transaction
1508
+  (0.2ms) begin transaction
1509
+  (0.1ms) rollback transaction