cmor_user_area 0.0.15.pre → 0.0.16.pre

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61b43745a0694813baf5905a2ee14b44a36edd6fb05f8ac1feec1ea510fd4e32
4
- data.tar.gz: eef5ad145d0237483b9b58b56caf1c15e0b926d8823b0600a7fc9b4870fd2e5c
3
+ metadata.gz: 2d95a6cc7ec7251b614ec3bd51c90bbff5c2dbf67adee6ed261692ca066f2740
4
+ data.tar.gz: 3f8dbcc2fe01c598a4882ed590b268eb70e1ab0b260e7d701aecaec04e3efcd9
5
5
  SHA512:
6
- metadata.gz: 7c049dcf6a9706c697994c51a9589e11a24768af5fa06e214eaa9750c10166e81ecc92b3412151a2b6f87a913f15169856fabc855dae6d0f446cba879af77612
7
- data.tar.gz: 48215c5f45b1e5ac91c42df9ca1a2b5aeee058ba4322026492d491d7eed6f7116c1f009cfff63dc96a1f1986dc3e789c0b60053440cc345242c7857d6f49c0a4
6
+ metadata.gz: 939b6e2e20c5fff5e4214d92814c3d45c46c54fe7a36a3e650b79751460c2b69b85a48a2f1952aa3fdab95042b1d3ee3d7aa02b19f2cd0991be13c185ceb90e6
7
+ data.tar.gz: 80706920fb9dd5e6dd8a146d6775337e51edb3f804275a938891ff3b5b1b34d0d5447d3ac58a9b85ca7a29e75afa850cb57270ae33bef0b448a1b99ef041a6ae
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmor_user_area
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15.pre
4
+ version: 0.0.16.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-28 00:00:00.000000000 Z
11
+ date: 2019-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.15.pre
33
+ version: 0.0.16.pre
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.0.15.pre
40
+ version: 0.0.16.pre
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: cmor_core_frontend
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.0.15.pre
47
+ version: 0.0.16.pre
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.0.15.pre
54
+ version: 0.0.16.pre
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sqlite3
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -527,8 +527,6 @@ files:
527
527
  - spec/dummy/db/schema.rb
528
528
  - spec/dummy/db/test.sqlite3
529
529
  - spec/dummy/lib/templates/haml/scaffold/_form.html.haml
530
- - spec/dummy/log/development.log
531
- - spec/dummy/log/test.log
532
530
  - spec/dummy/package.json
533
531
  - spec/dummy/public/404.html
534
532
  - spec/dummy/public/422.html
