(0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Post Create (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:11:10.768142"], ["updated_at", "2020-01-28 17:11:10.768142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.7ms) Uploaded file to key: DqiyVUS7CUL8aSbEAMNtoEdD (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "DqiyVUS7CUL8aSbEAMNtoEdD"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:10.904028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.2ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-28 17:11:10.910789"]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:11:10.912146"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 496c4b50-a211-42a7-a29d-799c03f9671c) to Async(default) with arguments: #> ActiveStorage::Blob Load (1.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [496c4b50-a211-42a7-a29d-799c03f9671c] Performing ActiveStorage::AnalyzeJob (Job ID: 496c4b50-a211-42a7-a29d-799c03f9671c) from Async(default) with arguments: #>  (0.0ms) SAVEPOINT active_record_1 Post Create (0.2ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:11:10.934657"], ["updated_at", "2020-01-28 17:11:10.934657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [496c4b50-a211-42a7-a29d-799c03f9671c]  Disk Storage (1.0ms) Downloaded file from key: DqiyVUS7CUL8aSbEAMNtoEdD [ActiveJob] [ActiveStorage::AnalyzeJob] [496c4b50-a211-42a7-a29d-799c03f9671c] Skipping image analysis because the mini_magick gem isn't installed [ActiveJob] [ActiveStorage::AnalyzeJob] [496c4b50-a211-42a7-a29d-799c03f9671c]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [496c4b50-a211-42a7-a29d-799c03f9671c] ActiveStorage::Blob Update (0.1ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [496c4b50-a211-42a7-a29d-799c03f9671c]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [496c4b50-a211-42a7-a29d-799c03f9671c] Performed ActiveStorage::AnalyzeJob (Job ID: 496c4b50-a211-42a7-a29d-799c03f9671c) from Async(default) in 13.87ms  Disk Storage (9.8ms) Uploaded file to key: 5k83jxFDYb2wMVdXM68vHkkJ (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "5k83jxFDYb2wMVdXM68vHkkJ"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:10.948832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.1ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 2], ["blob_id", 2], ["created_at", "2020-01-28 17:11:10.951194"]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:11:10.952433"], ["id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: b934e08d-f8c0-4014-9088-78af74817068) to Async(default) with arguments: #>  (0.1ms) SAVEPOINT active_record_1 Post Create (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:11:10.955303"], ["updated_at", "2020-01-28 17:11:10.955303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [b934e08d-f8c0-4014-9088-78af74817068] Performing ActiveStorage::AnalyzeJob (Job ID: b934e08d-f8c0-4014-9088-78af74817068) from Async(default) with arguments: #>  Disk Storage (0.6ms) Uploaded file to key: qaHaTBocH4C8qeom3YqgUpi8 (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "qaHaTBocH4C8qeom3YqgUpi8"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:10.967345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.1ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 3], ["blob_id", 3], ["created_at", "2020-01-28 17:11:10.969667"]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:11:10.970829"], ["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d816c775-d850-48f6-8ee7-4327e4595c4f) to Async(default) with arguments: #> Started GET "/de/backend/system/active_storage/attachments" for 127.0.0.1 at 2020-01-28 18:11:10 +0100 [ActiveJob] [ActiveStorage::AnalyzeJob] [b934e08d-f8c0-4014-9088-78af74817068]  Disk Storage (29.7ms) Downloaded file from key: 5k83jxFDYb2wMVdXM68vHkkJ [ActiveJob] [ActiveStorage::AnalyzeJob] [b934e08d-f8c0-4014-9088-78af74817068] Skipping image analysis because the mini_magick gem isn't installed [ActiveJob] [ActiveStorage::AnalyzeJob] [b934e08d-f8c0-4014-9088-78af74817068]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [b934e08d-f8c0-4014-9088-78af74817068] ActiveStorage::Blob Update (0.1ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 2]] [ActiveJob] [ActiveStorage::AnalyzeJob] [b934e08d-f8c0-4014-9088-78af74817068]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [b934e08d-f8c0-4014-9088-78af74817068] Performed ActiveStorage::AnalyzeJob (Job ID: b934e08d-f8c0-4014-9088-78af74817068) from Async(default) in 39.57ms ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [d816c775-d850-48f6-8ee7-4327e4595c4f] Performing ActiveStorage::AnalyzeJob (Job ID: d816c775-d850-48f6-8ee7-4327e4595c4f) from Async(default) with arguments: #> Processing by Cmor::System::ActiveStorage::AttachmentsController#index as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (3.3ms) [ActiveJob] [ActiveStorage::AnalyzeJob] [d816c775-d850-48f6-8ee7-4327e4595c4f]  Disk Storage (49.8ms) Downloaded file from key: qaHaTBocH4C8qeom3YqgUpi8 [ActiveJob] [ActiveStorage::AnalyzeJob] [d816c775-d850-48f6-8ee7-4327e4595c4f] Skipping image analysis because the mini_magick gem isn't installed [ActiveJob] [ActiveStorage::AnalyzeJob] [d816c775-d850-48f6-8ee7-4327e4595c4f]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [d816c775-d850-48f6-8ee7-4327e4595c4f] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 3]] [ActiveJob] [ActiveStorage::AnalyzeJob] [d816c775-d850-48f6-8ee7-4327e4595c4f]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [d816c775-d850-48f6-8ee7-4327e4595c4f] Performed ActiveStorage::AnalyzeJob (Job ID: d816c775-d850-48f6-8ee7-4327e4595c4f) from Async(default) in 158.38ms Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/active_storage/attachments/_index_table.html.haml (4.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (8.4ms) ActiveStorage::Attachment Load (0.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (3.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (10.7ms) ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (1.2ms) ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.9ms) ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (57.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (2.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (4.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (271.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (2.7ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (10.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (4.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (3.7ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (50.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (5.8ms) Completed 200 OK in 2563ms (Views: 2530.5ms | ActiveRecord: 1.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Post Create (0.2ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:11:13.638616"], ["updated_at", "2020-01-28 17:11:13.638616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.6ms) Uploaded file to key: PePcBQHnSDk5ZTrxftxczfRZ (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "PePcBQHnSDk5ZTrxftxczfRZ"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:13.643369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.2ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-28 17:11:13.645811"]] Post Update (2.3ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:11:13.647135"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a9278158-8195-4f51-b4e3-85134498df0a) to Async(default) with arguments: #> Started GET "/de/backend/system/active_storage/attachments/1" for 127.0.0.1 at 2020-01-28 18:11:13 +0100 Processing by Cmor::System::ActiveStorage::AttachmentsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Blob Load (4.9ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [a9278158-8195-4f51-b4e3-85134498df0a] Performing ActiveStorage::AnalyzeJob (Job ID: a9278158-8195-4f51-b4e3-85134498df0a) from Async(default) with arguments: #> [ActiveJob] [ActiveStorage::AnalyzeJob] [a9278158-8195-4f51-b4e3-85134498df0a]  Disk Storage (0.2ms) Downloaded file from key: PePcBQHnSDk5ZTrxftxczfRZ ActiveStorage::Attachment Load (0.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [a9278158-8195-4f51-b4e3-85134498df0a] Skipping image analysis because the mini_magick gem isn't installed [ActiveJob] [ActiveStorage::AnalyzeJob] [a9278158-8195-4f51-b4e3-85134498df0a]  (0.1ms) SAVEPOINT active_record_1 Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application [ActiveJob] [ActiveStorage::AnalyzeJob] [a9278158-8195-4f51-b4e3-85134498df0a] ActiveStorage::Blob Update (0.4ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [a9278158-8195-4f51-b4e3-85134498df0a]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [a9278158-8195-4f51-b4e3-85134498df0a] Performed ActiveStorage::AnalyzeJob (Job ID: a9278158-8195-4f51-b4e3-85134498df0a) from Async(default) in 56.48ms ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (2.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (3.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_association.html.haml (5.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_association.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (30.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (2.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (8.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (210.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.7ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (6.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.7ms) Completed 200 OK in 282ms (Views: 238.7ms | ActiveRecord: 1.4ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Post Create (0.2ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:11:13.962998"], ["updated_at", "2020-01-28 17:11:13.962998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (1.0ms) Uploaded file to key: 6HGA6XuoXQsS3ZqGUZ3PtLqM (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "6HGA6XuoXQsS3ZqGUZ3PtLqM"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:13.969281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.3ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-28 17:11:13.972154"]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:11:13.980329"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83) to Async(default) with arguments: #> Started GET "/de/backend/system/active_storage/attachments/1" for 127.0.0.1 at 2020-01-28 18:11:13 +0100 Processing by Cmor::System::ActiveStorage::AttachmentsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Blob Load (4.8ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83] Performing ActiveStorage::AnalyzeJob (Job ID: a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83) from Async(default) with arguments: #> ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_association.html.haml (3.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_association.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (18.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (2.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (28.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (7.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 58ms (Views: 53.5ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Started DELETE "/de/backend/system/active_storage/attachments/1" for 127.0.0.1 at 2020-01-28 18:11:14 +0100 Processing by Cmor::System::ActiveStorage::AttachmentsController#destroy as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/active_storage/attachments/1]  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Destroy (0.1ms) DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:11:14.075815"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83]  Disk Storage (65.4ms) Downloaded file from key: 6HGA6XuoXQsS3ZqGUZ3PtLqM [ActiveJob] [ActiveStorage::AnalyzeJob] [a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83] Skipping image analysis because the mini_magick gem isn't installed [ActiveJob] [ActiveStorage::AnalyzeJob] [a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83] ActiveStorage::Blob Update (0.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83] Performed ActiveStorage::AnalyzeJob (Job ID: a3b88a8c-bb12-4c7b-8931-5c8efb2e2c83) from Async(default) in 174.99ms Redirected to http://www.example.com/de/backend/system/active_storage/attachments Completed 302 Found in 97ms (ActiveRecord: 0.6ms) Started GET "/de/backend/system/active_storage/attachments" for 127.0.0.1 at 2020-01-28 18:11:14 +0100 Processing by Cmor::System::ActiveStorage::AttachmentsController#index as HTML Parameters: {"locale"=>"de"} [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/active_storage/attachments/1] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/active_storage/attachments/_index_table.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (0.1ms) ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (2.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (7.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (6.4ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments"  (0.2ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (3.4ms) Uploaded file to key: yEW9dkvFMwX2oBGLwdooz9z9 (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "yEW9dkvFMwX2oBGLwdooz9z9"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:14.349265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.5ms) Uploaded file to key: kxoG4tFDKMyaJU9mqe7ujN4T (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "kxoG4tFDKMyaJU9mqe7ujN4T"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:14.353727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.5ms) Uploaded file to key: BoTGgqaa59RZuHwoM1GmSvyR (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "BoTGgqaa59RZuHwoM1GmSvyR"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:14.357647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/active_storage/blobs" for 127.0.0.1 at 2020-01-28 18:11:14 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#index as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/active_storage/blobs/_index_table.html.haml (4.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (0.1ms) ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (34.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (98.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms) Completed 200 OK in 152ms (Views: 137.8ms | ActiveRecord: 0.6ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (0.6ms) Uploaded file to key: EUTb4CcbHeq6q6BmqhHxLR96 (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "EUTb4CcbHeq6q6BmqhHxLR96"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:14.552511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/active_storage/blobs/1" for 127.0.0.1 at 2020-01-28 18:11:14 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (5.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (1.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (66.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 100ms (Views: 84.9ms | ActiveRecord: 0.5ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (0.5ms) Uploaded file to key: yiDXXQ9GkMUnaSpW4xNiMgG8 (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "yiDXXQ9GkMUnaSpW4xNiMgG8"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:14.665681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/active_storage/blobs/1" for 127.0.0.1 at 2020-01-28 18:11:14 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (5.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (9.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.5ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms) Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs" Started DELETE "/de/backend/system/active_storage/blobs/1" for 127.0.0.1 at 2020-01-28 18:11:14 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#destroy as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/active_storage/blobs/1]  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Exists (0.3ms) SELECT 1 AS one FROM "active_storage_attachments" WHERE "active_storage_attachments"."blob_id" = ? LIMIT ? [["blob_id", 1], ["LIMIT", 1]] ActiveStorage::Blob Destroy (0.1ms) DELETE FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 ActiveStorage::Attachment Load (0.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? LIMIT ? [["record_id", 1], ["record_type", "ActiveStorage::Blob"], ["name", "preview_image"], ["LIMIT", 1]] Redirected to http://www.example.com/de/backend/system/active_storage/blobs Completed 302 Found in 47ms (ActiveRecord: 1.0ms) Started GET "/de/backend/system/active_storage/blobs" for 127.0.0.1 at 2020-01-28 18:11:14 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#index as HTML Parameters: {"locale"=>"de"} [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/active_storage/blobs/1] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/active_storage/blobs/_index_table.html.haml (0.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (0.1ms) ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (2.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (7.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.7ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 24ms (Views: 21.6ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/de/backend/system/changelogs" for 127.0.0.1 at 2020-01-28 18:11:14 +0100 Processing by Cmor::System::ChangelogsController#index as HTML Parameters: {"locale"=>"de"} Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/de/backend/system/changelogs/actioncable" for 127.0.0.1 at 2020-01-28 18:11:14 +0100 Processing by Cmor::System::ChangelogsController#show as HTML Parameters: {"locale"=>"de", "id"=>"actioncable"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/changelogs/_show_table.html.haml (3.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (4.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/changelogs/_after_show_table.html.haml (276.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (322.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.6ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (7.3ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 402ms (Views: 379.8ms | ActiveRecord: 0.9ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.3ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:11:15.315816"], ["created_at", "2020-01-28 17:11:15.315956"], ["updated_at", "2020-01-28 17:11:15.315956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.2ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:11:15.318876"], ["created_at", "2020-01-28 17:11:15.318938"], ["updated_at", "2020-01-28 17:11:15.318938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.1ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:11:15.321546"], ["created_at", "2020-01-28 17:11:15.321593"], ["updated_at", "2020-01-28 17:11:15.321593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/delayed_backend_active_record_jobs" for 127.0.0.1 at 2020-01-28 18:11:15 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#index as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table.html.haml (3.8ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml (8.4ms) Delayed::Backend::ActiveRecord::Job Load (0.3ms) SELECT "delayed_jobs".* FROM "delayed_jobs" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (30.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (128.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (6.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 198ms (Views: 182.0ms | ActiveRecord: 0.6ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Started GET "/de/backend/system/delayed_backend_active_record_jobs/new" for 127.0.0.1 at 2020-01-28 18:11:15 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/new.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form_errors.html.haml (3.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form.html.haml (45.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form_buttons.html.haml (3.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_new_actions.html.haml (3.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/new.html.haml within layouts/administrador/application (346.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 395ms (Views: 362.9ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" Started POST "/de/backend/system/delayed_backend_active_record_jobs" for 127.0.0.1 at 2020-01-28 18:11:15 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#create as HTML Parameters: {"utf8"=>"✓", "delayed_backend_active_record_job"=>{"priority"=>"0", "attempts"=>"0", "handler"=>"", "last_error"=>"", "run_at(3i)"=>"28", "run_at(2i)"=>"1", "run_at(1i)"=>"2020", "run_at(4i)"=>"17", "run_at(5i)"=>"11", "locked_at(3i)"=>"28", "locked_at(2i)"=>"1", "locked_at(1i)"=>"2020", "locked_at(4i)"=>"17", "locked_at(5i)"=>"11", "failed_at(3i)"=>"28", "failed_at(2i)"=>"1", "failed_at(1i)"=>"2020", "failed_at(4i)"=>"17", "failed_at(5i)"=>"11", "locked_by"=>"", "queue"=>""}, "commit"=>"Hintergrundjob erstellen", "locale"=>"de"} [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/new]  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.3ms) INSERT INTO "delayed_jobs" ("handler", "last_error", "run_at", "locked_at", "failed_at", "locked_by", "queue", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["handler", ""], ["last_error", ""], ["run_at", "2020-01-28 17:11:00"], ["locked_at", "2020-01-28 17:11:00"], ["failed_at", "2020-01-28 17:11:00"], ["locked_by", ""], ["queue", ""], ["created_at", "2020-01-28 17:11:15.963416"], ["updated_at", "2020-01-28 17:11:15.963416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1 Completed 302 Found in 67ms (ActiveRecord: 0.5ms) Started GET "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:11:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.2ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/new] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (7.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_show_actions.html.haml (6.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (61.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.7ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 91ms (Views: 76.0ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" Delayed::Backend::ActiveRecord::Job Load (0.2ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY "delayed_jobs"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.2ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:11:16.129623"], ["created_at", "2020-01-28 17:11:16.129682"], ["updated_at", "2020-01-28 17:11:16.129682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:11:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (7.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_show_actions.html.haml (1.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (12.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.2ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (7.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 34ms (Views: 31.6ms | ActiveRecord: 0.7ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.4ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:11:16.177451"], ["created_at", "2020-01-28 17:11:16.177513"], ["updated_at", "2020-01-28 17:11:16.177513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/delayed_backend_active_record_jobs/1/edit" for 127.0.0.1 at 2020-01-28 18:11:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#edit as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/edit.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form_errors.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form.html.haml (30.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form_buttons.html.haml (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_edit_actions.html.haml (5.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/edit.html.haml within layouts/administrador/application (78.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 128ms (Views: 94.8ms | ActiveRecord: 0.5ms) Started PATCH "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:11:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#update as HTML Parameters: {"utf8"=>"✓", "delayed_backend_active_record_job"=>{"priority"=>"0", "attempts"=>"0", "handler"=>"handler", "last_error"=>"", "run_at(3i)"=>"28", "run_at(2i)"=>"1", "run_at(1i)"=>"2020", "run_at(4i)"=>"17", "run_at(5i)"=>"11", "locked_at(3i)"=>"28", "locked_at(2i)"=>"1", "locked_at(1i)"=>"2020", "locked_at(4i)"=>"17", "locked_at(5i)"=>"11", "failed_at(3i)"=>"28", "failed_at(2i)"=>"1", "failed_at(1i)"=>"2020", "failed_at(4i)"=>"17", "failed_at(5i)"=>"11", "locked_by"=>"", "queue"=>"different_queue"}, "commit"=>"Hintergrundjob aktualisieren", "locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1/edit]  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Update (0.2ms) UPDATE "delayed_jobs" SET "last_error" = ?, "locked_by" = ?, "queue" = ?, "run_at" = ?, "locked_at" = ?, "failed_at" = ?, "updated_at" = ? WHERE "delayed_jobs"."id" = ? [["last_error", ""], ["locked_by", ""], ["queue", "different_queue"], ["run_at", "2020-01-28 17:11:00"], ["locked_at", "2020-01-28 17:11:00"], ["failed_at", "2020-01-28 17:11:00"], ["updated_at", "2020-01-28 17:11:16.352935"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1 Completed 302 Found in 67ms (ActiveRecord: 0.5ms) Started GET "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:11:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1/edit] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (7.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_show_actions.html.haml (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (11.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.4ms) Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.2ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:11:16.456692"], ["created_at", "2020-01-28 17:11:16.456747"], ["updated_at", "2020-01-28 17:11:16.456747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:11:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (7.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_show_actions.html.haml (1.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (11.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" Started DELETE "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:11:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#destroy as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1]  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Destroy (0.1ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/backend/system/delayed_backend_active_record_jobs Completed 302 Found in 19ms (ActiveRecord: 0.4ms) Started GET "/de/backend/system/delayed_backend_active_record_jobs" for 127.0.0.1 at 2020-01-28 18:11:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#index as HTML Parameters: {"locale"=>"de"} [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table.html.haml (0.6ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml (0.1ms) Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (3.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (8.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.2ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 37.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (0.7ms) Uploaded file to key: dTnXwvBxb5q1sz4V9RoFEY9f (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) rollback transaction  (0.2ms) begin transaction  Disk Storage (1.2ms) Uploaded file to key: sZoX6LX7LPetJEHdVyYSnShV (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.2ms) SAVEPOINT active_record_1 Post Create (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:11:16.778490"], ["updated_at", "2020-01-28 17:11:16.778490"]] ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "sZoX6LX7LPetJEHdVyYSnShV"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:16.780606"]] ActiveStorage::Attachment Create (0.2ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-28 17:11:16.782549"]] Post Update (0.2ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:11:16.783720"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 4ab84466-137c-487f-aa5e-0df1a34fe9d0) to Async(default) with arguments: #> ActiveStorage::Blob Load (1.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [4ab84466-137c-487f-aa5e-0df1a34fe9d0] Performing ActiveStorage::AnalyzeJob (Job ID: 4ab84466-137c-487f-aa5e-0df1a34fe9d0) from Async(default) with arguments: #>  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction [ActiveJob] [ActiveStorage::AnalyzeJob] [4ab84466-137c-487f-aa5e-0df1a34fe9d0]  Disk Storage (7.2ms) Downloaded file from key: sZoX6LX7LPetJEHdVyYSnShV [ActiveJob] [ActiveStorage::AnalyzeJob] [4ab84466-137c-487f-aa5e-0df1a34fe9d0] Skipping image analysis because the mini_magick gem isn't installed [ActiveJob] [ActiveStorage::AnalyzeJob] [4ab84466-137c-487f-aa5e-0df1a34fe9d0]  (0.1ms) begin transaction [ActiveJob] [ActiveStorage::AnalyzeJob] [4ab84466-137c-487f-aa5e-0df1a34fe9d0] ActiveStorage::Blob Update (0.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [4ab84466-137c-487f-aa5e-0df1a34fe9d0]  (0.1ms) commit transaction [ActiveJob] [ActiveStorage::AnalyzeJob] [4ab84466-137c-487f-aa5e-0df1a34fe9d0] Performed ActiveStorage::AnalyzeJob (Job ID: 4ab84466-137c-487f-aa5e-0df1a34fe9d0) from Async(default) in 17.6ms  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (1.0ms) Uploaded file to key: pNptiSgGcoegZMiaAvcETCth (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (0.7ms) Uploaded file to key: C8G5cFjPsZN2Q9Ydx2CJ3dzQ (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "C8G5cFjPsZN2Q9Ydx2CJ3dzQ"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:11:16.899674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.4ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:11:16.929600"], ["created_at", "2020-01-28 17:11:16.929812"], ["updated_at", "2020-01-28 17:11:16.929812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.6ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Post Create (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:15:12.832601"], ["updated_at", "2020-01-28 17:15:12.832601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.7ms) Uploaded file to key: d72AwmhJ3n4AE3yMtCBWLKzC (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "d72AwmhJ3n4AE3yMtCBWLKzC"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:12.979867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.2ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-28 17:15:12.986830"]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:15:12.988334"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: a8c1f951-2c1e-47a8-80c6-f263d1cd51bd) to Async(default) with arguments: #> ActiveStorage::Blob Load (1.5ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [a8c1f951-2c1e-47a8-80c6-f263d1cd51bd] Performing ActiveStorage::AnalyzeJob (Job ID: a8c1f951-2c1e-47a8-80c6-f263d1cd51bd) from Async(default) with arguments: #> Post Create (0.2ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:15:13.011516"], ["updated_at", "2020-01-28 17:15:13.011516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.6ms) Uploaded file to key: xxXPp1mpoasrBznSKYn4dBAn (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "xxXPp1mpoasrBznSKYn4dBAn"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:13.017112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.1ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 2], ["blob_id", 2], ["created_at", "2020-01-28 17:15:13.019615"]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:15:13.020810"], ["id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: e873d92a-9ff4-4664-b0a2-eafab4e35978) to Async(default) with arguments: #>  (0.1ms) SAVEPOINT active_record_1 Post Create (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:15:13.023742"], ["updated_at", "2020-01-28 17:15:13.023742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 ActiveStorage::Blob Load (0.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [e873d92a-9ff4-4664-b0a2-eafab4e35978] Performing ActiveStorage::AnalyzeJob (Job ID: e873d92a-9ff4-4664-b0a2-eafab4e35978) from Async(default) with arguments: #> [ActiveJob] [ActiveStorage::AnalyzeJob] [a8c1f951-2c1e-47a8-80c6-f263d1cd51bd]  Disk Storage (3.7ms) Downloaded file from key: d72AwmhJ3n4AE3yMtCBWLKzC [ActiveJob] [ActiveStorage::AnalyzeJob] [a8c1f951-2c1e-47a8-80c6-f263d1cd51bd] Skipping image analysis because the mini_magick gem isn't installed [ActiveJob] [ActiveStorage::AnalyzeJob] [a8c1f951-2c1e-47a8-80c6-f263d1cd51bd]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [a8c1f951-2c1e-47a8-80c6-f263d1cd51bd] ActiveStorage::Blob Update (0.1ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [e873d92a-9ff4-4664-b0a2-eafab4e35978]  Disk Storage (8.7ms) Downloaded file from key: xxXPp1mpoasrBznSKYn4dBAn  Disk Storage (10.1ms) Uploaded file to key: JbJaAhVpr1V51SxJTyM3D2zF (checksum: LRgZFfo35M6x3xVHGOISeQ==) [ActiveJob] [ActiveStorage::AnalyzeJob] [a8c1f951-2c1e-47a8-80c6-f263d1cd51bd]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [e873d92a-9ff4-4664-b0a2-eafab4e35978] Skipping image analysis because the mini_magick gem isn't installed [ActiveJob] [ActiveStorage::AnalyzeJob] [a8c1f951-2c1e-47a8-80c6-f263d1cd51bd] Performed ActiveStorage::AnalyzeJob (Job ID: a8c1f951-2c1e-47a8-80c6-f263d1cd51bd) from Async(default) in 34.92ms  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "JbJaAhVpr1V51SxJTyM3D2zF"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:13.048608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [e873d92a-9ff4-4664-b0a2-eafab4e35978]  (0.0ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [e873d92a-9ff4-4664-b0a2-eafab4e35978] ActiveStorage::Blob Update (0.1ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 2]] [ActiveJob] [ActiveStorage::AnalyzeJob] [e873d92a-9ff4-4664-b0a2-eafab4e35978]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [e873d92a-9ff4-4664-b0a2-eafab4e35978] Performed ActiveStorage::AnalyzeJob (Job ID: e873d92a-9ff4-4664-b0a2-eafab4e35978) from Async(default) in 18.99ms  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.1ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 3], ["blob_id", 3], ["created_at", "2020-01-28 17:15:13.053612"]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:15:13.054787"], ["id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: d52d29e9-0e93-4a37-93af-0625e5c419a8) to Async(default) with arguments: #> Started GET "/de/backend/system/active_storage/attachments" for 127.0.0.1 at 2020-01-28 18:15:13 +0100 Processing by Cmor::System::ActiveStorage::AttachmentsController#index as HTML Parameters: {"locale"=>"de"} ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application [ActiveJob] [ActiveStorage::AnalyzeJob] [d52d29e9-0e93-4a37-93af-0625e5c419a8] Performing ActiveStorage::AnalyzeJob (Job ID: d52d29e9-0e93-4a37-93af-0625e5c419a8) from Async(default) with arguments: #> Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (3.3ms) [ActiveJob] [ActiveStorage::AnalyzeJob] [d52d29e9-0e93-4a37-93af-0625e5c419a8]  Disk Storage (46.8ms) Downloaded file from key: JbJaAhVpr1V51SxJTyM3D2zF [ActiveJob] [ActiveStorage::AnalyzeJob] [d52d29e9-0e93-4a37-93af-0625e5c419a8] Skipping image analysis because the mini_magick gem isn't installed [ActiveJob] [ActiveStorage::AnalyzeJob] [d52d29e9-0e93-4a37-93af-0625e5c419a8]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [d52d29e9-0e93-4a37-93af-0625e5c419a8] ActiveStorage::Blob Update (0.1ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 3]] [ActiveJob] [ActiveStorage::AnalyzeJob] [d52d29e9-0e93-4a37-93af-0625e5c419a8]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [d52d29e9-0e93-4a37-93af-0625e5c419a8] Performed ActiveStorage::AnalyzeJob (Job ID: d52d29e9-0e93-4a37-93af-0625e5c419a8) from Async(default) in 58.08ms Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/active_storage/attachments/_index_table.html.haml (3.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (10.8ms) ActiveStorage::Attachment Load (0.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (2.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (9.0ms) ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (1.1ms) ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (1.1ms) ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (48.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (2.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (3.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (308.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (2.3ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (19.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (6.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (3.5ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (49.4ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (5.2ms) Completed 200 OK in 1098ms (Views: 1054.2ms | ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Post Create (0.3ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:15:14.267044"], ["updated_at", "2020-01-28 17:15:14.267044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.6ms) Uploaded file to key: BvRwN2rrUPcdfd8n1gDqFawB (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "BvRwN2rrUPcdfd8n1gDqFawB"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:14.271589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.2ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-28 17:15:14.274137"]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:15:14.275381"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5) to Async(default) with arguments: #> Started GET "/de/backend/system/active_storage/attachments/1" for 127.0.0.1 at 2020-01-28 18:15:14 +0100 ActiveStorage::Blob Load (4.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5] Performing ActiveStorage::AnalyzeJob (Job ID: 7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5) from Async(default) with arguments: #> Processing by Cmor::System::ActiveStorage::AttachmentsController#show as HTML [ActiveJob] [ActiveStorage::AnalyzeJob] [7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5]  Disk Storage (14.4ms) Downloaded file from key: BvRwN2rrUPcdfd8n1gDqFawB Parameters: {"locale"=>"de", "id"=>"1"} [ActiveJob] [ActiveStorage::AnalyzeJob] [7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5] Skipping image analysis because the mini_magick gem isn't installed ActiveStorage::Attachment Load (0.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application [ActiveJob] [ActiveStorage::AnalyzeJob] [7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5] ActiveStorage::Blob Update (0.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5] Performed ActiveStorage::AnalyzeJob (Job ID: 7ce9f0bc-913b-4c35-89a1-7b1cf3fcc6c5) from Async(default) in 70.53ms ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (2.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (3.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_association.html.haml (5.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_association.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (26.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (2.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (5.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (216.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 265ms (Views: 232.5ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Post Create (0.3ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:15:14.584575"], ["updated_at", "2020-01-28 17:15:14.584575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.7ms) Uploaded file to key: kc6tSy4nscztYUiueCfAGegB (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "kc6tSy4nscztYUiueCfAGegB"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:14.612841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Create (0.2ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-28 17:15:14.615262"]] Post Update (0.1ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:15:14.616429"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 60958fee-3bc4-4c5b-aa5f-dc606f76c7ae) to Async(default) with arguments: #> Started GET "/de/backend/system/active_storage/attachments/1" for 127.0.0.1 at 2020-01-28 18:15:14 +0100 Processing by Cmor::System::ActiveStorage::AttachmentsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [60958fee-3bc4-4c5b-aa5f-dc606f76c7ae] Performing ActiveStorage::AnalyzeJob (Job ID: 60958fee-3bc4-4c5b-aa5f-dc606f76c7ae) from Async(default) with arguments: #> ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_association.html.haml (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_association.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (5.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (13.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.2ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (6.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms) Completed 200 OK in 34ms (Views: 30.6ms | ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Started DELETE "/de/backend/system/active_storage/attachments/1" for 127.0.0.1 at 2020-01-28 18:15:14 +0100 Processing by Cmor::System::ActiveStorage::AttachmentsController#destroy as HTML [ActiveJob] [ActiveStorage::AnalyzeJob] [60958fee-3bc4-4c5b-aa5f-dc606f76c7ae]  Disk Storage (17.4ms) Downloaded file from key: kc6tSy4nscztYUiueCfAGegB Parameters: {"locale"=>"de", "id"=>"1"} [ActiveJob] [ActiveStorage::AnalyzeJob] [60958fee-3bc4-4c5b-aa5f-dc606f76c7ae] Skipping image analysis because the mini_magick gem isn't installed ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/active_storage/attachments/1] [ActiveJob] [ActiveStorage::AnalyzeJob] [60958fee-3bc4-4c5b-aa5f-dc606f76c7ae]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [60958fee-3bc4-4c5b-aa5f-dc606f76c7ae] ActiveStorage::Blob Update (0.1ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [60958fee-3bc4-4c5b-aa5f-dc606f76c7ae]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ActiveStorage::AnalyzeJob] [60958fee-3bc4-4c5b-aa5f-dc606f76c7ae] Performed ActiveStorage::AnalyzeJob (Job ID: 60958fee-3bc4-4c5b-aa5f-dc606f76c7ae) from Async(default) in 63.28ms  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Destroy (0.2ms) DELETE FROM "active_storage_attachments" WHERE "active_storage_attachments"."id" = ? [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Post Update (0.2ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:15:14.691805"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/backend/system/active_storage/attachments Completed 302 Found in 75ms (ActiveRecord: 0.8ms) Started GET "/de/backend/system/active_storage/attachments" for 127.0.0.1 at 2020-01-28 18:15:14 +0100 Processing by Cmor::System::ActiveStorage::AttachmentsController#index as HTML Parameters: {"locale"=>"de"} [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/active_storage/attachments/1] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/active_storage/attachments/_index_table.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (0.1ms) ActiveStorage::Attachment Load (0.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (5.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.7ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments"  (0.2ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (0.6ms) Uploaded file to key: UFZpwtMcXFWg4DobzR39hofU (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "UFZpwtMcXFWg4DobzR39hofU"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:14.795125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.6ms) Uploaded file to key: V1afuALSJzpRpCifsnAeQWiE (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.1ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "V1afuALSJzpRpCifsnAeQWiE"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:14.799699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  Disk Storage (0.6ms) Uploaded file to key: mQL8JjXA8QsYTKkZcq7wH2er (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.2ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "mQL8JjXA8QsYTKkZcq7wH2er"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:14.835196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/active_storage/blobs" for 127.0.0.1 at 2020-01-28 18:15:14 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#index as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/active_storage/blobs/_index_table.html.haml (5.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (0.1ms) ActiveStorage::Blob Load (0.3ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (36.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (106.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 162ms (Views: 147.3ms | ActiveRecord: 0.6ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (0.6ms) Uploaded file to key: meso4MFkX8A2P1EJDurmGKhE (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "meso4MFkX8A2P1EJDurmGKhE"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:15.011239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/active_storage/blobs/1" for 127.0.0.1 at 2020-01-28 18:15:15 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (6.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (65.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 94ms (Views: 80.7ms | ActiveRecord: 0.4ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (0.7ms) Uploaded file to key: JpBNdvYnjnikW4UqycMs6S56 (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "JpBNdvYnjnikW4UqycMs6S56"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:15.118336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/active_storage/blobs/1" for 127.0.0.1 at 2020-01-28 18:15:15 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (5.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (10.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.5ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (7.8ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.3ms) Completed 200 OK in 31ms (Views: 28.9ms | ActiveRecord: 0.8ms)  (0.3ms) SELECT COUNT(*) FROM "active_storage_blobs" Started DELETE "/de/backend/system/active_storage/blobs/1" for 127.0.0.1 at 2020-01-28 18:15:15 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#destroy as HTML Parameters: {"locale"=>"de", "id"=>"1"} ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/active_storage/blobs/1]  (0.1ms) SAVEPOINT active_record_1 ActiveStorage::Attachment Exists (0.2ms) SELECT 1 AS one FROM "active_storage_attachments" WHERE "active_storage_attachments"."blob_id" = ? LIMIT ? [["blob_id", 1], ["LIMIT", 1]] ActiveStorage::Blob Destroy (0.1ms) DELETE FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 ActiveStorage::Attachment Load (0.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? LIMIT ? [["record_id", 1], ["record_type", "ActiveStorage::Blob"], ["name", "preview_image"], ["LIMIT", 1]] Redirected to http://www.example.com/de/backend/system/active_storage/blobs Completed 302 Found in 52ms (ActiveRecord: 1.0ms) Started GET "/de/backend/system/active_storage/blobs" for 127.0.0.1 at 2020-01-28 18:15:15 +0100 Processing by Cmor::System::ActiveStorage::BlobsController#index as HTML Parameters: {"locale"=>"de"} [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/active_storage/blobs/1] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/active_storage/blobs/_index_table.html.haml (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (0.1ms) ActiveStorage::Blob Load (0.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (3.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (9.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms) Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.2ms) rollback transaction  (0.1ms) begin transaction Started GET "/de/backend/system/changelogs" for 127.0.0.1 at 2020-01-28 18:15:15 +0100 Processing by Cmor::System::ChangelogsController#index as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.2ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/changelogs/_index_table.html.haml (14.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table_actions.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (7.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (198.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (278.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (6.7ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 347ms (Views: 325.2ms | ActiveRecord: 0.4ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/de/backend/system/changelogs/actioncable" for 127.0.0.1 at 2020-01-28 18:15:15 +0100 Processing by Cmor::System::ChangelogsController#show as HTML Parameters: {"locale"=>"de", "id"=>"actioncable"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/changelogs/_show_table.html.haml (3.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (2.5ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/changelogs/_after_show_table.html.haml (244.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_actions.html.haml (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (284.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.2ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.7ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 325ms (Views: 303.3ms | ActiveRecord: 0.4ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.6ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:15:16.009885"], ["created_at", "2020-01-28 17:15:16.009987"], ["updated_at", "2020-01-28 17:15:16.009987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.2ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:15:16.013532"], ["created_at", "2020-01-28 17:15:16.013599"], ["updated_at", "2020-01-28 17:15:16.013599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.1ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:15:16.015552"], ["created_at", "2020-01-28 17:15:16.015591"], ["updated_at", "2020-01-28 17:15:16.015591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/delayed_backend_active_record_jobs" for 127.0.0.1 at 2020-01-28 18:15:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#index as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table.html.haml (3.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml (6.8ms) Delayed::Backend::ActiveRecord::Job Load (0.3ms) SELECT "delayed_jobs".* FROM "delayed_jobs" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (25.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (131.0ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.4ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms) Completed 200 OK in 191ms (Views: 176.6ms | ActiveRecord: 0.7ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started GET "/de/backend/system/delayed_backend_active_record_jobs/new" for 127.0.0.1 at 2020-01-28 18:15:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#new as HTML Parameters: {"locale"=>"de"} Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/new.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form_errors.html.haml (3.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form.html.haml (44.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form_buttons.html.haml (3.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_new_actions.html.haml (3.9ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/new.html.haml within layouts/administrador/application (301.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.9ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 352ms (Views: 318.0ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" Started POST "/de/backend/system/delayed_backend_active_record_jobs" for 127.0.0.1 at 2020-01-28 18:15:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#create as HTML Parameters: {"utf8"=>"✓", "delayed_backend_active_record_job"=>{"priority"=>"0", "attempts"=>"0", "handler"=>"", "last_error"=>"", "run_at(3i)"=>"28", "run_at(2i)"=>"1", "run_at(1i)"=>"2020", "run_at(4i)"=>"17", "run_at(5i)"=>"15", "locked_at(3i)"=>"28", "locked_at(2i)"=>"1", "locked_at(1i)"=>"2020", "locked_at(4i)"=>"17", "locked_at(5i)"=>"15", "failed_at(3i)"=>"28", "failed_at(2i)"=>"1", "failed_at(1i)"=>"2020", "failed_at(4i)"=>"17", "failed_at(5i)"=>"15", "locked_by"=>"", "queue"=>""}, "commit"=>"Hintergrundjob erstellen", "locale"=>"de"} [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/new]  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.4ms) INSERT INTO "delayed_jobs" ("handler", "last_error", "run_at", "locked_at", "failed_at", "locked_by", "queue", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["handler", ""], ["last_error", ""], ["run_at", "2020-01-28 17:15:00"], ["locked_at", "2020-01-28 17:15:00"], ["failed_at", "2020-01-28 17:15:00"], ["locked_by", ""], ["queue", ""], ["created_at", "2020-01-28 17:15:16.606616"], ["updated_at", "2020-01-28 17:15:16.606616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1 Completed 302 Found in 67ms (ActiveRecord: 0.6ms) Started GET "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:15:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.2ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/new] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (8.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_show_actions.html.haml (6.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (62.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.8ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.1ms) Completed 200 OK in 94ms (Views: 77.7ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" Delayed::Backend::ActiveRecord::Job Load (0.2ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY "delayed_jobs"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.3ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:15:16.776494"], ["created_at", "2020-01-28 17:15:16.776559"], ["updated_at", "2020-01-28 17:15:16.776559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:15:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (7.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_show_actions.html.haml (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (11.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (6.6ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms) Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.6ms)  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.3ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:15:16.818623"], ["created_at", "2020-01-28 17:15:16.818691"], ["updated_at", "2020-01-28 17:15:16.818691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/delayed_backend_active_record_jobs/1/edit" for 127.0.0.1 at 2020-01-28 18:15:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#edit as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/edit.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form_errors.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form.html.haml (32.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_form_buttons.html.haml (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_edit_actions.html.haml (5.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/edit.html.haml within layouts/administrador/application (80.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.2ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms) Completed 200 OK in 133ms (Views: 97.5ms | ActiveRecord: 0.4ms) Started PATCH "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:15:16 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#update as HTML Parameters: {"utf8"=>"✓", "delayed_backend_active_record_job"=>{"priority"=>"0", "attempts"=>"0", "handler"=>"handler", "last_error"=>"", "run_at(3i)"=>"28", "run_at(2i)"=>"1", "run_at(1i)"=>"2020", "run_at(4i)"=>"17", "run_at(5i)"=>"15", "locked_at(3i)"=>"28", "locked_at(2i)"=>"1", "locked_at(1i)"=>"2020", "locked_at(4i)"=>"17", "locked_at(5i)"=>"15", "failed_at(3i)"=>"28", "failed_at(2i)"=>"1", "failed_at(1i)"=>"2020", "failed_at(4i)"=>"17", "failed_at(5i)"=>"15", "locked_by"=>"", "queue"=>"different_queue"}, "commit"=>"Hintergrundjob aktualisieren", "locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1/edit]  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Update (0.2ms) UPDATE "delayed_jobs" SET "last_error" = ?, "locked_by" = ?, "queue" = ?, "run_at" = ?, "locked_at" = ?, "failed_at" = ?, "updated_at" = ? WHERE "delayed_jobs"."id" = ? [["last_error", ""], ["locked_by", ""], ["queue", "different_queue"], ["run_at", "2020-01-28 17:15:00"], ["locked_at", "2020-01-28 17:15:00"], ["failed_at", "2020-01-28 17:15:00"], ["updated_at", "2020-01-28 17:15:17.000091"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1 Completed 302 Found in 67ms (ActiveRecord: 0.5ms) Started GET "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:15:17 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1/edit] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (7.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.0ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_show_actions.html.haml (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (11.7ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.8ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms) Completed 200 OK in 29ms (Views: 26.6ms | ActiveRecord: 0.4ms) Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.3ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:15:17.104079"], ["created_at", "2020-01-28 17:15:17.104135"], ["updated_at", "2020-01-28 17:15:17.104135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:15:17 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#show as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_show_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_show_table.html.haml (0.4ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/table/body_cells/_default.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_resource_table.html.haml (7.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_show_table.html.haml (0.1ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_show_actions.html.haml (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/show.html.haml within layouts/administrador/application (12.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.0ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.3ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.2ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (5.7ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.3ms) Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" Started DELETE "/de/backend/system/delayed_backend_active_record_jobs/1" for 127.0.0.1 at 2020-01-28 18:15:17 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#destroy as HTML Parameters: {"locale"=>"de", "id"=>"1"} Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1]  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Destroy (0.1ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/de/backend/system/delayed_backend_active_record_jobs Completed 302 Found in 21ms (ActiveRecord: 0.4ms) Started GET "/de/backend/system/delayed_backend_active_record_jobs" for 127.0.0.1 at 2020-01-28 18:15:17 +0100 Processing by Cmor::System::DelayedBackendActiveRecordJobsController#index as HTML Parameters: {"locale"=>"de"} [LocationHistoryConcern] Storing last location [http://www.example.com/de/backend/system/delayed_backend_active_record_jobs/1] Rendering /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_before_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_table.html.haml (0.3ms) Rendered /home/vagrant/rails/cmor/cmor/cmor_system/app/views/cmor/system/delayed_backend_active_record_jobs/_index_table_actions.html.haml (0.1ms) Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/rao-component-0.0.38.pre/app/views/rao/component/_collection_table.html.haml (3.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_after_index_table.html.haml (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_index_actions.html.haml (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/index.html.haml within layouts/administrador/application (7.8ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/resources_controller/base/_html_head_extras.html.haml (0.1ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/_navbar.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/breadcrumbs/_render.html.haml (0.2ms) Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_flash_messages.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_blobs"  (0.1ms) SELECT COUNT(*) FROM "active_storage_attachments" Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :resource_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application/sidebars/_engine.html.haml (4.8ms) Administrador: The namespace Cmor::System either does not define a Configuration class or the class Cmor::System::Configuration does not respond_to :sidebar_controllers. Rendered /home/vagrant/.rvm/gems/ruby-2.4.0@cmor/gems/administrador-0.0.22.pre/app/views/administrador/application_view_helper/_render_engine_sidebars.html.haml (0.2ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (1.4ms) Uploaded file to key: HTpmYShupi5EJNrradja6mVL (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (0.7ms) Uploaded file to key: mrpwPSd8RMydrLgNTDpdxX5k (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.2ms) SAVEPOINT active_record_1 Post Create (0.6ms) INSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "MyString"], ["created_at", "2020-01-28 17:15:17.396160"], ["updated_at", "2020-01-28 17:15:17.396160"]] ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "mrpwPSd8RMydrLgNTDpdxX5k"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:17.398509"]] ActiveStorage::Attachment Create (0.9ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "example.png"], ["record_type", "Post"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-28 17:15:17.400290"]] Post Update (0.6ms) UPDATE "posts" SET "updated_at" = ? WHERE "posts"."id" = ? [["updated_at", "2020-01-28 17:15:17.403543"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 9e3d61bd-7edc-4602-947a-5b4a04256499) to Async(default) with arguments: #> ActiveStorage::Blob Load (1.0ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] [ActiveJob] [ActiveStorage::AnalyzeJob] [9e3d61bd-7edc-4602-947a-5b4a04256499] Performing ActiveStorage::AnalyzeJob (Job ID: 9e3d61bd-7edc-4602-947a-5b4a04256499) from Async(default) with arguments: #>  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction [ActiveJob] [ActiveStorage::AnalyzeJob] [9e3d61bd-7edc-4602-947a-5b4a04256499]  Disk Storage (11.3ms) Downloaded file from key: mrpwPSd8RMydrLgNTDpdxX5k  (0.3ms) begin transaction [ActiveJob] [ActiveStorage::AnalyzeJob] [9e3d61bd-7edc-4602-947a-5b4a04256499] Skipping image analysis because the mini_magick gem isn't installed  (0.1ms) rollback transaction [ActiveJob] [ActiveStorage::AnalyzeJob] [9e3d61bd-7edc-4602-947a-5b4a04256499]  (0.1ms) begin transaction [ActiveJob] [ActiveStorage::AnalyzeJob] [9e3d61bd-7edc-4602-947a-5b4a04256499] ActiveStorage::Blob Update (0.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]]  (0.1ms) begin transaction [ActiveJob] [ActiveStorage::AnalyzeJob] [9e3d61bd-7edc-4602-947a-5b4a04256499]  (0.0ms) commit transaction [ActiveJob] [ActiveStorage::AnalyzeJob] [9e3d61bd-7edc-4602-947a-5b4a04256499] Performed ActiveStorage::AnalyzeJob (Job ID: 9e3d61bd-7edc-4602-947a-5b4a04256499) from Async(default) in 78.18ms  Disk Storage (0.7ms) Uploaded file to key: hrk7FyAW9UPTARPBoaLC5S6R (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.1ms) rollback transaction  (0.1ms) begin transaction  Disk Storage (1.4ms) Uploaded file to key: zetP27EpeZ3wJrz3rrqzGnGX (checksum: LRgZFfo35M6x3xVHGOISeQ==)  (0.2ms) SAVEPOINT active_record_1 ActiveStorage::Blob Create (0.5ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "zetP27EpeZ3wJrz3rrqzGnGX"], ["filename", "example.png"], ["content_type", "image/jpeg"], ["metadata", "{\"identified\":true}"], ["byte_size", 13774], ["checksum", "LRgZFfo35M6x3xVHGOISeQ=="], ["created_at", "2020-01-28 17:15:17.504967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Delayed::Backend::ActiveRecord::Job Create (0.3ms) INSERT INTO "delayed_jobs" ("handler", "run_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["handler", "handler"], ["run_at", "2020-01-28 17:15:17.545756"], ["created_at", "2020-01-28 17:15:17.545836"], ["updated_at", "2020-01-28 17:15:17.545836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction