cmor_user_area_backend 0.0.1.pre → 0.0.2.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc7e3516c906c46ce645385a4e3637d51ed58e782181fca56fe64da4408bb2bb
4
- data.tar.gz: d03c1400838ea242ca73ec86dca532867882704a22e3388c2a581134d5b82b31
3
+ metadata.gz: 509a3d7ffa9e4a83392d690a143990554fa40b775af5a7a36978f48776d755ad
4
+ data.tar.gz: c5f6e5621b736133a61ccd427f720147b744d41622571909482a63249dc0cba0
5
5
  SHA512:
6
- metadata.gz: 680f388b305f4e8d61f244ae18c829623dd6f2124ae960b685985a63063703413aa7e45871b65618533527c86c7175c8fd04c7b112bc970fccdd60899b62d4b2
7
- data.tar.gz: 583d361205da3604f8611106a90fabf3a21492f9988996ea906db80c771ad1186242669b149fcc37d3e68749da2821fa6fd905a9292d8c17110f26e0d6ce4e16
6
+ metadata.gz: fc16383bcf3108f9528a2dd4790dcfba0708197324968edc90be73ae6d32381473394caf399aa2798da89e8e8c13c980256c9073ce30afb1dcb38339d058f05b
7
+ data.tar.gz: c758865d9e1bac83166c230d3b80c012c66d61e07a01578dc00bd0f7d23e12704106591b0abc347dc2587585eb22b0a4fd7e56292a61728eceb37876550137cb
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmor_user_area_backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre
4
+ version: 0.0.2.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-03-27 00:00:00.000000000 Z
11
+ date: 2019-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.1.pre
33
+ version: 0.0.2.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.1.pre
40
+ version: 0.0.2.pre
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sqlite3
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -296,14 +296,14 @@ dependencies:
296
296
  requirements:
297
297
  - - '='
298
298
  - !ruby/object:Gem::Version
299
- version: 0.0.1.pre
299
+ version: 0.0.2.pre
300
300
  type: :runtime
301
301
  prerelease: false
302
302
  version_requirements: !ruby/object:Gem::Requirement
303
303
  requirements:
304
304
  - - '='
305
305
  - !ruby/object:Gem::Version
306
- version: 0.0.1.pre
306
+ version: 0.0.2.pre
307
307
  description: Provides a Backend for CMOR User Area
308
308
  email:
309
309
  - roberto@vasquez-angel.de
@@ -407,8 +407,6 @@ files:
407
407
  - spec/dummy/db/migrate/20190325194000_create_cmor_user_area_users.cmor_user_area.rb
408
408
  - spec/dummy/db/schema.rb
409
409
  - spec/dummy/db/test.sqlite3
410
- - spec/dummy/log/development.log
411
- - spec/dummy/log/test.log
412
410
  - spec/dummy/package.json
413
411
  - spec/dummy/public/404.html
414
412
  - spec/dummy/public/422.html
@@ -764,8 +762,6 @@ test_files:
764
762
  - spec/dummy/public/apple-touch-icon.png
765
763
  - spec/dummy/public/apple-touch-icon-precomposed.png
766
764
  - spec/dummy/package.json
767
- - spec/dummy/log/development.log
768
- - spec/dummy/log/test.log
769
765
  - spec/dummy/config.ru
