cmor_core_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.
@@ -1,615 +0,0 @@
1
-  (0.1ms) SELECT sqlite_version(*)
2
- ↳ bin/rails:4
3
-  (6.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
- ↳ bin/rails:4
5
-  (4.8ms) 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.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
- ↳ bin/rails:4
9
- Migrating to CreateDelayedJobs (20190325174359)
10
-  (0.1ms) begin transaction
11
- ↳ bin/rails:4
12
-  (0.3ms) DROP TABLE IF EXISTS "delayed_jobs"
13
- ↳ db/migrate/20190325174359_create_delayed_jobs.rb:3
14
-  (0.5ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
15
- ↳ db/migrate/20190325174359_create_delayed_jobs.rb:3
16
-  (0.3ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
17
- ↳ db/migrate/20190325174359_create_delayed_jobs.rb:16
18
- ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190325174359"]]
19
- ↳ bin/rails:4
20
-  (4.2ms) commit transaction
21
- ↳ bin/rails:4
22
- Migrating to CreateActiveStorageTables (20190325174410)
23
-  (0.1ms) begin transaction
24
- ↳ bin/rails:4
25
-  (0.4ms) 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)
26
- ↳ db/migrate/20190325174410_create_active_storage_tables.active_storage.rb:4
27
-  (0.4ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
28
- ↳ db/migrate/20190325174410_create_active_storage_tables.active_storage.rb:4
29
-  (0.5ms) 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"
30
- FOREIGN KEY ("blob_id")
31
- REFERENCES "active_storage_blobs" ("id")
32
- )
33
- ↳ db/migrate/20190325174410_create_active_storage_tables.active_storage.rb:16
34
-  (0.2ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
35
- ↳ db/migrate/20190325174410_create_active_storage_tables.active_storage.rb:16
36
-  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
37
- ↳ db/migrate/20190325174410_create_active_storage_tables.active_storage.rb:16
38
- ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190325174410"]]
39
- ↳ bin/rails:4
40
-  (14.9ms) commit transaction
41
- ↳ bin/rails:4
42
- Migrating to CreatePosts (20190325174421)
43
-  (0.4ms) begin transaction
44
- ↳ bin/rails:4
45
-  (2.3ms) CREATE TABLE "posts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
46
- ↳ db/migrate/20190325174421_create_posts.rb:3
47
- ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190325174421"]]
48
- ↳ bin/rails:4
49
-  (14.5ms) commit transaction
50
- ↳ bin/rails:4
51
- ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
52
- ↳ bin/rails:4
53
-  (0.2ms) begin transaction
54
- ↳ bin/rails:4
55
- ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-03-25 17:44:33.153936"], ["updated_at", "2019-03-25 17:44:33.153936"]]
56
- ↳ bin/rails:4
57
-  (6.8ms) commit transaction
58
- ↳ bin/rails:4
59
-  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
60
- ↳ bin/rails:4
61
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
62
- ↳ bin/rails:4
63
-  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
64
- ↳ bin/rails:4
65
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
66
- ↳ bin/rails:4
67
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
68
- ↳ bin/rails:4
69
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
70
- ↳ bin/rails:4
71
-  (1.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
72
- ↳ bin/rails:4
73
-  (0.2ms) DROP TABLE IF EXISTS "active_storage_attachments"
74
- ↳ db/schema.rb:15
75
-  (0.4ms) SELECT sqlite_version(*)
76
- ↳ db/schema.rb:15
77
-  (6.6ms) 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)
78
- ↳ db/schema.rb:15
79
-  (6.0ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
80
- ↳ db/schema.rb:15
81
-  (4.4ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
82
- ↳ db/schema.rb:15
83
-  (0.3ms) DROP TABLE IF EXISTS "active_storage_blobs"
84
- ↳ db/schema.rb:25
85
-  (19.1ms) 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)
86
- ↳ db/schema.rb:25
87
-  (26.3ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
88
- ↳ db/schema.rb:25
89
-  (0.3ms) DROP TABLE IF EXISTS "delayed_jobs"
90
- ↳ db/schema.rb:36
91
-  (15.4ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
92
- ↳ db/schema.rb:36
93
-  (5.5ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
94
- ↳ db/schema.rb:36
95
-  (0.2ms) DROP TABLE IF EXISTS "posts"
96
- ↳ db/schema.rb:51
97
-  (4.6ms) CREATE TABLE "posts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
98
- ↳ db/schema.rb:51
99
-  (5.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
100
- ↳ db/schema.rb:13
101
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
102
- ↳ db/schema.rb:13
103
-  (3.5ms) INSERT INTO "schema_migrations" (version) VALUES (20190325174421)
104
- ↳ db/schema.rb:13
105
-  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES
106
- (20190325174359),
107
- (20190325174410);
108
-
109
- 
110
- ↳ db/schema.rb:13
111
-  (7.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
112
- ↳ db/schema.rb:13
113
- ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
114
- ↳ db/schema.rb:13
115
-  (0.1ms) begin transaction
116
- ↳ db/schema.rb:13
117
- ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-03-25 17:44:33.384614"], ["updated_at", "2019-03-25 17:44:33.384614"]]
118
- ↳ db/schema.rb:13
119
-  (4.8ms) commit transaction
120
- ↳ db/schema.rb:13
121
- ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
122
- ↳ bin/rails:4
123
-  (0.1ms) begin transaction
124
- ↳ bin/rails:4
125
- ActiveRecord::InternalMetadata Update (0.6ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-03-25 17:44:33.402548"], ["key", "environment"]]
126
- ↳ bin/rails:4
127
-  (4.8ms) commit transaction
128
- ↳ bin/rails:4
129
- Started GET "/de" for 192.168.0.21 at 2019-03-25 22:39:55 +0100
130
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
131
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
132
-
133
- ActionController::RoutingError (No route matches [GET] "/de"):
134
-
135
- actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
136
- actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
137
- railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
138
- railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
139
- activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
140
- activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
141
- activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
142
- railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
143
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
144
- actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
145
- actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
146
- rack (2.0.6) lib/rack/method_override.rb:22:in `call'
147
- rack (2.0.6) lib/rack/runtime.rb:22:in `call'
148
- activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
149
- actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
150
- actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
151
- rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
152
- railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
153
- rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service'
154
- /home/vagrant/.rvm/rubies/ruby-2.3.7/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
155
- /home/vagrant/.rvm/rubies/ruby-2.3.7/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
156
- /home/vagrant/.rvm/rubies/ruby-2.3.7/lib/ruby/2.3.0/webrick/server.rb:314:in `block in start_thread'
157
- Started GET "/de/backend" for 192.168.0.21 at 2019-03-25 22:40:07 +0100
158
- Processing by Administrador::HomeController#index as HTML
159
- Parameters: {"locale"=>"de"}
160
- Rendering /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/home/index.de.html.haml within layouts/administrador/application
161
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/home/index.de.html.haml within layouts/administrador/application (16.6ms)
162
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/home/_html_head_extras.html.haml (3.0ms)
163
- 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.
164
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (11.8ms)
165
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (7.1ms)
166
- 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.0ms)
167
-  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"
168
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
169
-  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"
170
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
171
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments"
172
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
173
- 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.
174
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (252.4ms)
175
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/offcanvas_view_helper/_offcanvas.html.erb (2.3ms)
176
- 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.
177
- 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 (11.9ms)
178
- Completed 200 OK in 1389ms (Views: 1381.1ms | ActiveRecord: 2.6ms)
179
-
180
-
181
- Started GET "/de/backend/core/active_storage/attachments" for 192.168.0.21 at 2019-03-25 22:40:15 +0100
182
- Processing by Cmor::Core::Backend::ActiveStorage::AttachmentsController#index as HTML
183
- Parameters: {"locale"=>"de"}
184
- [LocationHistoryConcern] Storing last location [http://192.168.0.25:3000/de/backend]
185
- 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
186
- 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 (3.1ms)
187
- Rendered /home/vagrant/rails/ecm/cmor/cmor_core_backend/app/views/cmor/core/backend/active_storage/attachments/_index_table.html.haml (4.1ms)
188
- 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 (8.3ms)
189
- ActiveStorage::Attachment Load (0.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments"
190
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
191
- 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 (25.0ms)
192
- 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)
193
- 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 (3.2ms)
194
- 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 (194.2ms)
195
- 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 (1.6ms)
196
- 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.
197
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (8.4ms)
198
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (4.9ms)
199
- 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 (2.9ms)
200
-  (0.4ms) SELECT COUNT(*) FROM "delayed_jobs"
201
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
202
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_blobs"
203
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
204
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments"
205
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
206
- 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.
207
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (34.5ms)
208
- 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)
209
- 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.
210
- 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 (4.1ms)
211
- Completed 200 OK in 495ms (Views: 467.3ms | ActiveRecord: 1.0ms)
212
-
213
-
214
- Started GET "/de/backend/core/active_storage/attachments" for 192.168.0.21 at 2019-03-25 22:40:40 +0100
215
- Processing by Cmor::Core::Backend::ActiveStorage::AttachmentsController#index as HTML
216
- Parameters: {"locale"=>"de"}
217
- [LocationHistoryConcern] Storing last location [http://192.168.0.25:3000/de/backend]
218
- 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
219
- 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 (3.1ms)
220
- Rendered /home/vagrant/rails/ecm/cmor/cmor_core_backend/app/views/cmor/core/backend/active_storage/attachments/_index_table.html.haml (7.0ms)
221
- 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 (8.7ms)
222
- ActiveStorage::Attachment Load (0.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments"
223
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
224
- 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 (14.3ms)
225
- 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.8ms)
226
- 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)
227
- 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 (199.5ms)
228
- 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 (2.6ms)
229
- 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.
230
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (10.4ms)
231
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (5.1ms)
232
- 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 (4.0ms)
233
-  (0.3ms) SELECT COUNT(*) FROM "delayed_jobs"
234
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
235
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_blobs"
236
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
237
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments"
238
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
239
- 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.
240
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (65.3ms)
241
- 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)
242
- 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.
243
- 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.0ms)
244
- Completed 200 OK in 579ms (Views: 537.0ms | ActiveRecord: 2.2ms)
245
-
246
-
247
- Started GET "/de/backend/core/active_storage/attachments/new" for 192.168.0.21 at 2019-03-25 22:40:44 +0100
248
- Processing by Cmor::Core::Backend::ActiveStorage::AttachmentsController#new as HTML
249
- Parameters: {"locale"=>"de"}
250
- [LocationHistoryConcern] Storing last location [http://192.168.0.25:3000/de/backend/core/active_storage/attachments]
251
- 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
252
- 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 (5.8ms)
253
- ActiveStorage::Blob Load (0.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs"
254
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
255
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_form.html.haml (34.2ms)
256
- 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 (3.9ms)
257
- 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 (5.6ms)
258
- 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 (259.9ms)
259
- 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 (4.1ms)
260
- 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.
261
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (11.4ms)
262
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (4.9ms)
263
- 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 (3.2ms)
264
-  (0.3ms) SELECT COUNT(*) FROM "delayed_jobs"
265
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
266
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_blobs"
267
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
268
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments"
269
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
270
- 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.
271
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (41.1ms)
272
- 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.4ms)
273
- 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.
274
- 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 (7.9ms)
275
- Completed 200 OK in 642ms (Views: 594.0ms | ActiveRecord: 2.1ms)
276
-
277
-
278
- Started GET "/de/backend/core/active_storage/attachments" for 192.168.0.21 at 2019-03-25 22:41:28 +0100
279
- Processing by Cmor::Core::Backend::ActiveStorage::AttachmentsController#index as HTML
280
- Parameters: {"locale"=>"de"}
281
- [LocationHistoryConcern] Storing last location [http://192.168.0.25:3000/de/backend/core/active_storage/attachments/new]
282
- 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
283
- 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)
284
- Rendered /home/vagrant/rails/ecm/cmor/cmor_core_backend/app/views/cmor/core/backend/active_storage/attachments/_index_table.html.haml (3.3ms)
285
- 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.8ms)
286
- ActiveStorage::Attachment Load (0.4ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments"
287
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
288
- 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 (17.2ms)
289
- 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.7ms)
290
- 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 (4.7ms)
291
- 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 (187.3ms)
292
- 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 (2.6ms)
293
- 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.
294
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (9.5ms)
295
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (4.7ms)
296
- 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 (3.1ms)
297
-  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"
298
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
299
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_blobs"
300
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
301
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments"
302
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
303
- 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.
304
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (76.3ms)
305
- 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.5ms)
306
- 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.
307
- 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 (4.9ms)
308
- Completed 200 OK in 533ms (Views: 499.3ms | ActiveRecord: 2.4ms)
309
-
310
-
311
- Started GET "/de/backend/core/active_storage/attachments/new" for 192.168.0.21 at 2019-03-25 22:41:33 +0100
312
- Processing by Cmor::Core::Backend::ActiveStorage::AttachmentsController#new as HTML
313
- Parameters: {"locale"=>"de"}
314
- [LocationHistoryConcern] Storing last location [http://192.168.0.25:3000/de/backend/core/active_storage/attachments]
315
- 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
316
- 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.2ms)
317
- ActiveStorage::Blob Load (0.6ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs"
318
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
319
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_form.html.haml (28.2ms)
320
- 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.1ms)
321
- 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.9ms)
322
- 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 (159.5ms)
323
- 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 (3.6ms)
324
- 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.
325
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (13.4ms)
326
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (6.0ms)
327
- 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.3ms)
328
-  (0.5ms) SELECT COUNT(*) FROM "delayed_jobs"
329
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
330
-  (0.4ms) SELECT COUNT(*) FROM "active_storage_blobs"
331
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
332
-  (0.3ms) SELECT COUNT(*) FROM "active_storage_attachments"
333
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
334
- 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.
335
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (49.5ms)
336
- 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.6ms)
337
- 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.
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 (4.3ms)
339
- Completed 200 OK in 549ms (Views: 496.8ms | ActiveRecord: 3.3ms)
340
-
341
-
342
- Started GET "/de/backend/core/active_storage/blobs" for 192.168.0.21 at 2019-03-25 22:41:39 +0100
343
- Processing by Cmor::Core::Backend::ActiveStorage::BlobsController#index as HTML
344
- Parameters: {"locale"=>"de"}
345
- [LocationHistoryConcern] Storing last location [http://192.168.0.25:3000/de/backend/core/active_storage/attachments/new]
346
- 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
347
- 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)
348
- Rendered /home/vagrant/rails/ecm/cmor/cmor_core_backend/app/views/cmor/core/backend/active_storage/blobs/_index_table.html.haml (5.8ms)
349
- 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 (8.8ms)
350
- ActiveStorage::Blob Load (0.4ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs"
351
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
352
- 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 (14.1ms)
353
- 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 (3.0ms)
354
- 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 (4.8ms)
355
- 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 (170.9ms)
356
- 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 (2.7ms)
357
- 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.
358
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (11.9ms)
359
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (5.1ms)
360
- 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 (3.9ms)
361
-  (0.4ms) SELECT COUNT(*) FROM "delayed_jobs"
362
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
363
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_blobs"
364
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
365
-  (0.4ms) SELECT COUNT(*) FROM "active_storage_attachments"
366
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
367
- 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.
368
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (39.1ms)
369
- 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.8ms)
370
- 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.
371
- 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 (4.7ms)
372
- Completed 200 OK in 491ms (Views: 463.7ms | ActiveRecord: 2.0ms)
373
-
374
-
375
- Started GET "/de/backend/core/active_storage/blobs/new" for 192.168.0.21 at 2019-03-25 22:41:42 +0100
376
- Processing by Cmor::Core::Backend::ActiveStorage::BlobsController#new as HTML
377
- Parameters: {"locale"=>"de"}
378
- [LocationHistoryConcern] Storing last location [http://192.168.0.25:3000/de/backend/core/active_storage/blobs]
379
- 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
380
- 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 (3.9ms)
381
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/resources_controller/base/_form.html.haml (22.9ms)
382
- 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 (82.0ms)
383
- Completed 500 Internal Server Error in 181ms (ActiveRecord: 0.9ms)
384
-
385
-
386
-
387
- ActionView::Template::Error (undefined method `encode' for nil:NilClass):
388
- 7: - elsif name.end_with?('_id') && !resource_class.reflect_on_association(name.chomp('_id')).options[:polymorphic]
389
- 8: = form.association name.chomp("_id")
390
- 9: - else
391
- 10: = form.input name
392
-
393
- activestorage (5.2.2.1) app/models/active_storage/filename.rb:60:in `sanitized'
394
- activestorage (5.2.2.1) app/models/active_storage/filename.rb:69:in `to_s'
395
- activesupport (5.2.2.1) lib/active_support/core_ext/string/output_safety.rb:35:in `unwrapped_html_escape'
396
- actionview (5.2.2.1) lib/action_view/helpers/tag_helper.rb:91:in `tag_option'
397
- actionview (5.2.2.1) lib/action_view/helpers/tag_helper.rb:77:in `block in tag_options'
398
- actionview (5.2.2.1) lib/action_view/helpers/tag_helper.rb:63:in `each_pair'
399
- actionview (5.2.2.1) lib/action_view/helpers/tag_helper.rb:63:in `tag_options'
400
- actionview (5.2.2.1) lib/action_view/helpers/tag_helper.rb:239:in `tag'
401
- actionview (5.2.2.1) lib/action_view/helpers/active_model_helper.rb:25:in `tag'
402
- actionview (5.2.2.1) lib/action_view/helpers/tags/text_field.rb:17:in `render'
403
- actionview (5.2.2.1) lib/action_view/helpers/form_helper.rb:1136:in `text_field'
404
- actionview (5.2.2.1) lib/action_view/helpers/form_helper.rb:1680:in `text_field'
405
- simple_form (4.1.0) lib/simple_form/inputs/string_input.rb:15:in `input'
406
- simple_form (4.1.0) lib/simple_form/wrappers/leaf.rb:20:in `call'
407
- simple_form (4.1.0) lib/simple_form/wrappers/leaf.rb:20:in `render'
408
- simple_form (4.1.0) lib/simple_form/wrappers/many.rb:29:in `block in render'
409
- simple_form (4.1.0) lib/simple_form/wrappers/many.rb:27:in `each'
410
- simple_form (4.1.0) lib/simple_form/wrappers/many.rb:27:in `render'
411
- simple_form (4.1.0) lib/simple_form/wrappers/root.rb:16:in `render'
412
- simple_form (4.1.0) lib/simple_form/form_builder.rb:123:in `input'
413
- administrador (0.0.4.pre) app/views/administrador/resources_controller/base/_form.html.haml:10:in `block in __home_vagrant__rvm_gems_ruby_______cmor_gems_administrador_______pre_app_views_administrador_resources_controller_base__form_html_haml__694863474728199512_69819710687420'
414
- administrador (0.0.4.pre) app/views/administrador/resources_controller/base/_form.html.haml:1:in `each'
415
- administrador (0.0.4.pre) app/views/administrador/resources_controller/base/_form.html.haml:1:in `__home_vagrant__rvm_gems_ruby_______cmor_gems_administrador_______pre_app_views_administrador_resources_controller_base__form_html_haml__694863474728199512_69819710687420'
416
- actionview (5.2.2.1) lib/action_view/template.rb:159:in `block in render'
417
- activesupport (5.2.2.1) lib/active_support/notifications.rb:170:in `instrument'
418
- actionview (5.2.2.1) lib/action_view/template.rb:354:in `instrument_render_template'
419
- actionview (5.2.2.1) lib/action_view/template.rb:157:in `render'
420
- actionview (5.2.2.1) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial'
421
- actionview (5.2.2.1) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument'
422
- activesupport (5.2.2.1) lib/active_support/notifications.rb:168:in `block in instrument'
423
- activesupport (5.2.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
424
- activesupport (5.2.2.1) lib/active_support/notifications.rb:168:in `instrument'
425
- actionview (5.2.2.1) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument'
426
- actionview (5.2.2.1) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial'
427
- actionview (5.2.2.1) lib/action_view/renderer/partial_renderer.rb:312:in `render'
428
- actionview (5.2.2.1) lib/action_view/renderer/renderer.rb:49:in `render_partial'
429
- actionview (5.2.2.1) lib/action_view/helpers/rendering_helper.rb:36:in `render'
430
- haml (5.0.4) lib/haml/helpers/action_view_mods.rb:12:in `block in render'
431
- haml (5.0.4) lib/haml/helpers.rb:92:in `non_haml'
432
- haml (5.0.4) lib/haml/helpers/action_view_mods.rb:12:in `render'
433
- administrador (0.0.4.pre) app/views/administrador/resources_controller/base/new.html.haml:9:in `block in __home_vagrant__rvm_gems_ruby_______cmor_gems_administrador_______pre_app_views_administrador_resources_controller_base_new_html_haml___3746656925694720585_69819715343100'
434
- haml (5.0.4) lib/haml/helpers.rb:382:in `block in capture_haml'
435
- haml (5.0.4) lib/haml/helpers.rb:667:in `with_haml_buffer'
436
- haml (5.0.4) lib/haml/helpers.rb:378:in `capture_haml'
437
- haml (5.0.4) lib/haml/helpers/xss_mods.rb:62:in `capture_haml_with_haml_xss'
438
- haml (5.0.4) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
439
- actionview (5.2.2.1) lib/action_view/helpers/form_helper.rb:452:in `form_for'
440
- haml (5.0.4) lib/haml/helpers/action_view_xss_mods.rb:29:in `form_for_with_haml_xss'
441
- simple_form (4.1.0) lib/simple_form/action_view_extensions/form_helper.rb:27:in `block in simple_form_for'
442
- simple_form (4.1.0) lib/simple_form/action_view_extensions/form_helper.rb:46:in `with_simple_form_field_error_proc'
443
- simple_form (4.1.0) lib/simple_form/action_view_extensions/form_helper.rb:26:in `simple_form_for'
444
- administrador (0.0.4.pre) app/views/administrador/resources_controller/base/new.html.haml:7:in `__home_vagrant__rvm_gems_ruby_______cmor_gems_administrador_______pre_app_views_administrador_resources_controller_base_new_html_haml___3746656925694720585_69819715343100'
445
- actionview (5.2.2.1) lib/action_view/template.rb:159:in `block in render'
446
- activesupport (5.2.2.1) lib/active_support/notifications.rb:170:in `instrument'
447
- actionview (5.2.2.1) lib/action_view/template.rb:354:in `instrument_render_template'
448
- actionview (5.2.2.1) lib/action_view/template.rb:157:in `render'
449
- actionview (5.2.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
450
- actionview (5.2.2.1) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument'
451
- activesupport (5.2.2.1) lib/active_support/notifications.rb:168:in `block in instrument'
452
- activesupport (5.2.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
453
- activesupport (5.2.2.1) lib/active_support/notifications.rb:168:in `instrument'
454
- actionview (5.2.2.1) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument'
455
- actionview (5.2.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
456
- actionview (5.2.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
457
- actionview (5.2.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
458
- actionview (5.2.2.1) lib/action_view/renderer/template_renderer.rb:16:in `render'
459
- actionview (5.2.2.1) lib/action_view/renderer/renderer.rb:44:in `render_template'
460
- actionview (5.2.2.1) lib/action_view/renderer/renderer.rb:25:in `render'
461
- actionview (5.2.2.1) lib/action_view/rendering.rb:103:in `_render_template'
462
- actionpack (5.2.2.1) lib/action_controller/metal/streaming.rb:219:in `_render_template'
463
- actionview (5.2.2.1) lib/action_view/rendering.rb:84:in `render_to_body'
464
- actionpack (5.2.2.1) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
465
- actionpack (5.2.2.1) lib/action_controller/metal/renderers.rb:142:in `render_to_body'
466
- actionpack (5.2.2.1) lib/abstract_controller/rendering.rb:25:in `render'
467
- actionpack (5.2.2.1) lib/action_controller/metal/rendering.rb:36:in `render'
468
- actionpack (5.2.2.1) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render'
469
- activesupport (5.2.2.1) lib/active_support/core_ext/benchmark.rb:14:in `block in ms'
470
- /home/vagrant/.rvm/rubies/ruby-2.3.7/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
471
- activesupport (5.2.2.1) lib/active_support/core_ext/benchmark.rb:14:in `ms'
472
- actionpack (5.2.2.1) lib/action_controller/metal/instrumentation.rb:46:in `block in render'
473
- actionpack (5.2.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
474
- activerecord (5.2.2.1) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime'
475
- actionpack (5.2.2.1) lib/action_controller/metal/instrumentation.rb:45:in `render'
476
- actionpack (5.2.2.1) lib/action_controller/metal/implicit_render.rb:35:in `default_render'
477
- actionpack (5.2.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
478
- actionpack (5.2.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
479
- actionpack (5.2.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
480
- actionpack (5.2.2.1) lib/abstract_controller/base.rb:194:in `process_action'
481
- actionpack (5.2.2.1) lib/action_controller/metal/rendering.rb:30:in `process_action'
482
- actionpack (5.2.2.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
483
- activesupport (5.2.2.1) lib/active_support/callbacks.rb:109:in `block in run_callbacks'
484
- route_translator (5.9.0) lib/route_translator/extensions/action_controller.rb:23:in `set_locale_from_url'
485
- activesupport (5.2.2.1) lib/active_support/callbacks.rb:118:in `block in run_callbacks'
486
- activesupport (5.2.2.1) lib/active_support/callbacks.rb:136:in `run_callbacks'
487
- actionpack (5.2.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action'
488
- actionpack (5.2.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action'
489
- actionpack (5.2.2.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
490
- activesupport (5.2.2.1) lib/active_support/notifications.rb:168:in `block in instrument'
491
- activesupport (5.2.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
492
- activesupport (5.2.2.1) lib/active_support/notifications.rb:168:in `instrument'
493
- actionpack (5.2.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
494
- actionpack (5.2.2.1) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
495
- activerecord (5.2.2.1) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
496
- actionpack (5.2.2.1) lib/abstract_controller/base.rb:134:in `process'
497
- actionview (5.2.2.1) lib/action_view/rendering.rb:32:in `process'
498
- actionpack (5.2.2.1) lib/action_controller/metal.rb:191:in `dispatch'
499
- actionpack (5.2.2.1) lib/action_controller/metal.rb:252:in `dispatch'
500
- actionpack (5.2.2.1) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
501
- actionpack (5.2.2.1) lib/action_dispatch/routing/route_set.rb:34:in `serve'
502
- actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve'
503
- actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:35:in `each'
504
- actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:35:in `serve'
505
- actionpack (5.2.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call'
506
- railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
507
- railties (5.2.2.1) lib/rails/railtie.rb:190:in `public_send'
508
- railties (5.2.2.1) lib/rails/railtie.rb:190:in `method_missing'
509
- actionpack (5.2.2.1) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
510
- actionpack (5.2.2.1) lib/action_dispatch/routing/mapper.rb:48:in `serve'
511
- actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve'
512
- actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:35:in `each'
513
- actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:35:in `serve'
514
- actionpack (5.2.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call'
515
- rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call'
516
- rack (2.0.6) lib/rack/etag.rb:25:in `call'
517
- rack (2.0.6) lib/rack/conditional_get.rb:25:in `call'
518
- rack (2.0.6) lib/rack/head.rb:12:in `call'
519
- actionpack (5.2.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
520
- rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context'
521
- rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call'
522
- actionpack (5.2.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call'
523
- activerecord (5.2.2.1) lib/active_record/migration.rb:559:in `call'
524
- actionpack (5.2.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
525
- activesupport (5.2.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks'
526
- actionpack (5.2.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
527
- actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
528
- actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
529
- actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
530
- railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
531
- railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
532
- activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
533
- activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
534
- activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
535
- railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
536
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
537
- actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
538
- actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
539
- rack (2.0.6) lib/rack/method_override.rb:22:in `call'
540
- rack (2.0.6) lib/rack/runtime.rb:22:in `call'
541
- activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
542
- actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
543
- actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
544
- rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
545
- railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
546
- rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service'
547
- /home/vagrant/.rvm/rubies/ruby-2.3.7/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
548
- /home/vagrant/.rvm/rubies/ruby-2.3.7/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
549
- /home/vagrant/.rvm/rubies/ruby-2.3.7/lib/ruby/2.3.0/webrick/server.rb:314:in `block in start_thread'
550
- Started GET "/de/backend/core/active_storage/blobs" for 192.168.0.21 at 2019-03-25 22:43:14 +0100
551
- Processing by Cmor::Core::Backend::ActiveStorage::BlobsController#index as HTML
552
- Parameters: {"locale"=>"de"}
553
- [LocationHistoryConcern] Storing last location [http://192.168.0.25:3000/de/backend/core/active_storage/attachments/new]
554
- 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
555
- 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.8ms)
556
- Rendered /home/vagrant/rails/ecm/cmor/cmor_core_backend/app/views/cmor/core/backend/active_storage/blobs/_index_table.html.haml (6.4ms)
557
- 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 (6.6ms)
558
- ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs"
559
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
560
- 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 (12.5ms)
561
- 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)
562
- 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 (3.7ms)
563
- 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 (171.4ms)
564
- 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 (2.2ms)
565
- 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.
566
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (10.2ms)
567
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (14.6ms)
568
- 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 (3.8ms)
569
-  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"
570
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
571
-  (0.3ms) SELECT COUNT(*) FROM "active_storage_blobs"
572
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
573
-  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments"
574
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
575
- 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.
576
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (62.6ms)
577
- 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.1ms)
578
- 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.
579
- 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 (7.3ms)
580
- Completed 200 OK in 544ms (Views: 503.7ms | ActiveRecord: 2.3ms)
581
-
582
-
583
- Started GET "/de/backend/core/active_storage/blobs" for 192.168.0.21 at 2019-03-25 22:43:16 +0100
584
- Processing by Cmor::Core::Backend::ActiveStorage::BlobsController#index as HTML
585
- Parameters: {"locale"=>"de"}
586
- [LocationHistoryConcern] Storing last location [http://192.168.0.25:3000/de/backend/core/active_storage/attachments/new]
587
- 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
588
- 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)
589
- Rendered /home/vagrant/rails/ecm/cmor/cmor_core_backend/app/views/cmor/core/backend/active_storage/blobs/_index_table.html.haml (5.1ms)
590
- 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.5ms)
591
- ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs"
592
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
593
- 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 (16.5ms)
594
- 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 (3.7ms)
595
- 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 (3.3ms)
596
- 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 (177.8ms)
597
- 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 (2.5ms)
598
- 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.
599
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/_navbar.html.haml (9.9ms)
600
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/breadcrumbs/_render.html.haml (6.4ms)
601
- 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.0ms)
602
-  (0.3ms) SELECT COUNT(*) FROM "delayed_jobs"
603
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
604
-  (0.2ms) SELECT COUNT(*) FROM "active_storage_blobs"
605
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
606
-  (0.3ms) SELECT COUNT(*) FROM "active_storage_attachments"
607
- ↳ /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/activerecord-5.2.2.1/lib/active_record/log_subscriber.rb:98
608
- 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.
609
- Rendered /home/vagrant/.rvm/gems/ruby-2.3.7@cmor/gems/administrador-0.0.4.pre/app/views/administrador/application/sidebars/_engine.html.haml (59.3ms)
610
- 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.3ms)
611
- 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.
612
- 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 (6.1ms)
613
- Completed 200 OK in 562ms (Views: 530.6ms | ActiveRecord: 2.0ms)
614
-
615
-