@@ -1,108 +0,0 @@
1
-  (0.3ms) SELECT sqlite_version(*)
2
- ↳ bin/rails:4
3
-  (10.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
- ↳ bin/rails:4
5
-  (7.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
6
- ↳ bin/rails:4
7
-  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
- ↳ bin/rails:4
9
- Migrating to CreateActiveStorageTables (20190612113606)
10
-  (0.1ms) begin transaction
11
- ↳ bin/rails:4
12
-  (0.6ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
13
- ↳ db/migrate/20190612113606_create_active_storage_tables.active_storage.rb:4
14
-  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
15
- ↳ db/migrate/20190612113606_create_active_storage_tables.active_storage.rb:4
16
-  (0.3ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057"
17
- FOREIGN KEY ("blob_id")
18
- REFERENCES "active_storage_blobs" ("id")
19
- )
20
- ↳ db/migrate/20190612113606_create_active_storage_tables.active_storage.rb:16
21
-  (0.2ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
22
- ↳ db/migrate/20190612113606_create_active_storage_tables.active_storage.rb:16
23
-  (0.0ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
24
- ↳ db/migrate/20190612113606_create_active_storage_tables.active_storage.rb:16
25
- ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612113606"]]
26
- ↳ bin/rails:4
27
-  (6.6ms) commit transaction
28
- ↳ bin/rails:4
29
- Migrating to CreateCmorUserAreaUsers (20190612113625)
30
-  (0.1ms) begin transaction
31
- ↳ bin/rails:4
32
-  (0.6ms) CREATE TABLE "cmor_user_area_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "crypted_password" varchar, "password_salt" varchar, "persistence_token" varchar, "single_access_token" varchar, "perishable_token" varchar, "login_count" integer DEFAULT 0 NOT NULL, "failed_login_count" integer DEFAULT 0 NOT NULL, "last_request_at" datetime, "current_login_at" datetime, "last_login_at" datetime, "current_login_ip" varchar, "last_login_ip" varchar, "active" boolean DEFAULT 0, "approved" boolean DEFAULT 0, "confirmed" boolean DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
33
- ↳ db/migrate/20190612113625_create_cmor_user_area_users.cmor_user_area.rb:4
34
- ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612113625"]]
35
- ↳ bin/rails:4
36
-  (20.3ms) commit transaction
37
- ↳ bin/rails:4
38
- ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
39
- ↳ bin/rails:4
40
-  (0.2ms) begin transaction
41
- ↳ bin/rails:4
42
- ActiveRecord::InternalMetadata Create (7.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 11:36:25.321483"], ["updated_at", "2019-06-12 11:36:25.321483"]]
43
- ↳ bin/rails:4
44
-  (8.9ms) commit transaction
45
- ↳ bin/rails:4
46
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47
- ↳ bin/rails:4
48
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
49
- ↳ bin/rails:4
50
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
51
- ↳ bin/rails:4
52
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53
- ↳ bin/rails:4
54
-  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
55
- ↳ bin/rails:4
56
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
57
- ↳ bin/rails:4
58
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
59
- ↳ bin/rails:4
60
-  (0.1ms) DROP TABLE IF EXISTS "active_storage_attachments"
61
- ↳ db/schema.rb:15
62
-  (0.1ms) SELECT sqlite_version(*)
63
- ↳ db/schema.rb:15
64
-  (4.2ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL)
65
- ↳ db/schema.rb:15
66
-  (3.1ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
67
- ↳ db/schema.rb:15
68
-  (3.2ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
69
- ↳ db/schema.rb:15
70
-  (0.1ms) DROP TABLE IF EXISTS "active_storage_blobs"
71
- ↳ db/schema.rb:25
72
-  (3.2ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
73
- ↳ db/schema.rb:25
74
-  (3.7ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
75
- ↳ db/schema.rb:25
76
-  (0.1ms) DROP TABLE IF EXISTS "cmor_user_area_users"
77
- ↳ db/schema.rb:36
78
-  (5.1ms) CREATE TABLE "cmor_user_area_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "crypted_password" varchar, "password_salt" varchar, "persistence_token" varchar, "single_access_token" varchar, "perishable_token" varchar, "login_count" integer DEFAULT 0 NOT NULL, "failed_login_count" integer DEFAULT 0 NOT NULL, "last_request_at" datetime, "current_login_at" datetime, "last_login_at" datetime, "current_login_ip" varchar, "last_login_ip" varchar, "active" boolean DEFAULT 0, "approved" boolean DEFAULT 0, "confirmed" boolean DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
79
- ↳ db/schema.rb:36
80
-  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
81
- ↳ db/schema.rb:13
82
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
83
- ↳ db/schema.rb:13
84
-  (4.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190612113625)
85
- ↳ db/schema.rb:13
86
-  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES
87
- (20190612113606);
88
-
89
- 
90
- ↳ db/schema.rb:13
91
-  (3.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
92
- ↳ db/schema.rb:13
93
- ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
94
- ↳ db/schema.rb:13
95
-  (0.1ms) begin transaction
96
- ↳ db/schema.rb:13
97
- ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 11:36:25.426668"], ["updated_at", "2019-06-12 11:36:25.426668"]]
98
- ↳ db/schema.rb:13
99
-  (3.9ms) commit transaction
100
- ↳ db/schema.rb:13
101
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
102
- ↳ bin/rails:4
103
-  (0.0ms) begin transaction
104
- ↳ bin/rails:4
105
- ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-06-12 11:36:25.436833"], ["key", "environment"]]
106
- ↳ bin/rails:4
107
-  (4.6ms) commit transaction
108
- ↳ bin/rails:4
@@ -1,509 +0,0 @@
1
-  (0.1ms) begin transaction
2
-  (0.8ms) SAVEPOINT active_record_1
3
- 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", "da18e8c5e15ab04e758da7e0b2b9fdd3130982adf0fee34de377a75f8a0525d4bd399c9c7876b39e4ec3238a4bf84e8d20689309d23b978af0ab55c4f6f25c3b"], ["LIMIT", 1]]
4
- 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", "EmXk1STwgmT6x0Xo2Wnp"], ["LIMIT", 1]]
5
- Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]
6
- Cmor::UserArea::User Create (0.4ms) 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$u/VSsQ8.b9FoBdCMZ77iTusQcq84UrO/5a4HGRpiSwajxHggB2UgG"], ["password_salt", "Mfuf0SZ6Tt_IhuwzVC9B"], ["persistence_token", "da18e8c5e15ab04e758da7e0b2b9fdd3130982adf0fee34de377a75f8a0525d4bd399c9c7876b39e4ec3238a4bf84e8d20689309d23b978af0ab55c4f6f25c3b"], ["single_access_token", "EmXk1STwgmT6x0Xo2Wnp"], ["perishable_token", "eQJJiRXoOJJGeG2ibItt"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:33.475475"], ["updated_at", "2019-06-12 11:36:33.475475"]]
7
-  (0.1ms) RELEASE SAVEPOINT active_record_1
8
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-06-12 13:36:33 +0200
9
- Processing by Cmor::UserArea::UserSessionsController#new as HTML
10
- Parameters: {"locale"=>"de"}
11
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application
12
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (2.8ms)
13
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (13.7ms)
14
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (147.3ms)
15
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (18.8ms)
16
- Completed 200 OK in 791ms (Views: 789.6ms | ActiveRecord: 0.0ms)
17
- Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
18
- Processing by Cmor::UserArea::UserSessionsController#create as HTML
19
- Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"}
20
- Cmor::UserArea::User Load (0.3ms) 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]]
21
-  (0.2ms) SAVEPOINT active_record_1
22
- 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", "88wsD4z2JOVelcEMGX9I"], ["login_count", 1], ["last_request_at", "2019-06-12 11:36:34.431329"], ["current_login_at", "2019-06-12 11:36:34.431178"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-06-12 11:36:34.432834"], ["id", 1]]
23
-  (0.1ms) RELEASE SAVEPOINT active_record_1
24
- Redirected to http://www.example.com/de
25
- Completed 302 Found in 64ms (ActiveRecord: 0.9ms)
26
- Started GET "/de" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
27
- Processing by HomeController#index as HTML
28
- Parameters: {"locale"=>"de"}
29
- Rendering home/index.html.erb within layouts/application
30
- Rendered home/index.html.erb within layouts/application (0.5ms)
31
- 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]]
32
-  (0.2ms) SAVEPOINT active_record_1
33
- 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", "7G6HJtFPtOclwMwp0aQT"], ["last_request_at", "2019-06-12 11:36:34.461612"], ["updated_at", "2019-06-12 11:36:34.462856"], ["id", 1]]
34
-  (0.1ms) RELEASE SAVEPOINT active_record_1
35
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (9.7ms)
36
- Completed 200 OK in 23ms (Views: 19.5ms | ActiveRecord: 0.8ms)
37
-  (0.2ms) rollback transaction
38
-  (0.2ms) begin transaction
39
-  (0.7ms) SAVEPOINT active_record_1
40
- 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", "1759c3b34889b4f625ed43e0a5c7bfb791e792af79fe5bc6564a8aaeed7db5dbc918aac259ecf5faba65a306a550706dc753352c614632cabed9929a22d9f2f2"], ["LIMIT", 1]]
41
- 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", "dbjmfyHazRTEPSM7jRKN"], ["LIMIT", 1]]
42
- Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]
43
- 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$ZaCVS.dLY/Qlq.DXH3mfE..dz4Bb3T.Lv9Ifm/7AA4dxtTcvt2E9i"], ["password_salt", "oJPRsYzTm5fAUBMBKtIA"], ["persistence_token", "1759c3b34889b4f625ed43e0a5c7bfb791e792af79fe5bc6564a8aaeed7db5dbc918aac259ecf5faba65a306a550706dc753352c614632cabed9929a22d9f2f2"], ["single_access_token", "dbjmfyHazRTEPSM7jRKN"], ["perishable_token", "sdweYUDNY3cv7hOD_PaV"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:34.552803"], ["updated_at", "2019-06-12 11:36:34.552803"]]
44
-  (0.2ms) RELEASE SAVEPOINT active_record_1
45
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
46
- Processing by Cmor::UserArea::UserSessionsController#new as HTML
47
- Parameters: {"locale"=>"de"}
48
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application
49
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.1ms)
50
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (3.7ms)
51
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (9.5ms)
52
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.1ms)
53
- Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
54
- Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
55
- Processing by Cmor::UserArea::UserSessionsController#create as HTML
56
- Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"}
57
- 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]]
58
-  (0.1ms) SAVEPOINT active_record_1
59
- 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", "BnDFZ6eyK5OXK1QtjrN4"], ["login_count", 1], ["last_request_at", "2019-06-12 11:36:34.690980"], ["current_login_at", "2019-06-12 11:36:34.690858"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-06-12 11:36:34.692237"], ["id", 1]]
60
-  (0.1ms) RELEASE SAVEPOINT active_record_1
61
- Redirected to http://www.example.com/de
62
- Completed 302 Found in 63ms (ActiveRecord: 0.7ms)
63
- Started GET "/de" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
64
- Processing by HomeController#index as HTML
65
- Parameters: {"locale"=>"de"}
66
- Rendering home/index.html.erb within layouts/application
67
- Rendered home/index.html.erb within layouts/application (0.0ms)
68
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
69
-  (0.1ms) SAVEPOINT active_record_1
70
- 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", "Qtg_ghnU_MrcT2evXIpV"], ["last_request_at", "2019-06-12 11:36:34.701204"], ["updated_at", "2019-06-12 11:36:34.702059"], ["id", 1]]
71
-  (0.1ms) RELEASE SAVEPOINT active_record_1
72
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (5.4ms)
73
- Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.5ms)
74
- Started DELETE "/de/benutzer/session" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
75
- Processing by Cmor::UserArea::UserSessionsController#destroy as HTML
76
- Parameters: {"locale"=>"de"}
77
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
78
-  (0.1ms) SAVEPOINT active_record_1
79
- 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", "fQJ0_79tbxDVSOqXe5B3"], ["last_request_at", "2019-06-12 11:36:34.713242"], ["updated_at", "2019-06-12 11:36:34.713890"], ["id", 1]]
80
-  (0.1ms) RELEASE SAVEPOINT active_record_1
81
- [LocationHistoryConcern] Storing last location [http://www.example.com/de]
82
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
83
-  (0.1ms) SAVEPOINT active_record_1
84
- 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", "M-ye4KRkTzZm-lnS0Vl6"], ["last_request_at", "2019-06-12 11:36:34.717334"], ["updated_at", "2019-06-12 11:36:34.717897"], ["id", 1]]
85
-  (0.1ms) RELEASE SAVEPOINT active_record_1
86
- Redirected to http://www.example.com/de
87
- Completed 302 Found in 9ms (ActiveRecord: 0.9ms)
88
- Started GET "/de" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
89
- Processing by HomeController#index as HTML
90
- Parameters: {"locale"=>"de"}
91
- Rendering home/index.html.erb within layouts/application
92
- Rendered home/index.html.erb within layouts/application (0.0ms)
93
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.3ms)
94
- Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
95
-  (0.2ms) rollback transaction
96
-  (0.1ms) begin transaction
97
-  (0.1ms) rollback transaction
98
-  (0.1ms) begin transaction
99
-  (0.1ms) rollback transaction
100
-  (0.1ms) begin transaction
101
-  (0.1ms) rollback transaction
102
-  (0.1ms) begin transaction
103
-  (0.2ms) SAVEPOINT active_record_1
104
- 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", "973dfb5574f9f9cd980c401295e19082c570930e4445f15fa6ff8f68b3f1b188b1873f812fdd77c1149afe298f8ac681953879a55ccd5d3c3392358e3bd33759"], ["LIMIT", 1]]
105
- 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", "wdmDBpQQqIIaG1PKnqF1"], ["LIMIT", 1]]
106
- Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]
107
- 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$qmmNdwvo7/Fk0seO9uvoN.RVeXpay7QDbK98UoIsMpInm3rtnF.0u"], ["password_salt", "AZoxyJ_toYl7dpx0Tg9r"], ["persistence_token", "973dfb5574f9f9cd980c401295e19082c570930e4445f15fa6ff8f68b3f1b188b1873f812fdd77c1149afe298f8ac681953879a55ccd5d3c3392358e3bd33759"], ["single_access_token", "wdmDBpQQqIIaG1PKnqF1"], ["perishable_token", "NRDrYPO3flW2v5uBMSU6"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:34.814847"], ["updated_at", "2019-06-12 11:36:34.814847"]]
108
-  (0.1ms) RELEASE SAVEPOINT active_record_1
109
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
110
- Processing by Cmor::UserArea::UserSessionsController#new as HTML
111
- Parameters: {"locale"=>"de"}
112
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application
113
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.1ms)
114
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (3.0ms)
115
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (8.6ms)
116
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.1ms)
117
- Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
118
- Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
119
- Processing by Cmor::UserArea::UserSessionsController#create as HTML
120
- Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"}
121
- Cmor::UserArea::User Load (0.3ms) 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]]
122
-  (0.1ms) SAVEPOINT active_record_1
123
- 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", "v0-BbOa_G_RdaNxH3B3C"], ["login_count", 1], ["last_request_at", "2019-06-12 11:36:34.915145"], ["current_login_at", "2019-06-12 11:36:34.915015"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-06-12 11:36:34.916440"], ["id", 1]]
124
-  (0.1ms) RELEASE SAVEPOINT active_record_1
125
- Redirected to http://www.example.com/de
126
- Completed 302 Found in 71ms (ActiveRecord: 0.7ms)
127
- Started GET "/de" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
128
- Processing by HomeController#index as HTML
129
- Parameters: {"locale"=>"de"}
130
- Rendering home/index.html.erb within layouts/application
131
- Rendered home/index.html.erb within layouts/application (0.0ms)
132
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
133
-  (0.1ms) SAVEPOINT active_record_1
134
- 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", "1kgoblSuVylRiNkGWLpW"], ["last_request_at", "2019-06-12 11:36:34.925478"], ["updated_at", "2019-06-12 11:36:34.926057"], ["id", 1]]
135
-  (0.1ms) RELEASE SAVEPOINT active_record_1
136
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (5.9ms)
137
- Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.5ms)
138
- Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-06-12 13:36:34 +0200
139
- Processing by Cmor::UserArea::CurrentUsersController#edit as HTML
140
- Parameters: {"locale"=>"de"}
141
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
142
-  (0.1ms) SAVEPOINT active_record_1
143
- 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", "HnSppmLToRkwapfwe5U0"], ["last_request_at", "2019-06-12 11:36:34.958550"], ["updated_at", "2019-06-12 11:36:34.959934"], ["id", 1]]
144
-  (0.1ms) RELEASE SAVEPOINT active_record_1
145
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application
146
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form_errors.html.haml (3.3ms)
147
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form.html.haml (7.4ms)
148
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application (24.5ms)
149
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.3ms)
150
- Completed 200 OK in 56ms (Views: 47.9ms | ActiveRecord: 0.5ms)
151
-  (0.2ms) rollback transaction
152
-  (0.1ms) begin transaction
153
-  (0.3ms) SAVEPOINT active_record_1
154
- 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", "52c2209a9abaf852479d8bbb3fbccaeab51206a1f1909c8c25750b36f34d309c6fd6cfc6a24bbd398bffadb35aba1570aeaf70775f55aea8fc0377b25b2dc95e"], ["LIMIT", 1]]
155
- 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", "tIADOaQkbbJvF8OfFlD3"], ["LIMIT", 1]]
156
- 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]]
157
- Cmor::UserArea::User Create (0.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$VcspDwcPoGR1esVi3Tbmk.mhF1/0VC0LpJ4MCrocpQ7Fo5W/g/3nS"], ["password_salt", "U3NBkPUJwD4KK_6GgCGo"], ["persistence_token", "52c2209a9abaf852479d8bbb3fbccaeab51206a1f1909c8c25750b36f34d309c6fd6cfc6a24bbd398bffadb35aba1570aeaf70775f55aea8fc0377b25b2dc95e"], ["single_access_token", "tIADOaQkbbJvF8OfFlD3"], ["perishable_token", "NcmdP6C0-0PymR2G--Bj"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:35.091923"], ["updated_at", "2019-06-12 11:36:35.091923"]]
158
-  (0.2ms) RELEASE SAVEPOINT active_record_1
159
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
160
- Processing by Cmor::UserArea::UserSessionsController#new as HTML
161
- Parameters: {"locale"=>"de"}
162
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application
163
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.1ms)
164
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (4.3ms)
165
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (11.0ms)
166
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.3ms)
167
- Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.0ms)
168
- Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
169
- Processing by Cmor::UserArea::UserSessionsController#create as HTML
170
- Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"}
171
- Cmor::UserArea::User Load (0.1ms) 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]]
172
-  (0.2ms) SAVEPOINT active_record_1
173
- Cmor::UserArea::User Update (0.1ms) 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", "1PFTFdUMpbh2q7veqoov"], ["login_count", 1], ["last_request_at", "2019-06-12 11:36:35.203459"], ["current_login_at", "2019-06-12 11:36:35.203277"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-06-12 11:36:35.205166"], ["id", 1]]
174
-  (0.1ms) RELEASE SAVEPOINT active_record_1
175
- Redirected to http://www.example.com/de
176
- Completed 302 Found in 73ms (ActiveRecord: 0.5ms)
177
- Started GET "/de" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
178
- Processing by HomeController#index as HTML
179
- Parameters: {"locale"=>"de"}
180
- Rendering home/index.html.erb within layouts/application
181
- Rendered home/index.html.erb within layouts/application (0.1ms)
182
- 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]]
183
-  (0.1ms) SAVEPOINT active_record_1
184
- 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", "Mi0GPRFug4h9EJh9-tdB"], ["last_request_at", "2019-06-12 11:36:35.217519"], ["updated_at", "2019-06-12 11:36:35.218462"], ["id", 1]]
185
-  (0.1ms) RELEASE SAVEPOINT active_record_1
186
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (6.9ms)
187
- Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.4ms)
188
- Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
189
- Processing by Cmor::UserArea::CurrentUsersController#edit as HTML
190
- Parameters: {"locale"=>"de"}
191
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
192
-  (0.1ms) SAVEPOINT active_record_1
193
- 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", "S_P971zvqw2bCVvCetHe"], ["last_request_at", "2019-06-12 11:36:35.228337"], ["updated_at", "2019-06-12 11:36:35.229159"], ["id", 1]]
194
-  (0.1ms) RELEASE SAVEPOINT active_record_1
195
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application
196
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form_errors.html.haml (0.1ms)
197
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form.html.haml (4.7ms)
198
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application (7.5ms)
199
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (0.6ms)
200
- Completed 200 OK in 16ms (Views: 11.2ms | ActiveRecord: 0.4ms)
201
- Cmor::UserArea::User Load (0.0ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
202
- Started PATCH "/de/benutzer/profil" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
203
- Processing by Cmor::UserArea::CurrentUsersController#update as HTML
204
- Parameters: {"utf8"=>"✓", "user"=>{"email"=>"new@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update Benutzer", "locale"=>"de"}
205
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
206
-  (0.1ms) SAVEPOINT active_record_1
207
- 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", "OwN0HaUtmM7sR15fAbJu"], ["last_request_at", "2019-06-12 11:36:35.258564"], ["updated_at", "2019-06-12 11:36:35.259470"], ["id", 1]]
208
-  (0.1ms) RELEASE SAVEPOINT active_record_1
209
- [LocationHistoryConcern] Storing last location [http://www.example.com/de/benutzer/profil/edit]
210
-  (0.1ms) SAVEPOINT active_record_1
211
- Cmor::UserArea::User Exists (0.1ms) 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]]
212
- 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", "6vYO9QrZMt-hhyjsuueW"], ["updated_at", "2019-06-12 11:36:35.264066"], ["id", 1]]
213
-  (0.1ms) RELEASE SAVEPOINT active_record_1
214
- Redirected to http://www.example.com/de/benutzer/session/new
215
- Completed 302 Found in 10ms (ActiveRecord: 1.0ms)
216
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
217
- Processing by Cmor::UserArea::UserSessionsController#new as HTML
218
- Parameters: {"locale"=>"de"}
219
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application
220
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.1ms)
221
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (3.2ms)
222
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (7.0ms)
223
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.5ms)
224
- Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
225
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
226
-  (0.3ms) rollback transaction
227
-  (0.1ms) begin transaction
228
-  (0.2ms) SAVEPOINT active_record_1
229
- 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", "3a142bbd8048f750f794e896282e47f55fbf9fabf47e74058ee6b9fb5040aa29f21ef8ad022d8ce4f3e07db935c2285787743ce2ae61376503359542ee6464d2"], ["LIMIT", 1]]
230
- 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", "WWJujrfqOpQwo11fa8ES"], ["LIMIT", 1]]
231
- 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]]
232
- Cmor::UserArea::User Create (0.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$pB.uUKattQZI5qEfN6rCBOs8c/I4Kl8ZDquEyETCTlMF.p/RZRIsy"], ["password_salt", "yFRTOQH4dtF06SkbRpKu"], ["persistence_token", "3a142bbd8048f750f794e896282e47f55fbf9fabf47e74058ee6b9fb5040aa29f21ef8ad022d8ce4f3e07db935c2285787743ce2ae61376503359542ee6464d2"], ["single_access_token", "WWJujrfqOpQwo11fa8ES"], ["perishable_token", "sfwJjq5Z1MGMPDb9zdZF"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:35.393718"], ["updated_at", "2019-06-12 11:36:35.393718"]]
233
-  (0.2ms) RELEASE SAVEPOINT active_record_1
234
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
235
- Processing by Cmor::UserArea::UserSessionsController#new as HTML
236
- Parameters: {"locale"=>"de"}
237
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application
238
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.1ms)
239
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (3.0ms)
240
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (7.4ms)
241
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.2ms)
242
- Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.0ms)
243
- Started POST "/de/benutzer/session" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
244
- Processing by Cmor::UserArea::UserSessionsController#create as HTML
245
- Parameters: {"utf8"=>"✓", "user_session"=>{"email"=>"user@example.com", "password"=>"[FILTERED]"}, "commit"=>"Einloggen", "locale"=>"de"}
246
- 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]]
247
-  (0.0ms) SAVEPOINT active_record_1
248
- Cmor::UserArea::User Update (0.1ms) 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", "xIc1WyszSH9Q-L84hW1F"], ["login_count", 1], ["last_request_at", "2019-06-12 11:36:35.492182"], ["current_login_at", "2019-06-12 11:36:35.492030"], ["current_login_ip", "127.0.0.1"], ["updated_at", "2019-06-12 11:36:35.493174"], ["id", 1]]
249
-  (0.2ms) RELEASE SAVEPOINT active_record_1
250
- Redirected to http://www.example.com/de
251
- Completed 302 Found in 67ms (ActiveRecord: 0.5ms)
252
- Started GET "/de" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
253
- Processing by HomeController#index as HTML
254
- Parameters: {"locale"=>"de"}
255
- Rendering home/index.html.erb within layouts/application
256
- Rendered home/index.html.erb within layouts/application (0.3ms)
257
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
258
-  (0.1ms) SAVEPOINT active_record_1
259
- Cmor::UserArea::User Update (1.0ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "last_request_at" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "iMUVXHHP3bi3InmJDCKJ"], ["last_request_at", "2019-06-12 11:36:35.503410"], ["updated_at", "2019-06-12 11:36:35.504336"], ["id", 1]]
260
-  (0.1ms) RELEASE SAVEPOINT active_record_1
261
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (6.2ms)
262
- Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 1.3ms)
263
- Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
264
- Processing by Cmor::UserArea::CurrentUsersController#edit as HTML
265
- Parameters: {"locale"=>"de"}
266
- Cmor::UserArea::User Load (0.1ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
267
-  (0.1ms) SAVEPOINT active_record_1
268
- 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", "-hEc0acOq1lPVFQjFT-4"], ["last_request_at", "2019-06-12 11:36:35.515248"], ["updated_at", "2019-06-12 11:36:35.516277"], ["id", 1]]
269
-  (0.1ms) RELEASE SAVEPOINT active_record_1
270
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application
271
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form_errors.html.haml (0.1ms)
272
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/_form.html.haml (5.3ms)
273
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/current_users/edit.html.haml within layouts/application (10.8ms)
274
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (0.7ms)
275
- Completed 200 OK in 20ms (Views: 14.1ms | ActiveRecord: 0.5ms)
276
- Started PATCH "/de/benutzer/profil" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
277
- Processing by Cmor::UserArea::CurrentUsersController#update as HTML
278
- Parameters: {"utf8"=>"✓", "user"=>{"email"=>"new@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update Benutzer", "locale"=>"de"}
279
- 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]]
280
-  (0.1ms) SAVEPOINT active_record_1
281
- 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", "xW9Q1ro7B0gM2U6ueVzO"], ["last_request_at", "2019-06-12 11:36:35.543911"], ["updated_at", "2019-06-12 11:36:35.544936"], ["id", 1]]
282
-  (0.1ms) RELEASE SAVEPOINT active_record_1
283
- [LocationHistoryConcern] Storing last location [http://www.example.com/de/benutzer/profil/edit]
284
-  (0.1ms) SAVEPOINT active_record_1
285
- Cmor::UserArea::User Exists (0.1ms) 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]]
286
- Cmor::UserArea::User Update (0.1ms) UPDATE "cmor_user_area_users" SET "email" = ?, "perishable_token" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["email", "new@example.com"], ["perishable_token", "3puk6Sz6RNfAhcoe0U6k"], ["updated_at", "2019-06-12 11:36:35.549259"], ["id", 1]]
287
-  (0.1ms) RELEASE SAVEPOINT active_record_1
288
- Redirected to http://www.example.com/de/benutzer/session/new
289
- Completed 302 Found in 10ms (ActiveRecord: 1.0ms)
290
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
291
- Processing by Cmor::UserArea::UserSessionsController#new as HTML
292
- Parameters: {"locale"=>"de"}
293
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application
294
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.9ms)
295
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (3.2ms)
296
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (7.0ms)
297
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (0.4ms)
298
- Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
299
-  (0.2ms) rollback transaction
300
-  (0.1ms) begin transaction
301
- Started GET "/de/benutzer/profil/edit" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
302
- Processing by Cmor::UserArea::CurrentUsersController#edit as HTML
303
- Parameters: {"locale"=>"de"}
304
- Redirected to http://www.example.com/de/benutzer/session/new
305
- Filter chain halted as :authenticate_user! rendered or redirected
306
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
307
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2019-06-12 13:36:35 +0200
308
- Processing by Cmor::UserArea::UserSessionsController#new as HTML
309
- Parameters: {"locale"=>"de"}
310
- Rendering /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application
311
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form_errors.html.haml (0.1ms)
312
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/_form.html.haml (3.0ms)
313
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/sessions/base/new.html.haml within layouts/application (7.2ms)
314
- Rendered /home/vagrant/rails/cmor/cmor/cmor_user_area/app/views/cmor/user_area/navigation_view_helper/bootstrap_4/_render.html.haml (1.4ms)
315
- Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.0ms)
316
-  (0.1ms) rollback transaction
317
-  (0.3ms) begin transaction
318
-  (0.2ms) rollback transaction
319
-  (0.2ms) begin transaction
320
-  (0.2ms) rollback transaction
321
-  (0.2ms) begin transaction
322
-  (0.2ms) rollback transaction
323
-  (0.1ms) begin transaction
324
- 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", "c2e9d0ce0528b982aab076d2ec40336ee255d6e87708b522fc4f6b755327bd069228baa499a59f98cf53eef7d92a026f13f39ff7a8abdddcdbe9c402513cec46"], ["LIMIT", 1]]
325
- 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", "IdyUemuKwSRpEjr6_VQt"], ["LIMIT", 1]]
326
- 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]]
327
-  (0.1ms) rollback transaction
328
-  (0.1ms) begin transaction
329
- 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", "c2a0c6cca5d50d94357d3cf26f5dbdebfd3473fc7904c6c2e713f58ddd459fd28df4ba1201adfc4a7b9a6e8e520a2fbe816528078bc37b9391644d6c2f6b364a"], ["LIMIT", 1]]
330
- 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", "zZAPodKdJxFrQO2kKDVl"], ["LIMIT", 1]]
331
-  (0.2ms) rollback transaction
332
-  (0.0ms) begin transaction
333
-  (0.2ms) SAVEPOINT active_record_1
334
- 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", "35d7af1a6c5b89961d2bd8de42edb68da106e40c8f31dfa52563695b696ef556c583b53f3b905f0eec7b2c0a5a59d672caeb3d1cbdddee1af6377b37de47209f"], ["LIMIT", 1]]
335
- 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", "gOXBlfjmP6fJTwmjAuZH"], ["LIMIT", 1]]
336
- 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", "user2@example.com"], ["LIMIT", 1]]
337
- Cmor::UserArea::User Create (0.2ms) 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$/zzVpjaQHjr2LQ6eJwhMbeqMn0L420kYQIIGC94roW.GCQSKGh6wi"], ["password_salt", "Z3v4weQznxnLofrEQ_Og"], ["persistence_token", "35d7af1a6c5b89961d2bd8de42edb68da106e40c8f31dfa52563695b696ef556c583b53f3b905f0eec7b2c0a5a59d672caeb3d1cbdddee1af6377b37de47209f"], ["single_access_token", "gOXBlfjmP6fJTwmjAuZH"], ["perishable_token", "_1h8CCHQPGgU1ENOfXRg"], ["created_at", "2019-06-12 11:36:35.820444"], ["updated_at", "2019-06-12 11:36:35.820444"]]
338
-  (0.1ms) RELEASE SAVEPOINT active_record_1
339
-  (0.1ms) rollback transaction
340
-  (0.1ms) begin transaction
341
-  (0.1ms) rollback transaction
342
-  (0.1ms) begin transaction
343
-  (0.1ms) rollback transaction
344
-  (0.1ms) begin transaction
345
-  (0.1ms) rollback transaction
346
-  (0.1ms) begin transaction
347
-  (0.1ms) rollback transaction
348
-  (0.1ms) begin transaction
349
-  (0.1ms) rollback transaction
350
-  (0.1ms) begin transaction
351
-  (0.1ms) rollback transaction
352
-  (0.1ms) begin transaction
353
-  (0.1ms) rollback transaction
354
-  (0.2ms) begin transaction
355
-  (0.1ms) rollback transaction
356
-  (0.1ms) begin transaction
357
-  (0.1ms) rollback transaction
358
-  (0.1ms) begin transaction
359
-  (0.1ms) rollback transaction
360
-  (0.1ms) begin transaction
361
-  (0.1ms) rollback transaction
362
-  (0.2ms) begin transaction
363
-  (0.1ms) rollback transaction
364
-  (0.1ms) begin transaction
365
-  (0.1ms) rollback transaction
366
-  (0.1ms) begin transaction
367
-  (0.1ms) rollback transaction
368
-  (0.3ms) begin transaction
369
-  (0.2ms) rollback transaction
370
-  (0.2ms) begin transaction
371
-  (0.1ms) rollback transaction
372
-  (0.3ms) begin transaction
373
-  (0.0ms) rollback transaction
374
-  (0.1ms) begin transaction
375
-  (0.1ms) rollback transaction
376
-  (0.1ms) begin transaction
377
-  (0.1ms) rollback transaction
378
-  (0.2ms) begin transaction
379
-  (0.2ms) rollback transaction
380
-  (0.1ms) begin transaction
381
-  (0.1ms) rollback transaction
382
-  (0.1ms) begin transaction
383
-  (6.2ms) rollback transaction
384
-  (0.7ms) begin transaction
385
-  (0.2ms) rollback transaction
386
-  (0.1ms) begin transaction
387
-  (0.1ms) rollback transaction
388
-  (0.1ms) begin transaction
389
-  (0.1ms) rollback transaction
390
-  (0.1ms) begin transaction
391
-  (0.2ms) rollback transaction
392
-  (0.1ms) begin transaction
393
-  (0.1ms) rollback transaction
394
-  (0.1ms) begin transaction
395
-  (0.1ms) rollback transaction
396
-  (0.1ms) begin transaction
397
-  (0.1ms) rollback transaction
398
-  (0.1ms) begin transaction
399
-  (4.8ms) rollback transaction
400
-  (0.1ms) begin transaction
401
-  (0.1ms) rollback transaction
402
-  (0.2ms) begin transaction
403
-  (0.1ms) rollback transaction
404
-  (0.1ms) begin transaction
405
-  (0.1ms) rollback transaction
406
-  (0.1ms) begin transaction
407
-  (0.1ms) rollback transaction
408
-  (0.1ms) begin transaction
409
-  (0.1ms) rollback transaction
410
-  (6.1ms) begin transaction
411
-  (0.3ms) rollback transaction
412
-  (0.2ms) begin transaction
413
-  (0.1ms) rollback transaction
414
-  (0.2ms) begin transaction
415
-  (0.1ms) rollback transaction
416
-  (0.1ms) begin transaction
417
-  (0.1ms) rollback transaction
418
-  (0.1ms) begin transaction
419
-  (0.1ms) rollback transaction
420
-  (0.1ms) begin transaction
421
-  (0.1ms) rollback transaction
422
-  (0.1ms) begin transaction
423
-  (0.0ms) rollback transaction
424
-  (0.1ms) begin transaction
425
-  (0.1ms) rollback transaction
426
-  (0.1ms) begin transaction
427
-  (0.1ms) rollback transaction
428
-  (0.1ms) begin transaction
429
-  (0.2ms) SAVEPOINT active_record_1
430
- 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", "c2835fa3a8e883192140a5b32833a0bcffec94f3e11936c5658624bc9a7b939cbe9f764e74cb290a38cfa74c2a6f603b3ee6c846b68c923d9980c3db027dd724"], ["LIMIT", 1]]
431
- 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", "GDVmpsmp1N96MLqhy8I4"], ["LIMIT", 1]]
432
- 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]]
433
- Cmor::UserArea::User Create (0.5ms) 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$w5lLg7odcF8t75VifRqI6.aWzA8JHy1rMXZ9W7Lka8uR1lIhRMD9y"], ["password_salt", "CnfpbYydwlxmtZhlV7SE"], ["persistence_token", "c2835fa3a8e883192140a5b32833a0bcffec94f3e11936c5658624bc9a7b939cbe9f764e74cb290a38cfa74c2a6f603b3ee6c846b68c923d9980c3db027dd724"], ["single_access_token", "GDVmpsmp1N96MLqhy8I4"], ["perishable_token", "IsMGcfInC6jGd375W3hE"], ["created_at", "2019-06-12 11:36:36.379814"], ["updated_at", "2019-06-12 11:36:36.379814"]]
434
-  (0.1ms) RELEASE SAVEPOINT active_record_1
435
-  (0.6ms) rollback transaction
436
-  (0.1ms) begin transaction
437
- 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", "a361902641c7bf25cc423ef245ee5700fa68cd0bfaf72f454c4e69113b63e25266d60d8ec16a7daf2ae401e4f4160c20425ce129ab48bdba9ddb2096192735d4"], ["LIMIT", 1]]
438
- 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", "uFa99RdXlA3dcQw-sJYV"], ["LIMIT", 1]]
439
-  (0.1ms) rollback transaction
440
-  (0.3ms) begin transaction
441
-  (0.2ms) SAVEPOINT active_record_1
442
- 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", "12868701ef15bdf65b87412f8853cae809d2e3156c4466977b9fac8c57e369b22f89af30561e38eaf12edd158cf9b0d6940769601b60970c6679f57f31be703a"], ["LIMIT", 1]]
443
- 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", "bz2OJ_nBQz0D_WLNQ5SD"], ["LIMIT", 1]]
444
- 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", "user4@example.com"], ["LIMIT", 1]]
445
- 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$wFCV44sMX60HtyoYTCLTL.CkyVL6BY1xK2QpF6MztvRuqgUJA24h."], ["password_salt", "wgbPaY1IHvz2PDGWKTFO"], ["persistence_token", "12868701ef15bdf65b87412f8853cae809d2e3156c4466977b9fac8c57e369b22f89af30561e38eaf12edd158cf9b0d6940769601b60970c6679f57f31be703a"], ["single_access_token", "bz2OJ_nBQz0D_WLNQ5SD"], ["perishable_token", "uJ-r3hQ8FeFvG0tdY0km"], ["created_at", "2019-06-12 11:36:36.476193"], ["updated_at", "2019-06-12 11:36:36.476193"]]
446
-  (0.1ms) RELEASE SAVEPOINT active_record_1
447
-  (0.0ms) SAVEPOINT active_record_1
448
- Cmor::UserArea::User Update (0.3ms) UPDATE "cmor_user_area_users" SET "perishable_token" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["perishable_token", "XrqspWC-A3CBgadtXMxv"], ["updated_at", "2019-06-12 11:36:36.479964"], ["id", 1]]
449
-  (0.1ms) RELEASE SAVEPOINT active_record_1
450
-  (0.2ms) rollback transaction
451
-  (0.1ms) begin transaction
452
-  (0.1ms) rollback transaction
453
-  (0.1ms) begin transaction
454
-  (0.3ms) SELECT COUNT(*) FROM "cmor_user_area_users"
455
-  (0.2ms) SAVEPOINT active_record_1
456
- 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", "43842eba319e62799c1d013c0ab2e4158b3ac83de18540c2cd1edc1acbc92672ae6927436eb35100542ad4503cdd743bf76efbf405e118d7290df9b0941c3c32"], ["LIMIT", 1]]
457
- 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", "vKfBQaLEqdtca3YXH3My"], ["LIMIT", 1]]
458
- 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]]
459
- Cmor::UserArea::User Create (0.4ms) 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$XT1pJwrL7NpCXREqe0Y4ZOExnTV7hZP6ohsWZW3t5ahugrfNS8EuK"], ["password_salt", "65G6k-Le3ExdIuXiCDWM"], ["persistence_token", "43842eba319e62799c1d013c0ab2e4158b3ac83de18540c2cd1edc1acbc92672ae6927436eb35100542ad4503cdd743bf76efbf405e118d7290df9b0941c3c32"], ["single_access_token", "vKfBQaLEqdtca3YXH3My"], ["perishable_token", "QCEkuQ51FfZPQcetd64q"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:36.560113"], ["updated_at", "2019-06-12 11:36:36.560113"]]
460
-  (0.2ms) RELEASE SAVEPOINT active_record_1
461
-  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"
462
-  (0.3ms) rollback transaction
463
-  (0.2ms) begin transaction
464
-  (0.2ms) SAVEPOINT active_record_1
465
- 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", "baffcb722021c8c79bed0dbd6fe1a111433d06ac44dbaad711a63444cb6b963e14e6849cef02925030e896fedd954b0f555aeb2dd3deeaf49f643a160e304069"], ["LIMIT", 1]]
466
- 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", "AqqaaSK9jZg0YRVWZQrF"], ["LIMIT", 1]]
467
- Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]
468
- 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$mSbaPuuxeBnCIO2HTnzxBuPgM56ClQGRGGYtNN6y.0gGtTPMCCXEK"], ["password_salt", "nUhNeOtLWr3-mdvaac2x"], ["persistence_token", "baffcb722021c8c79bed0dbd6fe1a111433d06ac44dbaad711a63444cb6b963e14e6849cef02925030e896fedd954b0f555aeb2dd3deeaf49f643a160e304069"], ["single_access_token", "AqqaaSK9jZg0YRVWZQrF"], ["perishable_token", "jnMDzcrAaXP7-24DO0BB"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:36.637556"], ["updated_at", "2019-06-12 11:36:36.637556"]]
469
-  (0.2ms) RELEASE SAVEPOINT active_record_1
470
-  (0.3ms) rollback transaction
471
-  (0.1ms) begin transaction
472
-  (0.1ms) SAVEPOINT active_record_1
473
- 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", "7c35a78b24c68e59f24ea985cfb7f296835235bfc7e091ce8c1d4374799358d5c8506409421977bfc5bfaa1be25d45a3447870683c3c3ca39c3e479bbc224f8a"], ["LIMIT", 1]]
474
- 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", "lsJWqeHv8iBgBBCKffZo"], ["LIMIT", 1]]
475
- 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]]
476
- 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$/cquV..M1wqK1cc5KqxvNuZiR8zeJtL7ey3a8gHRhlMKQgRVX8M6."], ["password_salt", "UqB_q4-qhFzH2Q-Gp6_r"], ["persistence_token", "7c35a78b24c68e59f24ea985cfb7f296835235bfc7e091ce8c1d4374799358d5c8506409421977bfc5bfaa1be25d45a3447870683c3c3ca39c3e479bbc224f8a"], ["single_access_token", "lsJWqeHv8iBgBBCKffZo"], ["perishable_token", "67JDWXnNgjtJHzeP6lI1"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:36.718850"], ["updated_at", "2019-06-12 11:36:36.718850"]]
477
-  (0.1ms) RELEASE SAVEPOINT active_record_1
478
-  (0.2ms) rollback transaction
479
-  (0.1ms) begin transaction
480
-  (0.3ms) SAVEPOINT active_record_1
481
- 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", "535aeda00ca6597136233f4683ad388f10e719bfd5def8426ba91dcc10b557ce86bb0e7599e22c38b291214e53155789ec0a749b298e2423d969b745400fde74"], ["LIMIT", 1]]
482
- 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", "nkpOZStpfEiCEtOcpC2x"], ["LIMIT", 1]]
483
- 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]]
484
- 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$Po28KWUIiflj5oKcoDC2XOwKTSENpK5j0VX38qA3aMufii7WdE4f2"], ["password_salt", "U0Bx67hVQtnkZCz7v7by"], ["persistence_token", "535aeda00ca6597136233f4683ad388f10e719bfd5def8426ba91dcc10b557ce86bb0e7599e22c38b291214e53155789ec0a749b298e2423d969b745400fde74"], ["single_access_token", "nkpOZStpfEiCEtOcpC2x"], ["perishable_token", "0EyVH-gEAcvAuDFj8zZT"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:36.798168"], ["updated_at", "2019-06-12 11:36:36.798168"]]
485
-  (0.3ms) RELEASE SAVEPOINT active_record_1
486
-  (0.2ms) rollback transaction
487
-  (0.1ms) begin transaction
488
-  (0.1ms) SAVEPOINT active_record_1
489
- 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", "0d3524e5ace3f477e2e47271987f04424d10c20f3531fa2c842ffbc68b689eec146e4f9e3d9bbd82253d5ee8c75f0f1818ab51489360e80a28ca68740896b092"], ["LIMIT", 1]]
490
- 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", "5_NAK9JG6Sg-7bgS20c3"], ["LIMIT", 1]]
491
- Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]
492
- 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$FL9DGClRC6JzpX1EexQLIOFKWz8Y.qHHOHkKhtDqZLXYGdqtEZVh6"], ["password_salt", "ucXb6yBZ923kpIsroCLZ"], ["persistence_token", "0d3524e5ace3f477e2e47271987f04424d10c20f3531fa2c842ffbc68b689eec146e4f9e3d9bbd82253d5ee8c75f0f1818ab51489360e80a28ca68740896b092"], ["single_access_token", "5_NAK9JG6Sg-7bgS20c3"], ["perishable_token", "s2J2XG0AYHCaL5fb1tqX"], ["active", 1], ["approved", 1], ["confirmed", 1], ["created_at", "2019-06-12 11:36:36.874398"], ["updated_at", "2019-06-12 11:36:36.874398"]]
493
-  (0.2ms) RELEASE SAVEPOINT active_record_1
494
-  (0.4ms) rollback transaction
495
-  (0.2ms) begin transaction
496
-  (0.2ms) SAVEPOINT active_record_1
497
- 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", "f5e381c45cfd9c13947ffbb7dfa845432f0c4e26f85e61716745dc5f6c46792c22983dbafcf66be99157c5104096dd987d092bc7c64426427dec5d9dce3562e8"], ["LIMIT", 1]]
498
- 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", "u3tEw3LxYsRx-khcPMYL"], ["LIMIT", 1]]
499
- Cmor::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]
500
- 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", "user@example.com"], ["crypted_password", "$2a$10$0H.IRd2D8p0jnuxqz93JgOHbLCQvOyM/.7N4.JLOnAds8ZTUBm7p6"], ["password_salt", "XDIHhbGcqwKAmiX7LHPu"], ["persistence_token", "f5e381c45cfd9c13947ffbb7dfa845432f0c4e26f85e61716745dc5f6c46792c22983dbafcf66be99157c5104096dd987d092bc7c64426427dec5d9dce3562e8"], ["single_access_token", "u3tEw3LxYsRx-khcPMYL"], ["perishable_token", "Eg-7207ToDcsw-tQbUZE"], ["created_at", "2019-06-12 11:36:36.952686"], ["updated_at", "2019-06-12 11:36:36.952686"]]
501
-  (0.2ms) RELEASE SAVEPOINT active_record_1
502
-  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"
503
-  (1.0ms) SAVEPOINT active_record_1
504
- 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", "ea688efa21a69157011bf2018e5c84c2a6cd334492e698d2f28ecb69d88c7307f8f1d589080c54096005e270a7532325b21a0aeaa63e324e4d9396b59b2438e5"], ["LIMIT", 1]]
505
- 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", "RCxRYoUATwNgZyB1TqhM"], ["LIMIT", 1]]
506
- Cmor::UserArea::User Exists (1.0ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE LOWER("cmor_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]
507
-  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
508
-  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"
509
-  (0.2ms) rollback transaction