770
766
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/79/79jR4Uf_pUhttCKeRR-xEPMITP6aTnSgtQIa8EfUW8E.cache
771
767
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/QX/QXeO0ubZ7H91Nm-xQPMa6B1sZAq6hTcgyU05DRTIx3c.cache
@@ -1,69 +0,0 @@
1
-  (0.2ms) SELECT sqlite_version(*)
2
- ↳ bin/rails:4
3
-  (11.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
- ↳ bin/rails:4
5
-  (5.4ms) 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.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
- ↳ bin/rails:4
9
- Migrating to CreateCmorUserAreaUsers (20190325194000)
10
-  (0.2ms) begin transaction
11
- ↳ bin/rails:4
12
-  (1.3ms) 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)
13
- ↳ db/migrate/20190325194000_create_cmor_user_area_users.cmor_user_area.rb:4
14
- ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190325194000"]]
15
- ↳ bin/rails:4
16
-  (5.1ms) commit transaction
17
- ↳ bin/rails:4
18
- ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
19
- ↳ bin/rails:4
20
-  (0.1ms) begin transaction
21
- ↳ bin/rails:4
22
- ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-03-25 19:40:00.243134"], ["updated_at", "2019-03-25 19:40:00.243134"]]
23
- ↳ bin/rails:4
24
-  (18.0ms) commit transaction
25
- ↳ bin/rails:4
26
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
27
- ↳ bin/rails:4
28
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
29
- ↳ bin/rails:4
30
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
31
- ↳ bin/rails:4
32
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
33
- ↳ bin/rails:4
34
-  (1.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
35
- ↳ bin/rails:4
36
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
37
- ↳ bin/rails:4
38
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
39
- ↳ bin/rails:4
40
-  (0.2ms) DROP TABLE IF EXISTS "cmor_user_area_users"
41
- ↳ db/schema.rb:15
42
-  (0.3ms) SELECT sqlite_version(*)
43
- ↳ db/schema.rb:15
44
-  (6.3ms) 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)
45
- ↳ db/schema.rb:15
46
-  (5.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
47
- ↳ db/schema.rb:13
48
-  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
49
- ↳ db/schema.rb:13
50
-  (4.8ms) INSERT INTO "schema_migrations" (version) VALUES (20190325194000)
51
- ↳ db/schema.rb:13
52
-  (6.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
53
- ↳ db/schema.rb:13
54
- ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
55
- ↳ db/schema.rb:13
56
-  (0.1ms) begin transaction
57
- ↳ db/schema.rb:13
58
- ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-03-25 19:40:00.362434"], ["updated_at", "2019-03-25 19:40:00.362434"]]
59
- ↳ db/schema.rb:13
60
-  (4.6ms) commit transaction
61
- ↳ db/schema.rb:13
62
- ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
63
- ↳ bin/rails:4
64
-  (0.1ms) begin transaction
65
- ↳ bin/rails:4
66
- ActiveRecord::InternalMetadata Update (1.7ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-03-25 19:40:00.377698"], ["key", "environment"]]
67
- ↳ bin/rails:4
68
-  (6.0ms) commit transaction
69
- ↳ bin/rails:4
@@ -1,380 +0,0 @@
1
-  (0.1ms) begin transaction
2
-  (0.1ms) 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", "725ca9cd1e5fb57ec729ebcf9091b85f323401b8f446ed0336c5689f5fa8a0faac16e9373096d180e04d0fb73a3574561b2ff3da9f1d3035d311f00726525633"], ["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", "drjw5K1CGKMO3nGyhIjH"], ["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", "user1@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", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["crypted_password", "$2a$10$0gnvKsxSrWIL/J1UynWja.LB3teTMAVf.kTey2WwLj0BKExmRW.yW"], ["password_salt", "fA6PvK9bi7sYOIpNuws_"], ["persistence_token", "725ca9cd1e5fb57ec729ebcf9091b85f323401b8f446ed0336c5689f5fa8a0faac16e9373096d180e04d0fb73a3574561b2ff3da9f1d3035d311f00726525633"], ["single_access_token", "drjw5K1CGKMO3nGyhIjH"], ["perishable_token", "57olaFu0uXBOEU4gh9mZ"], ["created_at", "2019-03-25 19:40:23.982538"], ["updated_at", "2019-03-25 19:40:23.982538"]]
7
-  (0.1ms) RELEASE SAVEPOINT active_record_1
8
-  (0.1ms) SAVEPOINT active_record_1
9
- 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", "f9f358359cfbacc1c53b36676755ac5131c605d694289b5d8739a5104b5632198ff5d5f799da5d58c64464daa923d63c22f600fc271e8e92d7a3efe14d6d3ba7"], ["LIMIT", 1]]
10
- 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", "z4OMnpocHRGuOPP5BFy6"], ["LIMIT", 1]]
11
- 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", "user2@example.com"], ["LIMIT", 1]]
12
- Cmor::UserArea::User Create (0.3ms) 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$Eg5C.xNC/xRSuKNzP5MYE.tthlHqjKgmdigrIQrrNiCFq1ROB10NW"], ["password_salt", "hT8_ev6aeOVz0kv35dD6"], ["persistence_token", "f9f358359cfbacc1c53b36676755ac5131c605d694289b5d8739a5104b5632198ff5d5f799da5d58c64464daa923d63c22f600fc271e8e92d7a3efe14d6d3ba7"], ["single_access_token", "z4OMnpocHRGuOPP5BFy6"], ["perishable_token", "9wouZD563bDOUNhVXR6v"], ["created_at", "2019-03-25 19:40:24.044248"], ["updated_at", "2019-03-25 19:40:24.044248"]]
13
-  (0.1ms) RELEASE SAVEPOINT active_record_1
14
-  (0.1ms) SAVEPOINT active_record_1
15
- 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", "73ad49a8c36d52c5a239cab410f76365784e955c38edb5961b9ac56cb44c31ee8ed5a9d0eb9cbcc824016995a95432444463a2cc7487442b8d569bf815669fd5"], ["LIMIT", 1]]
16
- 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", "Vqq0Uvtm6vc40JuK63Er"], ["LIMIT", 1]]
17
- 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]]
18
- 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", "user3@example.com"], ["crypted_password", "$2a$10$Dwkg.ZkkQHsewgbRHccT8OSSju17/7336hj5OSsbYIhf3g3FtP/QS"], ["password_salt", "toShkk6OpufKd_O4SfwY"], ["persistence_token", "73ad49a8c36d52c5a239cab410f76365784e955c38edb5961b9ac56cb44c31ee8ed5a9d0eb9cbcc824016995a95432444463a2cc7487442b8d569bf815669fd5"], ["single_access_token", "Vqq0Uvtm6vc40JuK63Er"], ["perishable_token", "e7LpqQMcCNd_tVCv6D2I"], ["created_at", "2019-03-25 19:40:24.104874"], ["updated_at", "2019-03-25 19:40:24.104874"]]
19
-  (0.1ms) RELEASE SAVEPOINT active_record_1
20
- Started GET "/de/backend/authentifizierung/users" for 127.0.0.1 at 2019-03-25 20:40:24 +0100
21
- Processing by Cmor::UserArea::Backend::UsersController#index as HTML
22
- Parameters: {"locale"=>"de"}
23
- Rendering /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application
24
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (2.1ms)
25
- Rendered /home/vagrant/rails/ecm/cmor/cmor_user_area_backend/app/views/cmor/user_area/backend/users/_index_table.html.haml (3.6ms)
26
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (7.1ms)
27
- Cmor::UserArea::User Load (0.4ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users"
28
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (2.6ms)
29
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_timestamp.html.haml (3.8ms)
30
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_timestamp.html.haml (0.2ms)
31
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.4ms)
32
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_timestamp.html.haml (0.4ms)
33
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_timestamp.html.haml (0.2ms)
34
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
35
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_timestamp.html.haml (0.2ms)
36
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_timestamp.html.haml (0.1ms)
37
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/_collection_table.html.haml (69.6ms)
38
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (2.3ms)
39
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (5.4ms)
40
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (328.4ms)
41
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (14.3ms)
42
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
43
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (39.1ms)
44
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (9.1ms)
45
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (5.5ms)
46
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :resource_controllers.
47
-  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"
48
- Administrador: The namespace Cmor::UserArea::Backend either does not define a Configuration class or the class Cmor::UserArea::Backend::Configuration does not respond_to :resource_controllers.
49
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (136.8ms)
50
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (1.0ms)
51
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
52
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (5.8ms)
53
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
54
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (1.2ms)
55
- Completed 200 OK in 2675ms (Views: 2625.4ms | ActiveRecord: 0.6ms)
56
-  (0.5ms) rollback transaction
57
-  (0.1ms) begin transaction
58
- Started GET "/de/backend/authentifizierung/users/new" for 127.0.0.1 at 2019-03-25 20:40:26 +0100
59
- Processing by Cmor::UserArea::Backend::UsersController#new as HTML
60
- Parameters: {"locale"=>"de"}
61
- Rendering /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/new.html.haml within layouts/administrador/application
62
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_form_errors.html.haml (4.7ms)
63
- Rendered /home/vagrant/rails/ecm/cmor/cmor_user_area_backend/app/views/cmor/user_area/backend/users/_form.html.haml (37.6ms)
64
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_form_buttons.html.haml (4.8ms)
65
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_new_actions.html.haml (4.2ms)
66
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/new.html.haml within layouts/administrador/application (361.0ms)
67
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms)
68
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
69
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (0.8ms)
70
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (0.7ms)
71
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)
72
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :resource_controllers.
73
-  (0.3ms) SELECT COUNT(*) FROM "cmor_user_area_users"
74
- Administrador: The namespace Cmor::UserArea::Backend either does not define a Configuration class or the class Cmor::UserArea::Backend::Configuration does not respond_to :resource_controllers.
75
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (6.8ms)
76
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
77
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
78
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms)
79
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
80
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (1.2ms)
81
- Completed 200 OK in 449ms (Views: 393.1ms | ActiveRecord: 0.3ms)
82
-  (0.1ms) SELECT COUNT(*) FROM "cmor_user_area_users"
83
- Started POST "/de/backend/authentifizierung/users" for 127.0.0.1 at 2019-03-25 20:40:27 +0100
84
- Processing by Cmor::UserArea::Backend::UsersController#create as HTML
85
- Parameters: {"utf8"=>"✓", "user"=>{"email"=>"jane.doe@local.domain", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "active"=>"0", "approved"=>"0", "confirmed"=>"0"}, "commit"=>"Benutzer erstellen", "locale"=>"de"}
86
- [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/authentifizierung/users/new]
87
-  (0.3ms) SAVEPOINT active_record_1
88
- 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", "e46cab48b927317211e409aa868fc391f360327f119358023375c80442797f8563df006bf51ecdc5ea72a78e25e27ae2b99a0aa431803533e2fd8eb766b77613"], ["LIMIT", 1]]
89
- 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", "1urFvDVeUAaB6dLvOOie"], ["LIMIT", 1]]
90
- 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", "jane.doe@local.domain"], ["LIMIT", 1]]
91
- Cmor::UserArea::User Create (0.4ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "jane.doe@local.domain"], ["crypted_password", "$2a$10$eOtx.DnqfHtSP8Q63tJS0eGVrrOm6xL8AzPJvKic8QxpPGTi6k1pO"], ["password_salt", "ERCEECYBHptyNca0UvOL"], ["persistence_token", "e46cab48b927317211e409aa868fc391f360327f119358023375c80442797f8563df006bf51ecdc5ea72a78e25e27ae2b99a0aa431803533e2fd8eb766b77613"], ["single_access_token", "1urFvDVeUAaB6dLvOOie"], ["perishable_token", "dTYgMs3-3ZohfZsc0KCY"], ["created_at", "2019-03-25 19:40:27.457185"], ["updated_at", "2019-03-25 19:40:27.457185"]]
92
-  (0.1ms) RELEASE SAVEPOINT active_record_1
93
- Redirected to http://www.example.com/de/backend/authentifizierung/users/1
94
- Completed 302 Found in 150ms (ActiveRecord: 1.7ms)
95
- Started GET "/de/backend/authentifizierung/users/1" for 127.0.0.1 at 2019-03-25 20:40:27 +0100
96
- Processing by Cmor::UserArea::Backend::UsersController#show as HTML
97
- Parameters: {"locale"=>"de", "id"=>"1"}
98
- 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]]
99
- [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/authentifizierung/users/new]
100
- Rendering /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application
101
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (2.4ms)
102
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (4.1ms)
103
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
104
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
105
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
106
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
107
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
108
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
109
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
110
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
111
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
112
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
113
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
114
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
115
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
116
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
117
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
118
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
119
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
120
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
121
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.3ms)
122
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/_resource_table.html.haml (32.5ms)
123
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (2.5ms)
124
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (8.0ms)
125
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (261.2ms)
126
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms)
127
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
128
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (0.8ms)
129
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (0.6ms)
130
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.2ms)
131
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :resource_controllers.
132
-  (0.3ms) SELECT COUNT(*) FROM "cmor_user_area_users"
133
- Administrador: The namespace Cmor::UserArea::Backend either does not define a Configuration class or the class Cmor::UserArea::Backend::Configuration does not respond_to :resource_controllers.
134
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (8.2ms)
135
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.2ms)
136
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
137
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms)
138
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
139
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (1.5ms)
140
- Completed 200 OK in 346ms (Views: 295.6ms | ActiveRecord: 0.5ms)
141
-  (0.4ms) SELECT COUNT(*) FROM "cmor_user_area_users"
142
- Cmor::UserArea::User Load (1.0ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users" ORDER BY "cmor_user_area_users"."id" DESC LIMIT ? [["LIMIT", 1]]
143
-  (0.3ms) rollback transaction
144
-  (0.1ms) begin transaction
145
-  (0.5ms) SAVEPOINT active_record_1
146
- Cmor::UserArea::User Exists (2.6ms) SELECT 1 AS one FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "6bca3ca5a52eb354e5889cf13014c04e62ff91c5d5ce4ffd923818bb26375aae60a2eeaf489099d52025dd283d26d2d72df3abbfb6f081dd6387089b669fdfb6"], ["LIMIT", 1]]
147
- 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", "RNR4UoMfjHI3udYxuMy1"], ["LIMIT", 1]]
148
- 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]]
149
- Cmor::UserArea::User Create (0.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$ec5a1zhxNl1JbpjEngqleOSEvEHm3BbGHgCsZaFa4zSgUzbaqd0he"], ["password_salt", "A8BNqoVy7Au7WkBrNB8G"], ["persistence_token", "6bca3ca5a52eb354e5889cf13014c04e62ff91c5d5ce4ffd923818bb26375aae60a2eeaf489099d52025dd283d26d2d72df3abbfb6f081dd6387089b669fdfb6"], ["single_access_token", "RNR4UoMfjHI3udYxuMy1"], ["perishable_token", "gTGJ4OLz9NCtDcW_T2ef"], ["created_at", "2019-03-25 19:40:27.981675"], ["updated_at", "2019-03-25 19:40:27.981675"]]
150
-  (0.1ms) RELEASE SAVEPOINT active_record_1
151
- Started GET "/de/backend/authentifizierung/users/1" for 127.0.0.1 at 2019-03-25 20:40:27 +0100
152
- Processing by Cmor::UserArea::Backend::UsersController#show as HTML
153
- Parameters: {"locale"=>"de", "id"=>"1"}
154
- 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]]
155
- Rendering /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application
156
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms)
157
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (1.4ms)
158
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.3ms)
159
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
160
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
161
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
162
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
163
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
164
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.4ms)
165
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
166
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
167
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
168
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
169
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
170
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
171
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
172
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
173
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
174
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
175
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.3ms)
176
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
177
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/_resource_table.html.haml (20.6ms)
178
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms)
179
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (1.9ms)
180
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (31.3ms)
181
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms)
182
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
183
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (0.6ms)
184
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (0.3ms)
185
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)
186
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :resource_controllers.
187
-  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"
188
- Administrador: The namespace Cmor::UserArea::Backend either does not define a Configuration class or the class Cmor::UserArea::Backend::Configuration does not respond_to :resource_controllers.
189
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.9ms)
190
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
191
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
192
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms)
193
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
194
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (1.1ms)
195
- Completed 200 OK in 63ms (Views: 58.7ms | ActiveRecord: 0.3ms)
196
-  (0.3ms) rollback transaction
197
-  (0.1ms) begin transaction
198
-  (0.4ms) SAVEPOINT active_record_1
199
- 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", "e7d64a83a29931019d6a12421bd7b4fabe2d37247f3c50a5ca6156801401a790e44d86ecaab06ea9f82df9dcff8721f9aeceb88d1ec44b8223f88d025a273bea"], ["LIMIT", 1]]
200
- 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", "8AhiiBdIo0kCmw2YN-eS"], ["LIMIT", 1]]
201
- 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", "user5@example.com"], ["LIMIT", 1]]
202
- Cmor::UserArea::User Create (0.8ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user5@example.com"], ["crypted_password", "$2a$10$lF8lTTsHLD33cuuhtOXR4u9Ao5yd0YlX0nScg.rQc9TtYvCU4na7u"], ["password_salt", "cs7v2i8-iZAqzkEpjO5n"], ["persistence_token", "e7d64a83a29931019d6a12421bd7b4fabe2d37247f3c50a5ca6156801401a790e44d86ecaab06ea9f82df9dcff8721f9aeceb88d1ec44b8223f88d025a273bea"], ["single_access_token", "8AhiiBdIo0kCmw2YN-eS"], ["perishable_token", "_kg8JmNOefbiTb373k08"], ["created_at", "2019-03-25 19:40:28.129975"], ["updated_at", "2019-03-25 19:40:28.129975"]]
203
-  (0.3ms) RELEASE SAVEPOINT active_record_1
204
- Started GET "/de/backend/authentifizierung/users/1/edit" for 127.0.0.1 at 2019-03-25 20:40:28 +0100
205
- Processing by Cmor::UserArea::Backend::UsersController#edit as HTML
206
- Parameters: {"locale"=>"de", "id"=>"1"}
207
- 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]]
208
- Rendering /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/edit.html.haml within layouts/administrador/application
209
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_form_errors.html.haml (0.1ms)
210
- Rendered /home/vagrant/rails/ecm/cmor/cmor_user_area_backend/app/views/cmor/user_area/backend/users/_form.html.haml (13.7ms)
211
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_form_buttons.html.haml (1.5ms)
212
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_edit_actions.html.haml (6.0ms)
213
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/edit.html.haml within layouts/administrador/application (83.3ms)
214
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms)
215
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
216
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (0.7ms)
217
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (0.7ms)
218
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)
219
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :resource_controllers.
220
-  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"
221
- Administrador: The namespace Cmor::UserArea::Backend either does not define a Configuration class or the class Cmor::UserArea::Backend::Configuration does not respond_to :resource_controllers.
222
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (6.2ms)
223
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.3ms)
224
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
225
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.7ms)
226
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
227
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (2.2ms)
228
- Completed 200 OK in 160ms (Views: 112.6ms | ActiveRecord: 0.5ms)
229
- Started PATCH "/de/backend/authentifizierung/users/1" for 127.0.0.1 at 2019-03-25 20:40:28 +0100
230
- Processing by Cmor::UserArea::Backend::UsersController#update as HTML
231
- Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john.doe@local.domain", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "active"=>"0", "approved"=>"0", "confirmed"=>"0"}, "commit"=>"Benutzer aktualisieren", "locale"=>"de", "id"=>"1"}
232
- 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]]
233
- [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/authentifizierung/users/1/edit]
234
-  (0.1ms) SAVEPOINT active_record_1
235
- Cmor::UserArea::User Exists (0.2ms) 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", "john.doe@local.domain"], ["id", 1], ["LIMIT", 1]]
236
- Cmor::UserArea::User Update (0.3ms) UPDATE "cmor_user_area_users" SET "email" = ?, "perishable_token" = ?, "updated_at" = ? WHERE "cmor_user_area_users"."id" = ? [["email", "john.doe@local.domain"], ["perishable_token", "3XsZb_OHCc2MTtkI-pcF"], ["updated_at", "2019-03-25 19:40:28.326154"], ["id", 1]]
237
-  (0.1ms) RELEASE SAVEPOINT active_record_1
238
- Redirected to http://www.example.com/de/backend/authentifizierung/users/1
239
- Completed 302 Found in 88ms (ActiveRecord: 1.1ms)
240
- Started GET "/de/backend/authentifizierung/users/1" for 127.0.0.1 at 2019-03-25 20:40:28 +0100
241
- Processing by Cmor::UserArea::Backend::UsersController#show as HTML
242
- Parameters: {"locale"=>"de", "id"=>"1"}
243
- 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]]
244
- [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/authentifizierung/users/1/edit]
245
- Rendering /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application
246
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms)
247
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.7ms)
248
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
249
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
250
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
251
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
252
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
253
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
254
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
255
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
256
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
257
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
258
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
259
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
260
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
261
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
262
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.3ms)
263
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
264
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
265
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.3ms)
266
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
267
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/_resource_table.html.haml (18.3ms)
268
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms)
269
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (1.6ms)
270
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (24.5ms)
271
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms)
272
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
273
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (0.5ms)
274
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (0.3ms)
275
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)
276
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :resource_controllers.
277
-  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"
278
- Administrador: The namespace Cmor::UserArea::Backend either does not define a Configuration class or the class Cmor::UserArea::Backend::Configuration does not respond_to :resource_controllers.
279
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (8.0ms)
280
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
281
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
282
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.3ms)
283
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.2ms)
284
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (2.2ms)
285
- Completed 200 OK in 55ms (Views: 51.9ms | ActiveRecord: 0.6ms)
286
- 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]]
287
-  (0.3ms) rollback transaction
288
-  (0.1ms) begin transaction
289
-  (0.3ms) SAVEPOINT active_record_1
290
- 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", "c37349f6edf7f5f5965c18a03825b18fba6663b7f8cd987d11bdb38b78d662a2d26c3307eaf487fd139618a701932a2d3639d3b1ee4e4dd6c84c0bbc0dfa64bd"], ["LIMIT", 1]]
291
- 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", "KeLF6sW4WNf6AmpLe_Dj"], ["LIMIT", 1]]
292
- 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", "user6@example.com"], ["LIMIT", 1]]
293
- Cmor::UserArea::User Create (0.4ms) INSERT INTO "cmor_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user6@example.com"], ["crypted_password", "$2a$10$Is7.K0mSodFW36HzUoQinOJVid1zd.0fmQl5nZJWD9DTEYJM0D.rW"], ["password_salt", "ItZOFrQSsn4W_AxNv0cR"], ["persistence_token", "c37349f6edf7f5f5965c18a03825b18fba6663b7f8cd987d11bdb38b78d662a2d26c3307eaf487fd139618a701932a2d3639d3b1ee4e4dd6c84c0bbc0dfa64bd"], ["single_access_token", "KeLF6sW4WNf6AmpLe_Dj"], ["perishable_token", "N_i-yKL7K1wA-JejxcQo"], ["created_at", "2019-03-25 19:40:28.550794"], ["updated_at", "2019-03-25 19:40:28.550794"]]
294
-  (0.1ms) RELEASE SAVEPOINT active_record_1
295
- Started GET "/de/backend/authentifizierung/users/1" for 127.0.0.1 at 2019-03-25 20:40:28 +0100
296
- Processing by Cmor::UserArea::Backend::UsersController#show as HTML
297
- Parameters: {"locale"=>"de", "id"=>"1"}
298
- 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]]
299
- Rendering /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application
300
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms)
301
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (1.0ms)
302
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
303
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
304
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
305
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
306
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
307
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
308
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
309
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
310
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
311
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
312
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
313
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
314
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
315
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
316
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.3ms)
317
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
318
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms)
319
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.4ms)
320
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms)
321
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/_resource_table.html.haml (19.9ms)
322
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms)
323
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (2.6ms)
324
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (29.6ms)
325
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms)
326
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
327
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (0.4ms)
328
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (0.2ms)
329
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)
330
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :resource_controllers.
331
-  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"
332
- Administrador: The namespace Cmor::UserArea::Backend either does not define a Configuration class or the class Cmor::UserArea::Backend::Configuration does not respond_to :resource_controllers.
333
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.5ms)
334
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
335
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
336
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms)
337
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
338
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (1.1ms)
339
- Completed 200 OK in 56ms (Views: 53.9ms | ActiveRecord: 0.4ms)
340
-  (0.1ms) SELECT COUNT(*) FROM "cmor_user_area_users"
341
- Started DELETE "/de/backend/authentifizierung/users/1" for 127.0.0.1 at 2019-03-25 20:40:28 +0100
342
- Processing by Cmor::UserArea::Backend::UsersController#destroy as HTML
343
- Parameters: {"locale"=>"de", "id"=>"1"}
344
- 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]]
345
- [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/authentifizierung/users/1]
346
-  (0.1ms) SAVEPOINT active_record_1
347
- Cmor::UserArea::User Destroy (0.3ms) DELETE FROM "cmor_user_area_users" WHERE "cmor_user_area_users"."id" = ? [["id", 1]]
348
-  (0.1ms) RELEASE SAVEPOINT active_record_1
349
- Redirected to http://www.example.com/de/backend/authentifizierung/users
350
- Completed 302 Found in 79ms (ActiveRecord: 0.9ms)
351
- Started GET "/de/backend/authentifizierung/users" for 127.0.0.1 at 2019-03-25 20:40:28 +0100
352
- Processing by Cmor::UserArea::Backend::UsersController#index as HTML
353
- Parameters: {"locale"=>"de"}
354
- [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/authentifizierung/users/1]
355
- Rendering /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application
356
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms)
357
- Rendered /home/vagrant/rails/ecm/cmor/cmor_user_area_backend/app/views/cmor/user_area/backend/users/_index_table.html.haml (0.2ms)
358
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (0.1ms)
359
- Cmor::UserArea::User Load (0.3ms) SELECT "cmor_user_area_users".* FROM "cmor_user_area_users"
360
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/rao-component-0.0.15.pre/app/views/rao/component/_collection_table.html.haml (2.7ms)
361
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.1ms)
362
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (1.2ms)
363
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (8.7ms)
364
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms)
365
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
366
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (0.4ms)
367
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (0.2ms)
368
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)
369
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :resource_controllers.
370
-  (0.2ms) SELECT COUNT(*) FROM "cmor_user_area_users"
371
- Administrador: The namespace Cmor::UserArea::Backend either does not define a Configuration class or the class Cmor::UserArea::Backend::Configuration does not respond_to :resource_controllers.
372
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (6.5ms)
373
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
374
- Administrador: The namespace Cmor::Core::Backend either does not define a Configuration class or the class Cmor::Core::Backend::Configuration does not respond_to :sidebar_controllers.
375
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms)
376
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (0.1ms)
377
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (1.0ms)
378
- Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.5ms)
379
-  (0.1ms) SELECT COUNT(*) FROM "cmor_user_area_users"
380
-  (0.2ms) rollback transaction