(0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "658e39bc6648fdf3e3450fa51d898970a8f527357511138aaeb326e4759c00a934688cbe09aac0b07742b1ac8c59b3e126925690d875fb8ad8a73ebca5914a58"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "WwFvbcrEj7M5i5NW5tUI"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (0.9ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$KLnqKKm.LVfO999IEYn0F.uAwpEoZZm1pJdjCUs8xFYHVsTmMRVlu"], ["password_salt", "l9fn86gjETkpbv91eo-D"], ["persistence_token", "658e39bc6648fdf3e3450fa51d898970a8f527357511138aaeb326e4759c00a934688cbe09aac0b07742b1ac8c59b3e126925690d875fb8ad8a73ebca5914a58"], ["single_access_token", "WwFvbcrEj7M5i5NW5tUI"], ["perishable_token", "r4pKS6rFX7Ex5mxyHgIW"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:37.465127"], ["updated_at", "2019-07-15 19:42:37.465127"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-07-15 21:42:37 +0200 Processing by Cmor::UserArea::UserSessionsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (5.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (15.5ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (200.6ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (21.5ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (6.9ms) Completed 200 OK in 2081ms (Views: 2079.5ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-07-15 21:42:39 +0200 Processing by Cmor::UserArea::UserSessionsController#create as HTML Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"} Cmor::UserArea::User Load (0.4ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER('user@example.com') ORDER BY "cmor_user_area_users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.3ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "nvx8d_FcyaxlvbDPYsbn"], ["login_count", 1], ["last_request_at", "2019-07-15 19:42:39.748950"], ["current_login_at", "2019-07-15 19:42:39.748800"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-07-15 19:42:39.750594"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 69ms (ActiveRecord: 1.0ms) Started GET "/de" for 127.0.0.1 at 2019-07-15 21:42:39 +0200 Processing by HomeController#index as HTML Parameters: {"locale"=>"de"} Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.2ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "9bO6Od1LBmrUDze6uBWJ"], ["last_request_at", "2019-07-15 19:42:39.784712"], ["updated_at", "2019-07-15 19:42:39.785956"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (8.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.1ms) Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.7ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "199ea7e101e9c9620c0e8b70467f3609c927161ef82f8d8feeb7e6e00feff4f0025d8280d8144f8ed06b690deebcfef76aa9917e991ea95a04f53dad06d1c70a"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "MGibN8409ti5Rs6RWJRs"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (0.5ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$RUOjUXFf.ZNDyRU7sN5gVObCPxBjicyxLmtm7wT/VmbwziMvkkFwi"], ["password_salt", "Ivdz7Q-82P1_f2OhQa7J"], ["persistence_token", "199ea7e101e9c9620c0e8b70467f3609c927161ef82f8d8feeb7e6e00feff4f0025d8280d8144f8ed06b690deebcfef76aa9917e991ea95a04f53dad06d1c70a"], ["single_access_token", "MGibN8409ti5Rs6RWJRs"], ["perishable_token", "gN9jfAxefGuKzjkXR19H"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:39.881103"], ["updated_at", "2019-07-15 19:42:39.881103"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-07-15 21:42:39 +0200 Processing by Cmor::UserArea::UserSessionsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (8.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (20.7ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (2.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.1ms) Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-07-15 21:42:39 +0200 Processing by Cmor::UserArea::UserSessionsController#create as HTML Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"} Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER('user@example.com') ORDER BY "cmor_user_area_users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.9ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "VHJSI8bRCgqZXUaO7Myi"], ["login_count", 1], ["last_request_at", "2019-07-15 19:42:40.020093"], ["current_login_at", "2019-07-15 19:42:40.019856"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-07-15 19:42:40.022791"], ["id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 81ms (ActiveRecord: 1.9ms) Started GET "/de" for 127.0.0.1 at 2019-07-15 21:42:40 +0200 Processing by HomeController#index as HTML Parameters: {"locale"=>"de"} Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.4ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "aoFt7CdJ_v9XYTDlBNV1"], ["last_request_at", "2019-07-15 19:42:40.047192"], ["updated_at", "2019-07-15 19:42:40.049888"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (15.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.3ms) Completed 200 OK in 23ms (Views: 19.3ms | ActiveRecord: 1.0ms) Started DELETE "/de/benutzer/session" for 127.0.0.1 at 2019-07-15 21:42:40 +0200 Processing by Cmor::UserArea::UserSessionsController#destroy as HTML Parameters: {"locale"=>"de"} Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.4ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "4qR8TidusBNFmaV9fFM2"], ["last_request_at", "2019-07-15 19:42:40.094620"], ["updated_at", "2019-07-15 19:42:40.096454"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 [LocationHistoryConcern] Storing last location [http://www.example.com/de] Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.3ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "9weMf8jJtybnamQ_6zBE"], ["last_request_at", "2019-07-15 19:42:40.110525"], ["updated_at", "2019-07-15 19:42:40.111753"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 31ms (ActiveRecord: 1.7ms) Started GET "/de" for 127.0.0.1 at 2019-07-15 21:42:40 +0200 Processing by HomeController#index as HTML Parameters: {"locale"=>"de"} Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (6.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.2ms) Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (5.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (1.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "73e0048df7a77305564f99dfeef800dd27fd0f0ee8ce32f670933633fff44b13cc6bae55f0b480e536df34659193cafcc824b0ae5bef6b7e3d171869c5ce6b1f"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "73qSq_Y6xU7OUBG3CdwZ"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (0.5ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$jYMQEmMcuXWqNvDFhyK/8OgREBIdJ3bDwHXO0ccAhQZ6UFvWoI7Eq"], ["password_salt", "WIGHClBdiwzADxCNAN8n"], ["persistence_token", "73e0048df7a77305564f99dfeef800dd27fd0f0ee8ce32f670933633fff44b13cc6bae55f0b480e536df34659193cafcc824b0ae5bef6b7e3d171869c5ce6b1f"], ["single_access_token", "73qSq_Y6xU7OUBG3CdwZ"], ["perishable_token", "F9l1WcRHcMFwAAoVr-Ns"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:40.356596"], ["updated_at", "2019-07-15 19:42:40.356596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-07-15 21:42:40 +0200 Processing by Cmor::UserArea::UserSessionsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (23.9ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (66.6ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (6.3ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.1ms) Completed 200 OK in 88ms (Views: 86.8ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-07-15 21:42:40 +0200 Processing by Cmor::UserArea::UserSessionsController#create as HTML Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"} Cmor::UserArea::User Load (0.4ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER('user@example.com') ORDER BY "cmor_user_area_users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.3ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "guqFhBFpNAtar4CmfT1Y"], ["login_count", 1], ["last_request_at", "2019-07-15 19:42:40.590058"], ["current_login_at", "2019-07-15 19:42:40.589899"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-07-15 19:42:40.592868"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 85ms (ActiveRecord: 0.9ms) Started GET "/de" for 127.0.0.1 at 2019-07-15 21:42:40 +0200 Processing by HomeController#index as HTML Parameters: {"locale"=>"de"} Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.3ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "yBpN87oGm3sjosfE4MXW"], ["last_request_at", "2019-07-15 19:42:40.618121"], ["updated_at", "2019-07-15 19:42:40.619376"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (13.6ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (1.9ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 1.0ms) Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-07-15 21:42:40 +0200 Processing by Cmor::UserArea::CurrentUsersController#edit as HTML Parameters: {"locale"=>"de"} Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.1ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "Gm0sxSmHeTtEu3Wdj_H4"], ["last_request_at", "2019-07-15 19:42:40.681286"], ["updated_at", "2019-07-15 19:42:40.682570"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form_errors.html.haml (13.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form.html.haml (23.3ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application (68.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.1ms) Completed 200 OK in 113ms (Views: 94.2ms | ActiveRecord: 0.6ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.6ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "932917138d18b86fd3b85b988ca6b32760df090ba47397b4f7a48578e760a16cc32b8a6195a5598bc8a82b784df41195f13f3419469818ada0dedee67f2b16fd"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "epZ0wCgRVMosS7bAQ0p3"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.9ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (1.6ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$bi8rxfZQUBxNVRSijtwdp..rmb/LXNaZ3o.8mX0UEZX7ZKgLE.ay6"], ["password_salt", "xkK7iVvUjLWRPbyqChbH"], ["persistence_token", "932917138d18b86fd3b85b988ca6b32760df090ba47397b4f7a48578e760a16cc32b8a6195a5598bc8a82b784df41195f13f3419469818ada0dedee67f2b16fd"], ["single_access_token", "epZ0wCgRVMosS7bAQ0p3"], ["perishable_token", "RqpQ6vuYzFBjua4lYIcw"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:40.884609"], ["updated_at", "2019-07-15 19:42:40.884609"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-07-15 21:42:40 +0200 Processing by Cmor::UserArea::UserSessionsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (5.8ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (17.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (3.9ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.3ms) Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-07-15 21:42:40 +0200 Processing by Cmor::UserArea::UserSessionsController#create as HTML Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"} Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER('user@example.com') ORDER BY "cmor_user_area_users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.4ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "IKIB7Bf6ZX_0X5LETxzI"], ["login_count", 1], ["last_request_at", "2019-07-15 19:42:41.050517"], ["current_login_at", "2019-07-15 19:42:41.050254"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-07-15 19:42:41.057289"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 115ms (ActiveRecord: 0.8ms) Started GET "/de" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by HomeController#index as HTML Parameters: {"locale"=>"de"} Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.0ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "sTKre4gkShjZ7tcVuQAV"], ["last_request_at", "2019-07-15 19:42:41.087185"], ["updated_at", "2019-07-15 19:42:41.088517"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (9.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.1ms) Completed 200 OK in 18ms (Views: 12.6ms | ActiveRecord: 0.7ms) Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::CurrentUsersController#edit as HTML Parameters: {"locale"=>"de"} Cmor::UserArea::User Load (0.3ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.6ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "x1ApK6Up7s6j8KH8ehOK"], ["last_request_at", "2019-07-15 19:42:41.108982"], ["updated_at", "2019-07-15 19:42:41.111636"], ["id", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form_errors.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form.html.haml (7.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application (12.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.1ms) Completed 200 OK in 34ms (Views: 17.3ms | ActiveRecord: 1.7ms) Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Started PATCH "/de/benutzer/profil" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::CurrentUsersController#update as HTML Parameters: {"utf8"=>"✓", "user"=>{"email"=>"new@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update Benutzer", "locale"=>"de"} Cmor::UserArea::User Load (0.4ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.6ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "rCyrz3O5wO06fhbIXrhx"], ["last_request_at", "2019-07-15 19:42:41.187512"], ["updated_at", "2019-07-15 19:42:41.191894"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 [LocationHistoryConcern] Storing last location [http://www.example.com/de/benutzer/profil/edit]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.4ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) AND "cmor_user_area_users"."id" != ? LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] Cmor::UserArea::User Update (0.2ms) UPDATE "cmor_user_area_users" SET "email" = ?, "perishable_token" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["email", "new@example.com"], ["perishable_token", "8Dk0ek0GZP_D00Es8WeL"], ["updated_at", "2019-07-15 19:42:41.201743"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/benutzer/session/new Completed 302 Found in 31ms (ActiveRecord: 2.2ms) Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::UserSessionsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (9.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (20.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.8ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.1ms) Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.0ms) Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "d972d96b9a97758510ea0cd52e779f776e45f9fa2d7a62382dadc4b23553ddcc9a1ff46a73114c304fd7d66c614c87f1da7130066fc8fe16bc96016c33ecf3ff"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "W8SW3tcs33Qww97lNChs"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (0.7ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$ptJwwt4w.MeE./3850E3Lu9K1eQzewTE4U6tuZhcFEguoE26ROAnC"], ["password_salt", "rngtzt4LLUC1gCc5IpHP"], ["persistence_token", "d972d96b9a97758510ea0cd52e779f776e45f9fa2d7a62382dadc4b23553ddcc9a1ff46a73114c304fd7d66c614c87f1da7130066fc8fe16bc96016c33ecf3ff"], ["single_access_token", "W8SW3tcs33Qww97lNChs"], ["perishable_token", "FEjyBC4u5U8yJaM0WyZC"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:41.441878"], ["updated_at", "2019-07-15 19:42:41.441878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::UserSessionsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (9.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (18.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (3.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.4ms) Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::UserSessionsController#create as HTML Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"} Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER('user@example.com') ORDER BY "cmor_user_area_users"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (1.9ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "login_count" = ?, "last_request_at" = ?, "current_login_at" = ?, "current_login_ip" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "qAoBOhCgk8qem8_FQuhq"], ["login_count", 1], ["last_request_at", "2019-07-15 19:42:41.621758"], ["current_login_at", "2019-07-15 19:42:41.621368"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-07-15 19:42:41.626968"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 103ms (ActiveRecord: 2.8ms) Started GET "/de" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by HomeController#index as HTML Parameters: {"locale"=>"de"} Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.6ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "4d3szWQYqWtBFf5m0_cT"], ["last_request_at", "2019-07-15 19:42:41.650624"], ["updated_at", "2019-07-15 19:42:41.651981"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (18.8ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.2ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 1.2ms) Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::CurrentUsersController#edit as HTML Parameters: {"locale"=>"de"} Cmor::UserArea::User Load (0.3ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (1.3ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "cAs4ZF30BaM_pLSE-GvF"], ["last_request_at", "2019-07-15 19:42:41.682880"], ["updated_at", "2019-07-15 19:42:41.685396"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form_errors.html.haml (0.3ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form.html.haml (8.3ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application (14.7ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.1ms) Completed 200 OK in 43ms (Views: 22.5ms | ActiveRecord: 1.9ms) Started PATCH "/de/benutzer/profil" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::CurrentUsersController#update as HTML Parameters: {"utf8"=>"✓", "user"=>{"email"=>"new@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update Benutzer", "locale"=>"de"} Cmor::UserArea::User Load (0.2ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.4ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "AxwyS2TVy6r02MBsBNKT"], ["last_request_at", "2019-07-15 19:42:41.732393"], ["updated_at", "2019-07-15 19:42:41.733656"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 [LocationHistoryConcern] Storing last location [http://www.example.com/de/benutzer/profil/edit]  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.4ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) AND "cmor_user_area_users"."id" != ? LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] Cmor::UserArea::User Update (0.2ms) UPDATE "cmor_user_area_users" SET "email" = ?, "perishable_token" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["email", "new@example.com"], ["perishable_token", "LG2XwFQY1OyPzcKsSgTF"], ["updated_at", "2019-07-15 19:42:41.742328"], ["id", 1]]  (0.8ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/benutzer/session/new Completed 302 Found in 18ms (ActiveRecord: 2.6ms) Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::UserSessionsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (6.3ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (11.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.7ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.1ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (1.1ms) begin transaction Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::CurrentUsersController#edit as HTML Parameters: {"locale"=>"de"} Redirected to http://www.example.com/de/benutzer/session/new Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-07-15 21:42:41 +0200 Processing by Cmor::UserArea::UserSessionsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (4.9ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (20.9ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (16.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_core/app/views/cmor/core/application_view_helper/_render_flash.html.haml (0.3ms) Completed 200 OK in 47ms (Views: 46.5ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction Cmor::UserArea::User Exists (0.5ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "f6291d98f4773ddc7bdaf2efcf217f9559e041ffbf30084f9e0f619189b3079ea925d2e1f0e2f1c0c65413009bf92555d90deecb0a77985f09028d8d4cd76eb5"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "d3gXuYDzRoQOcSaKovHZ"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user1@example.com"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.3ms) begin transaction Cmor::UserArea::User Exists (16.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "ed1d6c34dfd2f51f9280ffa367784743bafb0f0f6afff5f809a5483bee18e150ca3bdb0f0e4d23392fd6e0d7862b76e4c9722fd54cde069682e86fe660278c61"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "ZGYK16Nh3k_LuAZ30X-h"], ["LIMIT", 1]]  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (1.6ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "0feb857a70f0c29bb106d26d7fecdc4271368c23e5b824b12d007adeab45b98bf1fdc50dab97cc81f4ada85b1711aa84d3fda76db676dd55529c98e66debe950"], ["LIMIT", 1]] Cmor::UserArea::User Exists (3.8ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "p5eJk_aQRxyV8gA3U0Xr"], ["LIMIT", 1]] Cmor::UserArea::User Exists (1.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user2@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (1.1ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["crypted_password", "$2a$10$9xG5Y8gTNnSGx/ukrXHiIO8dr7or.vlet3bkjK7YW.NKPe0/QlejO"], ["password_salt", "mQB9cPhL_bYqCD6_VUNg"], ["persistence_token", "0feb857a70f0c29bb106d26d7fecdc4271368c23e5b824b12d007adeab45b98bf1fdc50dab97cc81f4ada85b1711aa84d3fda76db676dd55529c98e66debe950"], ["single_access_token", "p5eJk_aQRxyV8gA3U0Xr"], ["perishable_token", "uGI4Lxd-7u8935ADfYtb"], ["created_at", "2019-07-15 19:42:42.314750"], ["updated_at", "2019-07-15 19:42:42.314750"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (1.8ms) begin transaction  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.8ms) rollback transaction  (0.4ms) begin transaction  (0.5ms) rollback transaction  (0.6ms) begin transaction  (0.0ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (11.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.4ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "b9b575fb4ccc8f64e002cff73da319c03e0391cc28efaf4e607fe93ae1784a51b624be40d62929a3398f8166b5ff3372740ee1fdefbbdd2b6b2e89cd6c37fe64"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "fwPYs9JaSeZzoxyrcZiM"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user3@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (0.4ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["crypted_password", "$2a$10$VGZavr8Zloj0YR.9sbHHFOOXv3dNjztKpiNHT/o8UOUzDNSJVEseS"], ["password_salt", "CVRFBd3ckfn_2eBCG_eX"], ["persistence_token", "b9b575fb4ccc8f64e002cff73da319c03e0391cc28efaf4e607fe93ae1784a51b624be40d62929a3398f8166b5ff3372740ee1fdefbbdd2b6b2e89cd6c37fe64"], ["single_access_token", "fwPYs9JaSeZzoxyrcZiM"], ["perishable_token", "hHM72x-YzwS-D2ITuAFM"], ["created_at", "2019-07-15 19:42:43.554422"], ["updated_at", "2019-07-15 19:42:43.554422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.3ms) begin transaction Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "3a41f14133e70461a1593650639c13abfde4e40d5a7404c0ee151ac83ac1673a167c4a11ea398efcf474ce224f6c9f237f24cf538268627c864f8c7d18e42bbe"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "-LG3PU1yfqe_0Rh3wgnO"], ["LIMIT", 1]]  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "1a9556d89f5e83dcd03fb06b87e4075861c1b8c629933d480c27e325674ec5b0f30150c3e099ce9f0a22c63a62d1fd838f1d6039e9321517a887e12fc1ca2dda"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.5ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "jei_gnYqZdVOUDlD4abD"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user4@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (0.6ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user4@example.com"], ["crypted_password", "$2a$10$X4GBLkLf3BKIatgKWYVz9OiVUR/9tu2NthAfa6FRfLhNsjODQqtvu"], ["password_salt", "Rxoq4Mt-Z6DsSEMo9lid"], ["persistence_token", "1a9556d89f5e83dcd03fb06b87e4075861c1b8c629933d480c27e325674ec5b0f30150c3e099ce9f0a22c63a62d1fd838f1d6039e9321517a887e12fc1ca2dda"], ["single_access_token", "jei_gnYqZdVOUDlD4abD"], ["perishable_token", "03VwubCbSyzitPF_IB0g"], ["created_at", "2019-07-15 19:42:43.694282"], ["updated_at", "2019-07-15 19:42:43.694282"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.4ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "uNwYqI85xVDUFFce_jk_"], ["updated_at", "2019-07-15 19:42:43.699278"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "cmor_user_area_users"  (0.3ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.7ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "68f40d886c353f0ec0b51b516f955a7ad4ba5538fcf6cd98def1aafd1f765e4c8e12ac95fc35298cef960ad9f524fd0d8107d5091b43c3a1032027d9a7f01452"], ["LIMIT", 1]] Cmor::UserArea::User Exists (1.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "UW0Gwn7JAMhb3FNDymdt"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.5ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (1.3ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$vPQ.zm/gjKNUazSOZmtOYOvXxzUYgZIqcDhgRjSwtXISuUYJvWFG."], ["password_salt", "c0zY_QBQPNk9LQytuGh8"], ["persistence_token", "68f40d886c353f0ec0b51b516f955a7ad4ba5538fcf6cd98def1aafd1f765e4c8e12ac95fc35298cef960ad9f524fd0d8107d5091b43c3a1032027d9a7f01452"], ["single_access_token", "UW0Gwn7JAMhb3FNDymdt"], ["perishable_token", "FnQ1SvgS7zoFHSMOXjnf"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:43.832456"], ["updated_at", "2019-07-15 19:42:43.832456"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.7ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "28be5a3fab97683143aec724f97e2a996536457520c1fba612d7f72e01504c650a2b210fb92f0194022c888d31dd94aaa03e0cfb251b274c47670c5ca3ccdc06"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "7bC9zwsIdtV3mPRY3yiq"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.4ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (0.9ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$uz3WWXWyALJ0eMGP/qvaceI1ETFChPx/Gd8gt/PWuwmvWcsqpPksK"], ["password_salt", "sC5B8BYZgsoMVheF8tok"], ["persistence_token", "28be5a3fab97683143aec724f97e2a996536457520c1fba612d7f72e01504c650a2b210fb92f0194022c888d31dd94aaa03e0cfb251b274c47670c5ca3ccdc06"], ["single_access_token", "7bC9zwsIdtV3mPRY3yiq"], ["perishable_token", "t-yAaMX75EbxFJb6j1P0"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:43.935064"], ["updated_at", "2019-07-15 19:42:43.935064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "4e4c14a60845a7f1bf38102070cb81c51c8ce057ec5af8f6b606dc20b95780f74f34bd30a274fd1e08e3d0a4aa421e9ff98b87229a6326ccd53dffa8e9b540eb"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "pyMqbziZ0NcW44dmYaVu"], ["LIMIT", 1]] Cmor::UserArea::User Exists (1.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (1.6ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$hPHAZTii/CpeCIjpUWb1m.STzLE8wbCVFRnpP17g3yhH4IG41Vy7G"], ["password_salt", "Z9Cg5PNK6hEKwroJOWEK"], ["persistence_token", "4e4c14a60845a7f1bf38102070cb81c51c8ce057ec5af8f6b606dc20b95780f74f34bd30a274fd1e08e3d0a4aa421e9ff98b87229a6326ccd53dffa8e9b540eb"], ["single_access_token", "pyMqbziZ0NcW44dmYaVu"], ["perishable_token", "oq9vRq3mBcw5FcXFhLup"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:44.033542"], ["updated_at", "2019-07-15 19:42:44.033542"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (4.6ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.6ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "a2ed013da4afdeb997db1e7850e6e5083076914997c7961cec60cb497f0c599629de1343fa6ed4e947d477dec384b4268f768e45d24cb83666e87e0342bdb26c"], ["LIMIT", 1]] Cmor::UserArea::User Exists (1.4ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "u6Q2X2UWdVPG5dznTVhq"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.9ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (0.7ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$GQOanJD4jHjfJgmlE.9rwOpqGvPA4zfFU3jP7IQIG5a1mpCSXDcfC"], ["password_salt", "H4yR6SvyfGXpBMLAFLP4"], ["persistence_token", "a2ed013da4afdeb997db1e7850e6e5083076914997c7961cec60cb497f0c599629de1343fa6ed4e947d477dec384b4268f768e45d24cb83666e87e0342bdb26c"], ["single_access_token", "u6Q2X2UWdVPG5dznTVhq"], ["perishable_token", "cfPG20Mgdd-WI4W04O15"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:44.160244"], ["updated_at", "2019-07-15 19:42:44.160244"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.5ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "9b7c2dfb7dd7dcfca314291935c1beb3248ad4951918c86da6b0aa3bca66c6abfc98e936155fb06b97cedc8448cf0b9683ccac5a20fd1a32e0959bb1017e4dad"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.4ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "YIELkQgrfpdRgN_4a5NG"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.4ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (2.3ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "active", "approved", "confirmed", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$DQpwy6j.rvy1TV880J1sYepEuywlJRLwqQndK5.VzD2y4jw/YwAj2"], ["password_salt", "OZ3azK-7HOR_ZmGcqXCl"], ["persistence_token", "9b7c2dfb7dd7dcfca314291935c1beb3248ad4951918c86da6b0aa3bca66c6abfc98e936155fb06b97cedc8448cf0b9683ccac5a20fd1a32e0959bb1017e4dad"], ["single_access_token", "YIELkQgrfpdRgN_4a5NG"], ["perishable_token", "4Q5X5QgZiLDgbOWrpO-D"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-07-15 19:42:44.280613"], ["updated_at", "2019-07-15 19:42:44.280613"]]  (1.1ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.6ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "079b8689c0b35769a53173265c28b5d46980b357003385b8333bb4f510922c2df35d9b58cacdf8b5a9178a881be573503081846f0f5c7f7e492753a0afd29ffd"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "WCaarEIeMck_4Kekofgm"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (1.7ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$ISjCNfnsH3gVRvG6V.S6iecBSXQzhGDYSVpUktrhuietSLbBHcmYm"], ["password_salt", "F1Y8zj-1_KdBHcsk6ne-"], ["persistence_token", "079b8689c0b35769a53173265c28b5d46980b357003385b8333bb4f510922c2df35d9b58cacdf8b5a9178a881be573503081846f0f5c7f7e492753a0afd29ffd"], ["single_access_token", "WCaarEIeMck_4Kekofgm"], ["perishable_token", "5AzYZBKd5aBL_RTBpa5p"], ["created_at", "2019-07-15 19:42:44.419835"], ["updated_at", "2019-07-15 19:42:44.419835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"  (0.2ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "6fc4f0207d2c40f2884b5fb85b75efa4078671539c5ac52b5c781f06208b5083f7cfa497258a1ee048089e1b64b8ac934703027b0c96d606ad53e1d7563f194b"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "hzYPGSSQTnjJb6Z8qftT"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"  (0.2ms) rollback transaction