(0.2ms) begin transaction  (0.7ms) 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", "21b59cb4706eca7e9d793247b258669cf388592d1471d630b7b4a84e4d0665e273561c54c340459cd4d1f29a8810ab000ce8dd0537e2ed5119b63ec0d7b6a4fe"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.6ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "FcFog5Q-dx-eLXp10iPl"], ["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.2ms) 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$1/SLkq6AyI7JSj1Hz2e9VOto7Vp/ipjnGKzNBoxc6RtyxyPoITaUa"], ["password_salt", "KVWSoAmIxc5TdXh1nJO2"], ["persistence_token", "21b59cb4706eca7e9d793247b258669cf388592d1471d630b7b4a84e4d0665e273561c54c340459cd4d1f29a8810ab000ce8dd0537e2ed5119b63ec0d7b6a4fe"], ["single_access_token", "FcFog5Q-dx-eLXp10iPl"], ["perishable_token", "D4QcoyEEhViPL7CjzDP_"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:38.057921"], ["updated_at", "2019-03-31 09:54:38.057921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-03-31 11:54:38 +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 (12.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (34.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (329.5ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (49.2ms) Completed 200 OK in 1292ms (Views: 1287.6ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-03-31 11:54: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.6ms) 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 (0.6ms) 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", "PfTDENs2p92kuhbVzIsl"], ["login_count", 1], ["last_request_at", "2019-03-31 09:54:39.627406"], ["current_login_at", "2019-03-31 09:54:39.627040"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-03-31 09:54:39.630561"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 83ms (ActiveRecord: 1.7ms) Started GET "/de" for 127.0.0.1 at 2019-03-31 11:54: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.7ms) Cmor::UserArea::User Load (1.5ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.6ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (1.1ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "XPx849DXNYlLIiPLcz20"], ["last_request_at", "2019-03-31 09:54:39.700381"], ["updated_at", "2019-03-31 09:54:39.705645"], ["id", 1]]  (0.5ms) 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 (33.9ms) Completed 200 OK in 63ms (Views: 55.9ms | ActiveRecord: 3.7ms)  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.4ms) 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", "b025229768fb8ea97d3ce4828a9812ddf31edc9e09750f1cd3ad5b318859f25324a1cd5aa50530bf0e383e6910534c83e4776539eef20ab7981c2e99d7901b2a"], ["LIMIT", 1]] Cmor::UserArea::User Exists (1.7ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "-_4Cw4zIOE03qtKdwdvC"], ["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 (1.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$pPAMpK0j5MWQyuzzpXInyOdXvsku8l1JWIFMJos21xw5Dthit1Yx."], ["password_salt", "GdHp7bKa7GB7Wm4dLg4z"], ["persistence_token", "b025229768fb8ea97d3ce4828a9812ddf31edc9e09750f1cd3ad5b318859f25324a1cd5aa50530bf0e383e6910534c83e4776539eef20ab7981c2e99d7901b2a"], ["single_access_token", "-_4Cw4zIOE03qtKdwdvC"], ["perishable_token", "8XLG185lhNx1NnlzQyNk"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:39.851689"], ["updated_at", "2019-03-31 09:54:39.851689"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-03-31 11:54: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 (18.3ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (2.9ms) Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-03-31 11:54: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 (8.7ms) 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.9ms) 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", "wi7WMw2P39DN5TVuWptP"], ["login_count", 1], ["last_request_at", "2019-03-31 09:54:40.020720"], ["current_login_at", "2019-03-31 09:54:40.020220"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-03-31 09:54:40.025946"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 110ms (ActiveRecord: 10.7ms) Started GET "/de" for 127.0.0.1 at 2019-03-31 11:54: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.2ms) Cmor::UserArea::User Load (0.5ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.7ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "Uj-ocNOJZ8Dazeg0Inzq"], ["last_request_at", "2019-03-31 09:54:40.069533"], ["updated_at", "2019-03-31 09:54:40.074221"], ["id", 1]]  (0.8ms) 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 (26.1ms) Completed 200 OK in 38ms (Views: 32.9ms | ActiveRecord: 2.4ms) Started DELETE "/de/benutzer/session" for 127.0.0.1 at 2019-03-31 11:54:40 +0200 Processing by Cmor::UserArea::UserSessionsController#destroy 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.5ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "KWDKj1oYjPNvLYqsxYVE"], ["last_request_at", "2019-03-31 09:54:40.112837"], ["updated_at", "2019-03-31 09:54:40.115838"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 [LocationHistoryConcern] Storing last location [http://www.example.com/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 (0.7ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "AfZpHk8WmVD7Y8TU4u4h"], ["last_request_at", "2019-03-31 09:54:40.128545"], ["updated_at", "2019-03-31 09:54:40.130726"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 37ms (ActiveRecord: 3.0ms) Started GET "/de" for 127.0.0.1 at 2019-03-31 11:54: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 (2.8ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) rollback transaction  (0.3ms) begin transaction  (0.9ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) rollback transaction  (0.4ms) 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", "f2117437bbf85caaee16cd2d27c1936ca6dbfa2f0b2c5549b83c325cd681e96077ead2f0e1257231d50887eef3ee0fe91b81578549450f7af1d9ab3c7cb09b43"], ["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", "qjqXZno8KUkUCgjF-dXf"], ["LIMIT", 1]] Cmor::UserArea::User Exists (2.7ms) 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.2ms) 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$bU77ykVqs93lz0FoEySiIuEaqujWLEQwVOCLI64quFymbCQMJTh4C"], ["password_salt", "GjLZ28ue-uFXI6pZPBJA"], ["persistence_token", "f2117437bbf85caaee16cd2d27c1936ca6dbfa2f0b2c5549b83c325cd681e96077ead2f0e1257231d50887eef3ee0fe91b81578549450f7af1d9ab3c7cb09b43"], ["single_access_token", "qjqXZno8KUkUCgjF-dXf"], ["perishable_token", "HsvzAE9YUaIUZZssTORW"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:40.586814"], ["updated_at", "2019-03-31 09:54:40.586814"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-03-31 11:54: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.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (10.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (26.6ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (3.4ms) Completed 200 OK in 43ms (Views: 40.1ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-03-31 11:54: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.6ms) 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.0ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.8ms) 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", "nGEvFr90rsKjjO8Enc_H"], ["login_count", 1], ["last_request_at", "2019-03-31 09:54:40.791357"], ["current_login_at", "2019-03-31 09:54:40.790915"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-03-31 09:54:40.794732"], ["id", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 101ms (ActiveRecord: 2.0ms) Started GET "/de" for 127.0.0.1 at 2019-03-31 11:54: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.2ms) 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.5ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "F8DjDNp5R52uuZQaMo5d"], ["last_request_at", "2019-03-31 09:54:40.820562"], ["updated_at", "2019-03-31 09:54:40.823805"], ["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 (16.9ms) Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 1.4ms) Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-03-31 11:54:40 +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.4ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.5ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "oMD6OiTBcT9p4X7eEk7G"], ["last_request_at", "2019-03-31 09:54:40.947128"], ["updated_at", "2019-03-31 09:54:40.950817"], ["id", 1]]  (0.4ms) 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 (7.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form.html.haml (29.9ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application (74.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (2.6ms) Completed 200 OK in 142ms (Views: 115.3ms | ActiveRecord: 1.5ms)  (1.0ms) 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", "248721f600fac6abc84dac58286c62befae10e832fd023b66329a1a5937f4e15f9a6169af83e17a36acb9162abed1bf220d2a1556417cd024ee1c1e2e5d1eada"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.6ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "UT1gCODgaDrI1aZxNooY"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.7ms) 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$KnIGoC1elogQ5jddBuhhF.ko6Fiwc3V4hIOkeOe4RN5SEBXY9ZoOO"], ["password_salt", "yVEXQe_dX5-emSYWE1xR"], ["persistence_token", "248721f600fac6abc84dac58286c62befae10e832fd023b66329a1a5937f4e15f9a6169af83e17a36acb9162abed1bf220d2a1556417cd024ee1c1e2e5d1eada"], ["single_access_token", "UT1gCODgaDrI1aZxNooY"], ["perishable_token", "9KcKlxhpn8g2QtMn_hiI"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:41.195883"], ["updated_at", "2019-03-31 09:54:41.195883"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-03-31 11:54: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 (8.6ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (22.8ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (5.6ms) Completed 200 OK in 45ms (Views: 42.5ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-03-31 11:54: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.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.6ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (1.2ms) 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", "mwogptyTuMa6pErBuZ9y"], ["login_count", 1], ["last_request_at", "2019-03-31 09:54:41.412132"], ["current_login_at", "2019-03-31 09:54:41.411706"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-03-31 09:54:41.418408"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 109ms (ActiveRecord: 2.6ms) Started GET "/de" for 127.0.0.1 at 2019-03-31 11:54: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.4ms) 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.7ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (1.1ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "_kNNBsWOxFz2Dkpu_TAA"], ["last_request_at", "2019-03-31 09:54:41.477613"], ["updated_at", "2019-03-31 09:54:41.482458"], ["id", 1]]  (0.5ms) 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 (32.6ms) Completed 200 OK in 49ms (Views: 44.3ms | ActiveRecord: 2.7ms) Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-03-31 11:54:41 +0200 Processing by Cmor::UserArea::CurrentUsersController#edit as HTML Parameters: {"locale"=>"de"} Cmor::UserArea::User Load (0.7ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (1.1ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "1_8CptL1vQBI5PxdwGBb"], ["last_request_at", "2019-03-31 09:54:41.552385"], ["updated_at", "2019-03-31 09:54:41.557954"], ["id", 1]]  (0.9ms) 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.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form.html.haml (21.8ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application (57.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (16.6ms) Completed 200 OK in 128ms (Views: 95.7ms | ActiveRecord: 3.3ms) Cmor::UserArea::User Load (1.6ms) 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-03-31 11:54: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.6ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (1.1ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "o1x4-VYDdHkvhnxamPdB"], ["last_request_at", "2019-03-31 09:54:41.759004"], ["updated_at", "2019-03-31 09:54:41.763219"], ["id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 [LocationHistoryConcern] Storing last location [http://www.example.com/de/benutzer/profil/edit]  (0.3ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.8ms) 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.5ms) UPDATE "cmor_user_area_users" SET "email" = ?, "perishable_token" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["email", "new@example.com"], ["perishable_token", "mrWV6aZl-ITFOY1D8hsZ"], ["updated_at", "2019-03-31 09:54:41.786123"], ["id", 1]]  (2.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/benutzer/session/new Completed 302 Found in 63ms (ActiveRecord: 6.3ms) Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-03-31 11:54: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.3ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (20.5ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (34.9ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (3.4ms) Completed 200 OK in 51ms (Views: 46.2ms | ActiveRecord: 0.0ms) Cmor::UserArea::User Load (0.7ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.4ms) begin transaction  (0.5ms) 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", "6b80c7f58538f7bd26d9b584ae11a0d1e422fd77219afa4cb8cc3dad918d05d571b9738010766b3610bf6e0d0716441c4b99af4ce55355e82b5aba59cbd5b7f7"], ["LIMIT", 1]] Cmor::UserArea::User Exists (1.3ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "ZWFl1nKrzrIT51GephJR"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.8ms) 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$N.pIrYz0DV25wR2ytzknAepozARijt9FUpXaUiXcMZWscwv3XGMpm"], ["password_salt", "RUzY_0YGj5UB72gtnRHI"], ["persistence_token", "6b80c7f58538f7bd26d9b584ae11a0d1e422fd77219afa4cb8cc3dad918d05d571b9738010766b3610bf6e0d0716441c4b99af4ce55355e82b5aba59cbd5b7f7"], ["single_access_token", "ZWFl1nKrzrIT51GephJR"], ["perishable_token", "CsK44cTBfckwZTGs59ba"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:42.113881"], ["updated_at", "2019-03-31 09:54:42.113881"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-03-31 11:54:42 +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.4ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (13.5ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (29.9ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (4.3ms) Completed 200 OK in 57ms (Views: 54.5ms | ActiveRecord: 0.0ms) Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-03-31 11:54:42 +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.6ms) 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 (0.5ms) 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", "hFL6jo7i6we8PRCl6KxQ"], ["login_count", 1], ["last_request_at", "2019-03-31 09:54:42.306564"], ["current_login_at", "2019-03-31 09:54:42.306150"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-03-31 09:54:42.310058"], ["id", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de Completed 302 Found in 98ms (ActiveRecord: 2.0ms) Started GET "/de" for 127.0.0.1 at 2019-03-31 11:54:42 +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.3ms) Cmor::UserArea::User Load (0.6ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.7ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "h1lyHYY-UxyZbAa6bECD"], ["last_request_at", "2019-03-31 09:54:42.351344"], ["updated_at", "2019-03-31 09:54:42.354866"], ["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 (25.3ms) Completed 200 OK in 32ms (Views: 28.8ms | ActiveRecord: 2.0ms) Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-03-31 11:54:42 +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.9ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "qYNXO-KB37S5niRxAqXr"], ["last_request_at", "2019-03-31 09:54:42.377966"], ["updated_at", "2019-03-31 09:54:42.380542"], ["id", 1]]  (0.3ms) 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 (13.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application (27.9ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.9ms) Completed 200 OK in 53ms (Views: 38.8ms | ActiveRecord: 1.6ms) Started PATCH "/de/benutzer/profil" for 127.0.0.1 at 2019-03-31 11:54:42 +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.6ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.7ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (0.8ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "ENFwtEP4A0N0_2d7q5FB"], ["last_request_at", "2019-03-31 09:54:42.464868"], ["updated_at", "2019-03-31 09:54:42.469486"], ["id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 [LocationHistoryConcern] Storing last location [http://www.example.com/de/benutzer/profil/edit]  (1.5ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.9ms) 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 (1.2ms) UPDATE "cmor_user_area_users" SET "email" = ?, "perishable_token" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["email", "new@example.com"], ["perishable_token", "h2Cbz8R9niwvskqjkze7"], ["updated_at", "2019-03-31 09:54:42.490365"], ["id", 1]]  (0.8ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/benutzer/session/new Completed 302 Found in 49ms (ActiveRecord: 7.0ms) Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-03-31 11:54:42 +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.5ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (13.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (29.8ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (6.0ms) Completed 200 OK in 49ms (Views: 46.0ms | ActiveRecord: 0.0ms)  (1.0ms) rollback transaction  (0.4ms) begin transaction Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-03-31 11:54:42 +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 12ms (ActiveRecord: 0.0ms) Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-03-31 11:54:42 +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.5ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (12.5ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (36.7ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (5.0ms) Completed 200 OK in 56ms (Views: 53.6ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.7ms) begin transaction  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) rollback transaction  (1.2ms) begin transaction  (0.2ms) rollback transaction  (0.8ms) begin transaction Cmor::UserArea::User Exists (0.8ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "145a1879cc6eccba350fc72a56a3e01634a6e70b3ac8624ba1ed6b2e5369176c913d05906095c61d74c79a75d9c3aa0f6929f9f6cc3ec8921941553d639612c0"], ["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", "85o_t3eK64vVCwYIw0Ju"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.6ms) 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.4ms) rollback transaction  (0.5ms) begin transaction 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", "a6667cbb9af6d326dcb87a16163d53954b235411b41051d624e3f676f15b84d484b07cb9f226e9f9040b622e86bc973177dc9e35ded5090e12ec5558b59b047a"], ["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", "wWnTm4S-JAKlsQAp1C4V"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.3ms) 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", "931f0088176e4b50e0be4f63dd48dd981ec8ad9c7ae1b37326d71a909ffd4f6cf3fe13e28a4d9563d2cab6a8689665987bfc28993b54902736bd097ae5f6db0b"], ["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", "yAe8JH2YNeHRYEi2-mrG"], ["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", "user2@example.com"], ["LIMIT", 1]] Cmor::UserArea::User Create (1.0ms) 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$ZGEs7B.zQne9cGa34QRG/uSJ3XN1XpVsYOxs//fd9w/2m5oaugvAi"], ["password_salt", "oJC0Q3BCKQgmdXM7ruUa"], ["persistence_token", "931f0088176e4b50e0be4f63dd48dd981ec8ad9c7ae1b37326d71a909ffd4f6cf3fe13e28a4d9563d2cab6a8689665987bfc28993b54902736bd097ae5f6db0b"], ["single_access_token", "yAe8JH2YNeHRYEi2-mrG"], ["perishable_token", "LdQRBo0ZyuWqKL9deE9Z"], ["created_at", "2019-03-31 09:54:43.180545"], ["updated_at", "2019-03-31 09:54:43.180545"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.5ms) begin transaction  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) rollback transaction  (1.7ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.5ms) rollback transaction  (0.5ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.4ms) rollback transaction  (0.5ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (11.0ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.5ms) begin transaction  (0.4ms) rollback transaction  (0.1ms) begin transaction  (1.0ms) rollback transaction  (1.3ms) begin transaction  (2.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (18.7ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (1.8ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.9ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (1.1ms) begin transaction  (0.4ms) rollback transaction  (0.4ms) begin transaction  (0.3ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.5ms) begin transaction  (0.6ms) rollback transaction  (0.4ms) begin transaction  (0.3ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) rollback transaction  (0.8ms) begin transaction  (0.1ms) rollback transaction  (11.5ms) begin transaction  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (1.3ms) begin transaction  (0.4ms) rollback transaction  (0.8ms) begin transaction  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.4ms) rollback transaction  (0.3ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (1.2ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "4e7cb070392b864eba9adbf6ae3ae5d843dba2fd054cc7b363a354b9017191c4603f495771325dbf41e2ad2c332a78cbb977656822d5e0bba99d6e5da3547922"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.9ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "MMjl0Xt5FoXRv2sQj9O9"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.6ms) 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 (3.0ms) 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$72zEUQFZbTPK7PoeSS8Uwu5ThGSQlb.Yoi.mdRfGvTiGkrWcSMcs."], ["password_salt", "0pkofImZXk7IwnZvfL8d"], ["persistence_token", "4e7cb070392b864eba9adbf6ae3ae5d843dba2fd054cc7b363a354b9017191c4603f495771325dbf41e2ad2c332a78cbb977656822d5e0bba99d6e5da3547922"], ["single_access_token", "MMjl0Xt5FoXRv2sQj9O9"], ["perishable_token", "PoEwJkr8aidE-beAfKA1"], ["created_at", "2019-03-31 09:54:45.202029"], ["updated_at", "2019-03-31 09:54:45.202029"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.9ms) rollback transaction  (0.2ms) begin transaction 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", "2025ba10eb1660d523da36c1a8d0764da6fbd9f228215646bb8b7324ddb400e9a390357b9704a8defeffcde4f53f0663c1e3cab39319fea302e183b6821389ce"], ["LIMIT", 1]] Cmor::UserArea::User Exists (1.0ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "HRVkIXPHPWs80dOMAMyd"], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.5ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.8ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "dbc95e247be978cb2daaf693e87768d76d6f2114834384fbad8923aa921fbfb0cbe2c34de516c9e2c9737d92be9b107c53d1f236c7fdd6993a1db07480faeb4f"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.7ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "QOXuhTy8j9-M2TNzRKA2"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.7ms) 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 (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", "user4@example.com"], ["crypted_password", "$2a$10$MYsj5clFYI1oGQVNXVVjKuUn17gOGrRIDP.nvbk.T2aQTBdtOX0li"], ["password_salt", "nZuRiGVgd4yEMMOCU5hx"], ["persistence_token", "dbc95e247be978cb2daaf693e87768d76d6f2114834384fbad8923aa921fbfb0cbe2c34de516c9e2c9737d92be9b107c53d1f236c7fdd6993a1db07480faeb4f"], ["single_access_token", "QOXuhTy8j9-M2TNzRKA2"], ["perishable_token", "Q7YVPaNlXr19CPrWpCRg"], ["created_at", "2019-03-31 09:54:45.407867"], ["updated_at", "2019-03-31 09:54:45.407867"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Cmor::UserArea::User Update (2.5ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "d2SFzXdEVvus_vTHQD0_"], ["updated_at", "2019-03-31 09:54:45.420547"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "cmor_user_area_users"  (0.6ms) 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", "0d573bcdbf71fbd1c0924d36319d1f5d235d0aff45863d763f2e38fbe0250aecd39e49dedae1c12d72f00c2ff68175e855d5a535fa675b053159a2e38b309afb"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.9ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "UHPJRuiykKtz8fRHa4Im"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.7ms) 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.1ms) 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$M.UW8EoP24nZIKcrz/Z0dOYx4yD6UBBwf.IRogsf2UW/.NRpPC.m."], ["password_salt", "-1GAhdemm-jW3Dt64pxi"], ["persistence_token", "0d573bcdbf71fbd1c0924d36319d1f5d235d0aff45863d763f2e38fbe0250aecd39e49dedae1c12d72f00c2ff68175e855d5a535fa675b053159a2e38b309afb"], ["single_access_token", "UHPJRuiykKtz8fRHa4Im"], ["perishable_token", "0gDJYJsZCV1NVcj-S_g-"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:45.631224"], ["updated_at", "2019-03-31 09:54:45.631224"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "cmor_user_area_users"  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (1.0ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "0147ae603ae1cb1165a269d9b3eeb3ce4cef5a81c57ca460811d175b7e042d040e8559c45d76d1bf1aa45b9b78c729f29910fa03d65b85e64ef8fd672da8df6a"], ["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", "vgB8yTJaWwveuCTps_oD"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.6ms) 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.8ms) 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$b86Mh7UdUJekUgAGxHwvReMYRBRrOqHjpH5vCvd1txEy7ZOwenhhq"], ["password_salt", "UX1qnU0zegeS5rAnEp_1"], ["persistence_token", "0147ae603ae1cb1165a269d9b3eeb3ce4cef5a81c57ca460811d175b7e042d040e8559c45d76d1bf1aa45b9b78c729f29910fa03d65b85e64ef8fd672da8df6a"], ["single_access_token", "vgB8yTJaWwveuCTps_oD"], ["perishable_token", "QwPKGqd95qi8DPao6K6q"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:45.793748"], ["updated_at", "2019-03-31 09:54:45.793748"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.5ms) begin transaction  (0.8ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.8ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "2af22368fc50eed27f83e769c8803a56759034fdd32f232a6a819784db22d235aa0974216b0f56525b59e69f943c740ae92370add996d7968f5fe4b46c07c14b"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.8ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "bfE_WST4meV6tnJUCjWM"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.8ms) 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.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$3Luf7SGjBHzBMfhQEUrS9.WKaeMEoKKPuGs5iSSyOqI/nrax7BjiK"], ["password_salt", "d1LMbQDYGIuBc5L-HZEj"], ["persistence_token", "2af22368fc50eed27f83e769c8803a56759034fdd32f232a6a819784db22d235aa0974216b0f56525b59e69f943c740ae92370add996d7968f5fe4b46c07c14b"], ["single_access_token", "bfE_WST4meV6tnJUCjWM"], ["perishable_token", "mwfoREeyXNvbXNFZz50M"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:45.931675"], ["updated_at", "2019-03-31 09:54:45.931675"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.3ms) begin transaction  (2.6ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.8ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "26b2c25cd71ee25aa8be3365d7ffbeeb36485e52b231bc0b5169262e88dd2b9c0e6ce569e66e5e78d2648af269b4708fc2c86389d9191c5067ce7ec80a9bf74a"], ["LIMIT", 1]] Cmor::UserArea::User Exists (1.0ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "LjD8ScrRXn2MOug4qz2t"], ["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 (3.0ms) 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$DbJNHW7o0gcjvGykexvBrOdZBFzYZtkD.e73.FhZk1emiMrdoqqQq"], ["password_salt", "jj4onCmHvJna0mcHExLp"], ["persistence_token", "26b2c25cd71ee25aa8be3365d7ffbeeb36485e52b231bc0b5169262e88dd2b9c0e6ce569e66e5e78d2648af269b4708fc2c86389d9191c5067ce7ec80a9bf74a"], ["single_access_token", "LjD8ScrRXn2MOug4qz2t"], ["perishable_token", "a2upCmDcRIOilo9pJMy9"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:46.158418"], ["updated_at", "2019-03-31 09:54:46.158418"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (2.5ms) rollback transaction  (1.5ms) begin transaction  (0.6ms) 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", "a424dd2014c9714c26630fe04275f7aad248dae599498d1ef03040ce63b5f2615139538d4cb27db84a27cc11d11c9bca9fa546b517295a655023ecef9abc7b24"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.6ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "IXSuX8yXBpAWN6o7BgKB"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.8ms) 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 (5.1ms) 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$FLpKUs9eQ5qpGDbKYy.5NuYaKarOqOjbOKC2W3f/7zG5VyXzZrTP."], ["password_salt", "QZ6R9BwkeXO5FmZ85lY8"], ["persistence_token", "a424dd2014c9714c26630fe04275f7aad248dae599498d1ef03040ce63b5f2615139538d4cb27db84a27cc11d11c9bca9fa546b517295a655023ecef9abc7b24"], ["single_access_token", "IXSuX8yXBpAWN6o7BgKB"], ["perishable_token", "mtykFhtJCzjI2KVQ9Ir_"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-03-31 09:54:46.366076"], ["updated_at", "2019-03-31 09:54:46.366076"]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (3.6ms) rollback transaction  (0.7ms) begin transaction  (0.5ms) 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", "ba9f1249eb17db2e84a0705f0f9acf2ada47b1d5e2ce3352689d4637c7cb387bb7df8c7e2abbb74c4a1ccb8a2fa14eb9a5ae070f55251c4c9bc93be95c8295ac"], ["LIMIT", 1]] Cmor::UserArea::User Exists (1.6ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "8MUawA8NMUxKAWvdaQap"], ["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 (3.9ms) 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$7.4Vq/0nu6WxvEtOB9X2IewZj3bEomySmTcOfxyD/MFNoBxgfNTge"], ["password_salt", "5Y2wKrxTuHmgdzWNnaOx"], ["persistence_token", "ba9f1249eb17db2e84a0705f0f9acf2ada47b1d5e2ce3352689d4637c7cb387bb7df8c7e2abbb74c4a1ccb8a2fa14eb9a5ae070f55251c4c9bc93be95c8295ac"], ["single_access_token", "8MUawA8NMUxKAWvdaQap"], ["perishable_token", "OdeKRR9JuAkyWSi4633H"], ["created_at", "2019-03-31 09:54:46.532387"], ["updated_at", "2019-03-31 09:54:46.532387"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "cmor_user_area_users"  (0.6ms) SAVEPOINT active_record_1 Cmor::UserArea::User Exists (0.9ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "e236244855cc40b84f1524448ea24345f0acc45d5f9ecacbc6f725cb2f9620a8ff46e3c0dd33ca050b880f7a3e19500d43e34f6f75f81127d00e6cd94e70ae07"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.9ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "AzvxIrKo5lssxrxl7yTb"], ["LIMIT", 1]] Cmor::UserArea::User Exists (0.8ms) 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.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "cmor_user_area_users"  (0.7ms) rollback transaction