Created
March 21, 2019 18:15
-
-
Save haberbyte/78a8c9b769ba4feca677c12557441130 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [email protected] in ~/Projects/rax on git:master x [19:12:41] | |
$ rails s | |
=> Booting Puma | |
=> Rails 6.0.0.beta3 application starting in development | |
=> Run `rails server --help` for more startup options | |
[email protected]: autoload set for EmailValidator, to be loaded from /Users/jan/Projects/rax/app/validators/email_validator.rb | |
[email protected]: autoload set for IssuesEvent, to be loaded from /Users/jan/Projects/rax/app/models/events/issues_event.rb | |
[email protected]: autoload set for CreateEvent, to be loaded from /Users/jan/Projects/rax/app/models/events/create_event.rb | |
[email protected]: autoload set for PlanChannel, to be loaded from /Users/jan/Projects/rax/app/channels/plan_channel.rb | |
[email protected]: autoload set for ApplicationCable, to be autovivified from /Users/jan/Projects/rax/app/channels/application_cable | |
[email protected]: autoload set for CommentsChannel, to be loaded from /Users/jan/Projects/rax/app/channels/comments_channel.rb | |
[email protected]: autoload set for SettingsController, to be loaded from /Users/jan/Projects/rax/app/controllers/settings_controller.rb | |
[email protected]: autoload set for Settings, to be autovivified from /Users/jan/Projects/rax/app/controllers/settings | |
[email protected]: autoload set for ApplicationController, to be loaded from /Users/jan/Projects/rax/app/controllers/application_controller.rb | |
[email protected]: autoload set for CommentsController, to be loaded from /Users/jan/Projects/rax/app/controllers/comments_controller.rb | |
[email protected]: autoload set for Projects, to be autovivified from /Users/jan/Projects/rax/app/controllers/projects | |
[email protected]: autoload set for Articles, to be autovivified from /Users/jan/Projects/rax/app/controllers/articles | |
[email protected]: autoload set for ArticlesController, to be loaded from /Users/jan/Projects/rax/app/controllers/articles_controller.rb | |
[email protected]: autoload set for Authentication, to be autovivified from /Users/jan/Projects/rax/app/controllers/authentication | |
[email protected]: autoload set for ProjectsController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects_controller.rb | |
[email protected]: autoload set for SetCurrentRequestDetails, to be loaded from /Users/jan/Projects/rax/app/controllers/concerns/set_current_request_details.rb | |
[email protected]: autoload set for Authenticate, to be loaded from /Users/jan/Projects/rax/app/controllers/concerns/authenticate.rb | |
[email protected]: autoload set for RequireAccount, to be loaded from /Users/jan/Projects/rax/app/controllers/concerns/require_account.rb | |
[email protected]: autoload set for SetLocale, to be loaded from /Users/jan/Projects/rax/app/controllers/concerns/set_locale.rb | |
[email protected]: autoload set for ProjectScoped, to be loaded from /Users/jan/Projects/rax/app/controllers/concerns/project_scoped.rb | |
[email protected]: autoload set for ForgeryProtection, to be loaded from /Users/jan/Projects/rax/app/controllers/concerns/forgery_protection.rb | |
[email protected]: autoload set for FormHelper, to be loaded from /Users/jan/Projects/rax/app/helpers/form_helper.rb | |
[email protected]: autoload set for EventsHelper, to be loaded from /Users/jan/Projects/rax/app/helpers/events_helper.rb | |
[email protected]: autoload set for AvatarsHelper, to be loaded from /Users/jan/Projects/rax/app/helpers/avatars_helper.rb | |
[email protected]: autoload set for LinkHelper, to be loaded from /Users/jan/Projects/rax/app/helpers/link_helper.rb | |
[email protected]: autoload set for FormatHelper, to be loaded from /Users/jan/Projects/rax/app/helpers/format_helper.rb | |
[email protected]: autoload set for InvitationHelper, to be loaded from /Users/jan/Projects/rax/app/helpers/invitation_helper.rb | |
[email protected]: autoload set for SortingHelper, to be loaded from /Users/jan/Projects/rax/app/helpers/sorting_helper.rb | |
[email protected]: autoload set for ApplicationHelper, to be loaded from /Users/jan/Projects/rax/app/helpers/application_helper.rb | |
[email protected]: autoload set for SentryJob, to be loaded from /Users/jan/Projects/rax/app/jobs/sentry_job.rb | |
[email protected]: autoload set for PlanItemBroadcastJob, to be loaded from /Users/jan/Projects/rax/app/jobs/plan_item_broadcast_job.rb | |
[email protected]: autoload set for CommentRelayJob, to be loaded from /Users/jan/Projects/rax/app/jobs/comment_relay_job.rb | |
[email protected]: autoload set for ApplicationJob, to be loaded from /Users/jan/Projects/rax/app/jobs/application_job.rb | |
[email protected]: autoload set for ApplicationMailer, to be loaded from /Users/jan/Projects/rax/app/mailers/application_mailer.rb | |
[email protected]: autoload set for PersonMailer, to be loaded from /Users/jan/Projects/rax/app/mailers/person_mailer.rb | |
[email protected]: autoload set for Account, to be loaded from /Users/jan/Projects/rax/app/models/account.rb | |
[email protected]: autoload set for Article, to be loaded from /Users/jan/Projects/rax/app/models/article.rb | |
[email protected]: autoload set for Project, to be loaded from /Users/jan/Projects/rax/app/models/project.rb | |
[email protected]: autoload set for Tag, to be loaded from /Users/jan/Projects/rax/app/models/tag.rb | |
[email protected]: autoload set for Item, to be loaded from /Users/jan/Projects/rax/app/models/item.rb | |
[email protected]: autoload set for Invitation, to be loaded from /Users/jan/Projects/rax/app/models/invitation.rb | |
[email protected]: autoload set for Tagging, to be loaded from /Users/jan/Projects/rax/app/models/tagging.rb | |
[email protected]: autoload set for Issue, to be loaded from /Users/jan/Projects/rax/app/models/issue.rb | |
[email protected]: autoload set for Person, to be autovivified from /Users/jan/Projects/rax/app/models/person | |
[email protected]: autoload set for Layer, to be loaded from /Users/jan/Projects/rax/app/models/layer.rb | |
[email protected]: autoload set for User, to be autovivified from /Users/jan/Projects/rax/app/models/user | |
[email protected]: autoload set for Attachment, to be loaded from /Users/jan/Projects/rax/app/models/attachment.rb | |
[email protected]: autoload set for Current, to be loaded from /Users/jan/Projects/rax/app/models/current.rb | |
[email protected]: autoload set for ItemImage, to be loaded from /Users/jan/Projects/rax/app/models/item_image.rb | |
[email protected]: autoload set for Avatar, to be loaded from /Users/jan/Projects/rax/app/models/avatar.rb | |
[email protected]: autoload set for Comment, to be loaded from /Users/jan/Projects/rax/app/models/comment.rb | |
[email protected]: autoload set for Signup, to be loaded from /Users/jan/Projects/rax/app/models/signup.rb | |
[email protected]: autoload set for ProjectMember, to be loaded from /Users/jan/Projects/rax/app/models/project_member.rb | |
[email protected]: autoload set for Person, to be loaded from /Users/jan/Projects/rax/app/models/person.rb | |
[email protected]: autoload set for Asset, to be loaded from /Users/jan/Projects/rax/app/models/asset.rb | |
[email protected]: autoload set for ApplicationRecord, to be loaded from /Users/jan/Projects/rax/app/models/application_record.rb | |
[email protected]: autoload set for Event, to be loaded from /Users/jan/Projects/rax/app/models/event.rb | |
[email protected]: autoload set for Plan, to be loaded from /Users/jan/Projects/rax/app/models/plan.rb | |
[email protected]: autoload set for User, to be loaded from /Users/jan/Projects/rax/app/models/user.rb | |
[email protected]: autoload set for Eventable, to be loaded from /Users/jan/Projects/rax/app/models/concerns/eventable.rb | |
[email protected]: autoload set for Featurable, to be loaded from /Users/jan/Projects/rax/app/models/concerns/featurable.rb | |
[email protected]: autoload set for Positioning, to be loaded from /Users/jan/Projects/rax/app/models/concerns/positioning.rb | |
[email protected]: autoload set for Trashable, to be loaded from /Users/jan/Projects/rax/app/models/concerns/trashable.rb | |
[email protected]: autoload set for BarcodeImage, to be loaded from /Users/jan/Projects/rax/app/models/concerns/barcode_image.rb | |
[email protected]: autoload set for Taggable, to be loaded from /Users/jan/Projects/rax/app/models/concerns/taggable.rb | |
[email protected]: autoload set for Searchable, to be loaded from /Users/jan/Projects/rax/app/models/concerns/searchable.rb | |
[email protected]: autoload set for Commentable, to be loaded from /Users/jan/Projects/rax/app/models/concerns/commentable.rb | |
[email protected]: autoload set for LocalTimeHelper, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/gems/local_time-2.1.0/app/helpers/local_time_helper.rb | |
[email protected]: autoload set for ActionText::TagHelper, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actiontext/app/helpers/action_text/tag_helper.rb | |
[email protected]: autoload set for ActionText::ContentHelper, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actiontext/app/helpers/action_text/content_helper.rb | |
[email protected]: autoload set for ActionText::RichText, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actiontext/app/models/action_text/rich_text.rb | |
[email protected]: autoload set for ActionMailbox::BaseController, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actionmailbox/app/controllers/action_mailbox/base_controller.rb | |
[email protected]: autoload set for ActionMailbox::Ingresses, to be autovivified from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actionmailbox/app/controllers/action_mailbox/ingresses | |
[email protected]: autoload set for Rails::Conductor, to be autovivified from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actionmailbox/app/controllers/rails/conductor | |
[email protected]: autoload set for ActionMailbox::IncinerationJob, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actionmailbox/app/jobs/action_mailbox/incineration_job.rb | |
[email protected]: autoload set for ActionMailbox::RoutingJob, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actionmailbox/app/jobs/action_mailbox/routing_job.rb | |
[email protected]: autoload set for ActionMailbox::InboundEmail, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actionmailbox/app/models/action_mailbox/inbound_email.rb | |
[email protected]: autoload set for ActiveStorage::DirectUploadsController, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/active_storage/direct_uploads_controller.rb | |
[email protected]: autoload set for ActiveStorage::BaseController, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/active_storage/base_controller.rb | |
[email protected]: autoload set for ActiveStorage::BlobsController, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/active_storage/blobs_controller.rb | |
[email protected]: autoload set for ActiveStorage::RepresentationsController, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/active_storage/representations_controller.rb | |
[email protected]: autoload set for ActiveStorage::DiskController, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/active_storage/disk_controller.rb | |
[email protected]: autoload set for ActiveStorage::SetCurrent, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/concerns/active_storage/set_current.rb | |
[email protected]: autoload set for ActiveStorage::SetBlob, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/concerns/active_storage/set_blob.rb | |
[email protected]: autoload set for ActiveStorage::BaseJob, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/jobs/active_storage/base_job.rb | |
[email protected]: autoload set for ActiveStorage::AnalyzeJob, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/jobs/active_storage/analyze_job.rb | |
[email protected]: autoload set for ActiveStorage::PurgeJob, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/jobs/active_storage/purge_job.rb | |
[email protected]: autoload set for ActiveStorage::Variant, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/variant.rb | |
[email protected]: autoload set for ActiveStorage::Blob, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/blob.rb | |
[email protected]: autoload set for ActiveStorage::Filename, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/filename.rb | |
[email protected]: autoload set for ActiveStorage::Variation, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/variation.rb | |
[email protected]: autoload set for ActiveStorage::Attachment, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/attachment.rb | |
[email protected]: autoload set for ActiveStorage::Current, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/current.rb | |
[email protected]: autoload set for ActiveStorage::Preview, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/preview.rb | |
[email protected]: autoload set for PersonMailerPreview, to be loaded from /Users/jan/Projects/rax/test/mailers/previews/person_mailer_preview.rb | |
[email protected]: constant ActionText::ContentHelper loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actiontext/app/helpers/action_text/content_helper.rb | |
[email protected]: constant ActionText::TagHelper loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/actiontext/app/helpers/action_text/tag_helper.rb | |
[email protected]: constant ApplicationHelper loaded from file /Users/jan/Projects/rax/app/helpers/application_helper.rb | |
[email protected]: constant AvatarsHelper loaded from file /Users/jan/Projects/rax/app/helpers/avatars_helper.rb | |
[email protected]: constant EventsHelper loaded from file /Users/jan/Projects/rax/app/helpers/events_helper.rb | |
[email protected]: constant FormHelper loaded from file /Users/jan/Projects/rax/app/helpers/form_helper.rb | |
[email protected]: constant FormatHelper loaded from file /Users/jan/Projects/rax/app/helpers/format_helper.rb | |
[email protected]: constant InvitationHelper loaded from file /Users/jan/Projects/rax/app/helpers/invitation_helper.rb | |
[email protected]: constant LinkHelper loaded from file /Users/jan/Projects/rax/app/helpers/link_helper.rb | |
[email protected]: constant SortingHelper loaded from file /Users/jan/Projects/rax/app/helpers/sorting_helper.rb | |
[email protected]: constant LocalTimeHelper loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/gems/local_time-2.1.0/app/helpers/local_time_helper.rb | |
[email protected]: constant SetCurrentRequestDetails loaded from file /Users/jan/Projects/rax/app/controllers/concerns/set_current_request_details.rb | |
[email protected]: constant RequireAccount loaded from file /Users/jan/Projects/rax/app/controllers/concerns/require_account.rb | |
[email protected]: constant Authenticate loaded from file /Users/jan/Projects/rax/app/controllers/concerns/authenticate.rb | |
[email protected]: constant ForgeryProtection loaded from file /Users/jan/Projects/rax/app/controllers/concerns/forgery_protection.rb | |
[email protected]: constant SetLocale loaded from file /Users/jan/Projects/rax/app/controllers/concerns/set_locale.rb | |
[email protected]: constant ApplicationController loaded from file /Users/jan/Projects/rax/app/controllers/application_controller.rb | |
Puma starting in single mode... | |
* Version 3.12.1 (ruby 2.6.2-p47), codename: Llamas in Pajamas | |
* Min threads: 5, max threads: 5 | |
* Environment: development | |
* Listening on tcp://localhost:3000 | |
Use Ctrl-C to stop | |
Started GET "/6/articles" for 127.0.0.1 at 2019-03-21 19:12:48 +0100 | |
(0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC | |
[email protected]: constant ArticlesController loaded from file /Users/jan/Projects/rax/app/controllers/articles_controller.rb | |
Processing by ArticlesController#index as HTML | |
Parameters: {"account_id"=>"6"} | |
[email protected]: constant Current loaded from file /Users/jan/Projects/rax/app/models/current.rb | |
[email protected]: constant Account loaded from file /Users/jan/Projects/rax/app/models/account.rb | |
Account Load (0.4ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
↳ app/controllers/concerns/require_account.rb:13:in `require_account' | |
[email protected]: autoload set for User::LoginTracking, to be loaded from /Users/jan/Projects/rax/app/models/user/login_tracking.rb | |
[email protected]: autoload set for User::SessionManagement, to be loaded from /Users/jan/Projects/rax/app/models/user/session_management.rb | |
[email protected]: autoload set for User::Rememberable, to be loaded from /Users/jan/Projects/rax/app/models/user/rememberable.rb | |
[email protected]: constant User::SessionManagement loaded from file /Users/jan/Projects/rax/app/models/user/session_management.rb | |
[email protected]: constant User::LoginTracking loaded from file /Users/jan/Projects/rax/app/models/user/login_tracking.rb | |
[email protected]: constant User::Rememberable loaded from file /Users/jan/Projects/rax/app/models/user/rememberable.rb | |
[email protected]: constant EmailValidator loaded from file /Users/jan/Projects/rax/app/validators/email_validator.rb | |
[email protected]: constant User loaded from file /Users/jan/Projects/rax/app/models/user.rb | |
User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."session_verification_token" IS NOT NULL AND "users"."id" = $1 AND "users"."session_verification_token" = $2 ORDER BY "users"."id" ASC LIMIT $3 [["id", 7], ["session_verification_token", "PRyV29Wh7ngD2eEsJ5BZ"], ["LIMIT", 1]] | |
↳ app/controllers/concerns/authenticate.rb:47:in `current_user_session' | |
User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] | |
↳ app/controllers/concerns/authenticate.rb:21:in `authenticate' | |
[email protected]: autoload set for Person::Invitable, to be loaded from /Users/jan/Projects/rax/app/models/person/invitable.rb | |
[email protected]: constant Person::Invitable loaded from file /Users/jan/Projects/rax/app/models/person/invitable.rb | |
[email protected]: constant Trashable loaded from file /Users/jan/Projects/rax/app/models/concerns/trashable.rb | |
[email protected]: constant Person loaded from file /Users/jan/Projects/rax/app/models/person.rb | |
Account Exists (1.0ms) SELECT 1 AS one FROM "accounts" INNER JOIN "people" ON "accounts"."id" = "people"."account_id" WHERE "people"."trashed" = $1 AND "people"."user_id" = $2 AND "accounts"."id" = $3 LIMIT $4 [["trashed", false], ["user_id", 7], ["id", 6], ["LIMIT", 1]] | |
↳ app/controllers/concerns/authenticate.rb:102:in `require_authorization_for' | |
Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."user_id" = $2 AND "people"."account_id" = $3 LIMIT $4 [["trashed", false], ["user_id", 7], ["account_id", 6], ["LIMIT", 1]] | |
↳ app/models/user.rb:17:in `person' | |
Account Load (0.4ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
↳ app/models/current.rb:17:in `person=' | |
(0.1ms) BEGIN | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
User Update (0.5ms) UPDATE "users" SET "login_count" = $1, "current_login_at" = $2, "last_login_at" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["login_count", 52487], ["current_login_at", "2019-03-21 18:12:49.011822"], ["last_login_at", "2019-03-21 18:12:37.109722"], ["updated_at", "2019-03-21 18:12:49.012192"], ["id", 7]] | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
(0.9ms) COMMIT | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
[email protected]: autoload set for Article::Image, to be loaded from /Users/jan/Projects/rax/app/models/article/image.rb | |
[email protected]: autoload set for Article::Item, to be loaded from /Users/jan/Projects/rax/app/models/article/item.rb | |
[email protected]: autoload set for Article::Manufacturer, to be loaded from /Users/jan/Projects/rax/app/models/article/manufacturer.rb | |
[email protected]: autoload set for Article::ProductType, to be loaded from /Users/jan/Projects/rax/app/models/article/product_type.rb | |
[email protected]: autoload set for Article::Supplier, to be loaded from /Users/jan/Projects/rax/app/models/article/supplier.rb | |
[email protected]: autoload set for Article::Component, to be loaded from /Users/jan/Projects/rax/app/models/article/component.rb | |
[email protected]: autoload set for Article::Part, to be loaded from /Users/jan/Projects/rax/app/models/article/part.rb | |
[email protected]: autoload set for Article::ProductField, to be loaded from /Users/jan/Projects/rax/app/models/article/product_field.rb | |
[email protected]: autoload set for Article::TextField, to be loaded from /Users/jan/Projects/rax/app/models/article/text_field.rb | |
[email protected]: autoload set for Article::Retailer, to be loaded from /Users/jan/Projects/rax/app/models/article/retailer.rb | |
[email protected]: autoload set for Article::Assembly, to be loaded from /Users/jan/Projects/rax/app/models/article/assembly.rb | |
[email protected]: autoload set for Article::Field, to be loaded from /Users/jan/Projects/rax/app/models/article/field.rb | |
[email protected]: constant Article loaded from file /Users/jan/Projects/rax/app/models/article.rb | |
[email protected]: constant ApplicationRecord loaded from file /Users/jan/Projects/rax/app/models/application_record.rb | |
[email protected]: constant Searchable loaded from file /Users/jan/Projects/rax/app/models/concerns/searchable.rb | |
[email protected]: constant Article::Item loaded from file /Users/jan/Projects/rax/app/models/article/item.rb | |
Rendering articles/index.html.erb within layouts/application | |
Rendered shared/_sort_dropdown.html.erb (Duration: 2.1ms | Allocations: 2914) | |
(0.8ms) SELECT COUNT(*) FROM "article_items" WHERE "article_items"."account_id" = $1 [["account_id", 6]] | |
↳ app/views/articles/index.html.erb:15 | |
(0.4ms) SELECT COUNT(*) FROM "article_items" WHERE "article_items"."account_id" = $1 AND "article_items"."type" = $2 [["account_id", 6], ["type", "Article::Part"]] | |
↳ app/views/articles/index.html.erb:23 | |
(0.4ms) SELECT COUNT(*) FROM "article_items" WHERE "article_items"."account_id" = $1 AND "article_items"."type" = $2 [["account_id", 6], ["type", "Article::Assembly"]] | |
↳ app/views/articles/index.html.erb:31 | |
[email protected]: constant Positioning loaded from file /Users/jan/Projects/rax/app/models/concerns/positioning.rb | |
[email protected]: constant Article::ProductType loaded from file /Users/jan/Projects/rax/app/models/article/product_type.rb | |
(40.8ms) SELECT COUNT(*) FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 [["account_id", 6]] | |
↳ app/views/articles/index.html.erb:40 | |
Article::ProductType Load (0.4ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 ORDER BY "article_product_types"."position" ASC [["account_id", 6]] | |
↳ app/views/articles/index.html.erb:52 | |
Article::Item Exists (0.4ms) SELECT 1 AS one FROM "article_items" WHERE "article_items"."account_id" = $1 LIMIT $2 OFFSET $3 [["account_id", 6], ["LIMIT", 1], ["OFFSET", 0]] | |
↳ app/views/articles/index.html.erb:64 | |
Article::Item Load (0.6ms) SELECT "article_items".* FROM "article_items" WHERE "article_items"."account_id" = $1 ORDER BY "article_items"."updated_at" DESC LIMIT $2 OFFSET $3 [["account_id", 6], ["LIMIT", 25], ["OFFSET", 0]] | |
↳ app/views/articles/index.html.erb:65 | |
[email protected]: constant Article::Part loaded from file /Users/jan/Projects/rax/app/models/article/part.rb | |
[email protected]: constant Article::Assembly loaded from file /Users/jan/Projects/rax/app/models/article/assembly.rb | |
[email protected]: constant Article::Manufacturer loaded from file /Users/jan/Projects/rax/app/models/article/manufacturer.rb | |
Article::Manufacturer Load (0.5ms) SELECT "article_manufacturers".* FROM "article_manufacturers" WHERE "article_manufacturers"."id" IN ($1, $2, $3) [["id", 13], ["id", 11], ["id", 14]] | |
↳ app/views/articles/index.html.erb:65 | |
[email protected]: constant Article::Component loaded from file /Users/jan/Projects/rax/app/models/article/component.rb | |
Article::Component Load (41.9ms) SELECT "article_components".* FROM "article_components" WHERE "article_components"."part_id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24) [["part_id", 53], ["part_id", 54], ["part_id", 46], ["part_id", 51], ["part_id", 52], ["part_id", 48], ["part_id", 50], ["part_id", 44], ["part_id", 45], ["part_id", 47], ["part_id", 80], ["part_id", 180], ["part_id", 179], ["part_id", 178], ["part_id", 177], ["part_id", 176], ["part_id", 175], ["part_id", 174], ["part_id", 173], ["part_id", 172], ["part_id", 171], ["part_id", 170], ["part_id", 169], ["part_id", 168]] | |
↳ app/views/articles/index.html.erb:65 | |
Article::Component Load (0.3ms) SELECT "article_components".* FROM "article_components" WHERE "article_components"."assembly_id" = $1 [["assembly_id", 181]] | |
↳ app/views/articles/index.html.erb:65 | |
[email protected]: constant Article::Image loaded from file /Users/jan/Projects/rax/app/models/article/image.rb | |
Article::Image Load (41.5ms) SELECT "article_images".* FROM "article_images" WHERE "article_images"."item_id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25) ORDER BY "article_images"."position" ASC [["item_id", 53], ["item_id", 181], ["item_id", 54], ["item_id", 46], ["item_id", 51], ["item_id", 52], ["item_id", 48], ["item_id", 50], ["item_id", 44], ["item_id", 45], ["item_id", 47], ["item_id", 80], ["item_id", 180], ["item_id", 179], ["item_id", 178], ["item_id", 177], ["item_id", 176], ["item_id", 175], ["item_id", 174], ["item_id", 173], ["item_id", 172], ["item_id", 171], ["item_id", 170], ["item_id", 169], ["item_id", 168]] | |
↳ app/views/articles/index.html.erb:65 | |
[email protected]: constant ActiveStorage::Attachment loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/attachment.rb | |
ActiveStorage::Attachment Load (0.8ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_type" = $1 AND "active_storage_attachments"."name" = $2 AND "active_storage_attachments"."record_id" IN ($3, $4, $5, $6, $7) [["record_type", "Article::Image"], ["name", "image"], ["record_id", 67], ["record_id", 68], ["record_id", 69], ["record_id", 72], ["record_id", 73]] | |
↳ app/views/articles/index.html.erb:65 | |
[email protected]: autoload set for ActiveStorage::Blob::Identifiable, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/blob/identifiable.rb | |
[email protected]: autoload set for ActiveStorage::Blob::Analyzable, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/blob/analyzable.rb | |
[email protected]: autoload set for ActiveStorage::Blob::Representable, to be loaded from /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/blob/representable.rb | |
[email protected]: constant ActiveStorage::Blob::Analyzable loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/blob/analyzable.rb | |
[email protected]: constant ActiveStorage::Blob::Identifiable loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/blob/identifiable.rb | |
[email protected]: constant ActiveStorage::Blob::Representable loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/blob/representable.rb | |
[email protected]: constant ActiveStorage::Blob loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/blob.rb | |
ActiveStorage::Blob Load (0.8ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" IN ($1, $2, $3, $4, $5) [["id", 824], ["id", 825], ["id", 818], ["id", 819], ["id", 820]] | |
↳ app/views/articles/index.html.erb:65 | |
[email protected]: constant Article::Field loaded from file /Users/jan/Projects/rax/app/models/article/field.rb | |
Article::Field Load (0.6ms) SELECT "article_fields".* FROM "article_fields" WHERE "article_fields"."item_id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25) [["item_id", 53], ["item_id", 181], ["item_id", 54], ["item_id", 46], ["item_id", 51], ["item_id", 52], ["item_id", 48], ["item_id", 50], ["item_id", 44], ["item_id", 45], ["item_id", 47], ["item_id", 80], ["item_id", 180], ["item_id", 179], ["item_id", 178], ["item_id", 177], ["item_id", 176], ["item_id", 175], ["item_id", 174], ["item_id", 173], ["item_id", 172], ["item_id", 171], ["item_id", 170], ["item_id", 169], ["item_id", 168]] | |
↳ app/views/articles/index.html.erb:65 | |
[email protected]: constant Article::TextField loaded from file /Users/jan/Projects/rax/app/models/article/text_field.rb | |
[email protected]: constant Featurable loaded from file /Users/jan/Projects/rax/app/models/concerns/featurable.rb | |
[email protected]: constant Item loaded from file /Users/jan/Projects/rax/app/models/item.rb | |
Article::ProductType Load (0.3ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
[email protected]: constant ActiveStorage::Variant loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/variant.rb | |
[email protected]: constant ActiveStorage::Variation loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/variation.rb | |
[email protected]: constant ActiveStorage::Filename loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/filename.rb | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
Started GET "/cable" for 127.0.0.1 at 2019-03-21 19:12:49 +0100 | |
[email protected]: module ApplicationCable autovivified from directory /Users/jan/Projects/rax/app/channels/application_cable | |
[email protected]: autoload set for ApplicationCable::Connection, to be loaded from /Users/jan/Projects/rax/app/channels/application_cable/connection.rb | |
[email protected]: autoload set for ApplicationCable::Channel, to be loaded from /Users/jan/Projects/rax/app/channels/application_cable/channel.rb | |
[email protected]: constant ApplicationCable::Connection loaded from file /Users/jan/Projects/rax/app/channels/application_cable/connection.rb | |
Started GET "/cable/" [WebSocket] for 127.0.0.1 at 2019-03-21 19:12:49 +0100 | |
Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket) | |
User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."session_verification_token" IS NOT NULL AND "users"."id" = $1 AND "users"."session_verification_token" = $2 ORDER BY "users"."id" ASC LIMIT $3 [["id", 7], ["session_verification_token", "PRyV29Wh7ngD2eEsJ5BZ"], ["LIMIT", 1]] | |
↳ app/channels/application_cable/connection.rb:37:in `find_user_session' | |
Account Load (1.2ms) SELECT "accounts".* FROM "accounts" INNER JOIN "people" ON "accounts"."id" = "people"."account_id" WHERE "people"."trashed" = $1 AND "people"."user_id" = $2 AND "accounts"."id" = $3 LIMIT $4 [["trashed", false], ["user_id", 7], ["id", 6], ["LIMIT", 1]] | |
↳ app/channels/application_cable/connection.rb:21:in `find_verified_account' | |
Person Load (0.4ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."account_id" = $2 AND "people"."user_id" = $3 LIMIT $4 [["trashed", false], ["account_id", 6], ["user_id", 7], ["LIMIT", 1]] | |
↳ app/channels/application_cable/connection.rb:29:in `find_verified_person' | |
[[email protected]] Registered connection (Z2lkOi8vcmF4L0FjY291bnQvNg:Z2lkOi8vcmF4L1BlcnNvbi8xMw:Z2lkOi8vcmF4L1VzZXIvNw) | |
[email protected]: constant ApplicationCable::Channel loaded from file /Users/jan/Projects/rax/app/channels/application_cable/channel.rb | |
[email protected]: constant PlanChannel loaded from file /Users/jan/Projects/rax/app/channels/plan_channel.rb | |
[email protected]: constant Eventable loaded from file /Users/jan/Projects/rax/app/models/concerns/eventable.rb | |
[email protected]: constant Project loaded from file /Users/jan/Projects/rax/app/models/project.rb | |
[email protected]: constant Plan loaded from file /Users/jan/Projects/rax/app/models/plan.rb | |
[[email protected]] Plan Load (1.2ms) SELECT "plans".* FROM "plans" INNER JOIN "projects" ON "plans"."project_id" = "projects"."id" WHERE "projects"."account_id" = $1 AND "plans"."id" = $2 LIMIT $3 [["account_id", 6], ["id", 61], ["LIMIT", 1]] | |
[[email protected]] ↳ app/channels/plan_channel.rb:5:in `subscribed' | |
[[email protected]] PlanChannel is transmitting the subscription confirmation | |
[[email protected]] PlanChannel is streaming from plan:Z2lkOi8vcmF4L1BsYW4vNjE | |
Article::Part Load (0.4ms) SELECT "article_items".* FROM "article_items" WHERE "article_items"."type" = $1 AND "article_items"."id" = $2 LIMIT $3 [["type", "Article::Part"], ["id", 51], ["LIMIT", 1]] | |
↳ app/views/articles/components/_component.html.erb:4 | |
Article::Image Exists (0.3ms) SELECT 1 AS one FROM "article_images" WHERE "article_images"."item_id" = $1 LIMIT $2 [["item_id", 51], ["LIMIT", 1]] | |
↳ app/views/articles/components/_component.html.erb:5 | |
Article::Manufacturer Load (0.2ms) SELECT "article_manufacturers".* FROM "article_manufacturers" WHERE "article_manufacturers"."id" = $1 LIMIT $2 [["id", 13], ["LIMIT", 1]] | |
↳ app/models/article/component.rb:8:in `manufacturer' | |
Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
↳ app/models/article/item.rb:45:in `product_type' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
Article::Part Load (0.4ms) SELECT "article_items".* FROM "article_items" WHERE "article_items"."type" = $1 AND "article_items"."id" = $2 LIMIT $3 [["type", "Article::Part"], ["id", 46], ["LIMIT", 1]] | |
↳ app/views/articles/components/_component.html.erb:4 | |
Article::Image Exists (0.3ms) SELECT 1 AS one FROM "article_images" WHERE "article_images"."item_id" = $1 LIMIT $2 [["item_id", 46], ["LIMIT", 1]] | |
↳ app/views/articles/components/_component.html.erb:5 | |
Article::Manufacturer Load (0.3ms) SELECT "article_manufacturers".* FROM "article_manufacturers" WHERE "article_manufacturers"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]] | |
↳ app/models/article/component.rb:8:in `manufacturer' | |
CACHE Account Load (0.0ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
↳ app/models/article/item.rb:45:in `product_type' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
Article::Part Load (0.4ms) SELECT "article_items".* FROM "article_items" WHERE "article_items"."type" = $1 AND "article_items"."id" = $2 LIMIT $3 [["type", "Article::Part"], ["id", 54], ["LIMIT", 1]] | |
↳ app/views/articles/components/_component.html.erb:4 | |
Article::Image Exists (0.4ms) SELECT 1 AS one FROM "article_images" WHERE "article_images"."item_id" = $1 LIMIT $2 [["item_id", 54], ["LIMIT", 1]] | |
↳ app/views/articles/components/_component.html.erb:5 | |
Article::Manufacturer Load (0.3ms) SELECT "article_manufacturers".* FROM "article_manufacturers" WHERE "article_manufacturers"."id" = $1 LIMIT $2 [["id", 11], ["LIMIT", 1]] | |
↳ app/models/article/component.rb:8:in `manufacturer' | |
CACHE Account Load (0.0ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
↳ app/models/article/item.rb:45:in `product_type' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
Rendered collection of articles/components/_component.html.erb [3 times] (Duration: 42.7ms | Allocations: 44441) | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
CACHE Article::ProductType Load (0.0ms) SELECT "article_product_types".* FROM "article_product_types" WHERE "article_product_types"."account_id" = $1 AND "article_product_types"."position" = $2 ORDER BY "article_product_types"."position" ASC LIMIT $3 [["account_id", 6], ["position", 1], ["LIMIT", 1]] | |
↳ app/models/article/product_type.rb:19:in `default' | |
Rendered collection of templates [25 times] (Duration: 1711.0ms | Allocations: 2217061) | |
CACHE (0.0ms) SELECT COUNT(*) FROM "article_items" WHERE "article_items"."account_id" = $1 [["account_id", 6]] | |
↳ app/views/articles/index.html.erb:66 | |
Rendered articles/index.html.erb within layouts/application (Duration: 2033.0ms | Allocations: 2379331) | |
(0.9ms) SELECT COUNT(*) FROM "accounts" INNER JOIN "people" ON "accounts"."id" = "people"."account_id" WHERE "people"."trashed" = $1 AND "people"."user_id" = $2 [["trashed", false], ["user_id", 7]] | |
↳ app/views/layouts/_navigation.html.erb:35 | |
Rendered layouts/_navigation.html.erb (Duration: 9.3ms | Allocations: 4785) | |
Rendered layouts/_header.html.erb (Duration: 10.6ms | Allocations: 5255) | |
Rendered layouts/_flash_messages.html.erb (Duration: 0.4ms | Allocations: 151) | |
Rendered layouts/sidebar/_articles.html.erb (Duration: 3.4ms | Allocations: 1987) | |
Completed 200 OK in 2281ms (Views: 1911.6ms | ActiveRecord: 193.9ms | Allocations: 2487618) | |
Started GET "/storage/representations/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBalFEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--30f36424c24f16ca8686c347c47ee5301c3b4630/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUJwQUdrQ0xBRnBBaXdCT2hOeVpYTnBlbVZmZEc5ZlptbHNiRnNIYVdWcFpRPT0iLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--2f2e53954ba77787e6028438b3d0c883f02257b0/K%C3%BCppersbusch_CED_110.jpg?account_id=6" for 127.0.0.1 at 2019-03-21 19:12:51 +0100 | |
Started GET "/storage/representations/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBak1EIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f901a3ee3fb8b1cf9a879b297d7133e9f35a576e/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUJwQUdrQ0xBRnBBaXdCT2hOeVpYTnBlbVZmZEc5ZlptbHNiRnNIYVdWcFpRPT0iLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--2f2e53954ba77787e6028438b3d0c883f02257b0/Lichtholm_mit_Winkel.jpg?account_id=6" for 127.0.0.1 at 2019-03-21 19:12:51 +0100 | |
[[email protected]] Unsubscribing from channel: {"plan_id":"61","channel":"PlanChannel"} | |
Started GET "/storage/representations/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBamdEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5c1b86a5a0106db61e9ba4e0c3bd8fce1a43199a/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUJwQUdrQ2dBeHBBbFlJT2hOeVpYTnBlbVZmZEc5ZlptbHNiRnNIYVdWcFpRPT0iLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--aa8e87fc3651486082182760eb79e7cfbc149ddd/DSC04178.jpg?account_id=6" for 127.0.0.1 at 2019-03-21 19:12:51 +0100 | |
Started GET "/storage/representations/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaklEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--668a565e489f9c7ccc5d20bc6e2aa793a3fe46bf/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUJwQUdrQ25RUnBBcDBFT2hOeVpYTnBlbVZmZEc5ZlptbHNiRnNIYVdWcFpRPT0iLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--5b9563f6c9ca0d921916e65d81a59fa2c1934e30/S105.png?account_id=6" for 127.0.0.1 at 2019-03-21 19:12:51 +0100 | |
[[email protected]] PlanChannel stopped streaming from plan:Z2lkOi8vcmF4L1BsYW4vNjE | |
[email protected]: constant ActiveStorage::SetCurrent loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/concerns/active_storage/set_current.rb | |
[email protected]: constant ActiveStorage::BaseController loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/active_storage/base_controller.rb | |
[email protected]: constant ActiveStorage::SetBlob loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/concerns/active_storage/set_blob.rb | |
[email protected]: constant ActiveStorage::RepresentationsController loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/active_storage/representations_controller.rb | |
Processing by ActiveStorage::RepresentationsController#show as JPEG | |
Processing by ActiveStorage::RepresentationsController#show as JPEG | |
Processing by ActiveStorage::RepresentationsController#show as JPEG | |
Parameters: {"account_id"=>"6", "signed_blob_id"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBak1EIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--f901a3ee3fb8b1cf9a879b297d7133e9f35a576e", "variation_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUJwQUdrQ0xBRnBBaXdCT2hOeVpYTnBlbVZmZEc5ZlptbHNiRnNIYVdWcFpRPT0iLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--2f2e53954ba77787e6028438b3d0c883f02257b0", "filename"=>"Lichtholm_mit_Winkel"} | |
Parameters: {"account_id"=>"6", "signed_blob_id"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBalFEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--30f36424c24f16ca8686c347c47ee5301c3b4630", "variation_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUJwQUdrQ0xBRnBBaXdCT2hOeVpYTnBlbVZmZEc5ZlptbHNiRnNIYVdWcFpRPT0iLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--2f2e53954ba77787e6028438b3d0c883f02257b0", "filename"=>"Küppersbusch_CED_110"} | |
Parameters: {"account_id"=>"6", "signed_blob_id"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBamdEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5c1b86a5a0106db61e9ba4e0c3bd8fce1a43199a", "variation_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUJwQUdrQ2dBeHBBbFlJT2hOeVpYTnBlbVZmZEc5ZlptbHNiRnNIYVdWcFpRPT0iLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--aa8e87fc3651486082182760eb79e7cfbc149ddd", "filename"=>"DSC04178"} | |
[email protected]: constant ActiveStorage::Current loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/models/active_storage/current.rb | |
ActiveStorage::Blob Load (0.6ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 820], ["LIMIT", 1]] | |
Disk Storage (0.3ms) Checked if file exists at key: variants/spc2ifmoevkmktgs1atp6frqumu2/2c9303771457a1c1c201dc72f674229ce30022a12841aba525a7ca6536b80898 (yes) | |
ActiveStorage::Blob Load (4.6ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 819], ["LIMIT", 1]] | |
Disk Storage (0.6ms) Generated URL for file at key: variants/spc2ifmoevkmktgs1atp6frqumu2/2c9303771457a1c1c201dc72f674229ce30022a12841aba525a7ca6536b80898 (http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZjM0JqTW1sbWJXOWxkbXR0YTNSbmN6RmhkSEEyWm5KeGRXMTFNaTh5WXprek1ETTNOekUwTlRkaE1XTXhZekl3TVdSak56Sm1OamMwTWpJNVkyVXpNREF5TW1FeE1qZzBNV0ZpWVRVeU5XRTNZMkUyTlRNMllqZ3dPRGs0QmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKZ2FXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVMzVndjR1Z5YzJKMWMyTm9YME5GUkY4eE1UQXVhbkJuSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkTEpVTXpKVUpEY0hCbGNuTmlkWE5qYUY5RFJVUmZNVEV3TG1wd1p3WTdCbFE2RVdOdmJuUmxiblJmZEhsd1pVa2lEMmx0WVdkbEwycHdaV2NHT3daVSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMTk2WiIsInB1ciI6ImJsb2Jfa2V5In19--5ebea5606b7a9ea3a432d4ceacc0068d18172570/K%C3%BCppersbusch_CED_110.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22Kuppersbusch_CED_110.jpg%22%3B+filename%2A%3DUTF-8%27%27K%25C3%25BCppersbusch_CED_110.jpg) | |
Redirected to http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZjM0JqTW1sbWJXOWxkbXR0YTNSbmN6RmhkSEEyWm5KeGRXMTFNaTh5WXprek1ETTNOekUwTlRkaE1XTXhZekl3TVdSak56Sm1OamMwTWpJNVkyVXpNREF5TW1FeE1qZzBNV0ZpWVRVeU5XRTNZMkUyTlRNMllqZ3dPRGs0QmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKZ2FXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVMzVndjR1Z5YzJKMWMyTm9YME5GUkY4eE1UQXVhbkJuSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkTEpVTXpKVUpEY0hCbGNuTmlkWE5qYUY5RFJVUmZNVEV3TG1wd1p3WTdCbFE2RVdOdmJuUmxiblJmZEhsd1pVa2lEMmx0WVdkbEwycHdaV2NHT3daVSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMTk2WiIsInB1ciI6ImJsb2Jfa2V5In19--5ebea5606b7a9ea3a432d4ceacc0068d18172570/K%C3%BCppersbusch_CED_110.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22Kuppersbusch_CED_110.jpg%22%3B+filename%2A%3DUTF-8%27%27K%25C3%25BCppersbusch_CED_110.jpg | |
Completed 302 Found in 22ms (ActiveRecord: 0.6ms | Allocations: 6907) | |
ActiveStorage::Blob Load (5.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 824], ["LIMIT", 1]] | |
Disk Storage (0.2ms) Checked if file exists at key: variants/dx7lm0sbmkyr5o35zibphwc9gfb3/2c9303771457a1c1c201dc72f674229ce30022a12841aba525a7ca6536b80898 (yes) | |
Disk Storage (0.5ms) Checked if file exists at key: variants/huwci23q3hk5qcq7gyy37w6sz9gc/ad98df49d324d7e061d7777bb2e2d9e3716e6e3b0b8e99fa0410d17808cf1b64 (yes) | |
Disk Storage (0.5ms) Generated URL for file at key: variants/dx7lm0sbmkyr5o35zibphwc9gfb3/2c9303771457a1c1c201dc72f674229ce30022a12841aba525a7ca6536b80898 (http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZaSGczYkcwd2MySnRhM2x5Tlc4ek5YcHBZbkJvZDJNNVoyWmlNeTh5WXprek1ETTNOekUwTlRkaE1XTXhZekl3TVdSak56Sm1OamMwTWpJNVkyVXpNREF5TW1FeE1qZzBNV0ZpWVRVeU5XRTNZMkUyTlRNMllqZ3dPRGs0QmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKYmFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVRHbGphSFJvYjJ4dFgyMXBkRjlYYVc1clpXd3VhbkJuSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkTWFXTm9kR2h2YkcxZmJXbDBYMWRwYm10bGJDNXFjR2NHT3daVU9oRmpiMjUwWlc1MFgzUjVjR1ZKSWc5cGJXRm5aUzlxY0dWbkJqc0dWQT09IiwiZXhwIjoiMjAxOS0wMy0yMVQxODoxNzo1MS4yMTdaIiwicHVyIjoiYmxvYl9rZXkifX0=--55686d98c25878b2f66b6575d9b7320b6da58b4e/Lichtholm_mit_Winkel.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22Lichtholm_mit_Winkel.jpg%22%3B+filename%2A%3DUTF-8%27%27Lichtholm_mit_Winkel.jpg) | |
Disk Storage (3.5ms) Generated URL for file at key: variants/huwci23q3hk5qcq7gyy37w6sz9gc/ad98df49d324d7e061d7777bb2e2d9e3716e6e3b0b8e99fa0410d17808cf1b64 (http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZhSFYzWTJreU0zRXphR3MxY1dOeE4yZDVlVE0zZHpaemVqbG5ZeTloWkRrNFpHWTBPV1F6TWpSa04yVXdOakZrTnpjM04ySmlNbVV5WkRsbE16Y3hObVUyWlROaU1HSTRaVGs1Wm1Fd05ERXdaREUzT0RBNFkyWXhZalkwQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKRGFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVJGTkRNRFF4TnpndWFuQm5JanNnWm1sc1pXNWhiV1VxUFZWVVJpMDRKeWRFVTBNd05ERTNPQzVxY0djR093WlVPaEZqYjI1MFpXNTBYM1I1Y0dWSklnOXBiV0ZuWlM5cWNHVm5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMjE4WiIsInB1ciI6ImJsb2Jfa2V5In19--041ae828a08deb0817481a63fe5b5484a5f3c27f/DSC04178.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22DSC04178.jpg%22%3B+filename%2A%3DUTF-8%27%27DSC04178.jpg) | |
Redirected to http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZaSGczYkcwd2MySnRhM2x5Tlc4ek5YcHBZbkJvZDJNNVoyWmlNeTh5WXprek1ETTNOekUwTlRkaE1XTXhZekl3TVdSak56Sm1OamMwTWpJNVkyVXpNREF5TW1FeE1qZzBNV0ZpWVRVeU5XRTNZMkUyTlRNMllqZ3dPRGs0QmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKYmFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVRHbGphSFJvYjJ4dFgyMXBkRjlYYVc1clpXd3VhbkJuSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkTWFXTm9kR2h2YkcxZmJXbDBYMWRwYm10bGJDNXFjR2NHT3daVU9oRmpiMjUwWlc1MFgzUjVjR1ZKSWc5cGJXRm5aUzlxY0dWbkJqc0dWQT09IiwiZXhwIjoiMjAxOS0wMy0yMVQxODoxNzo1MS4yMTdaIiwicHVyIjoiYmxvYl9rZXkifX0=--55686d98c25878b2f66b6575d9b7320b6da58b4e/Lichtholm_mit_Winkel.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22Lichtholm_mit_Winkel.jpg%22%3B+filename%2A%3DUTF-8%27%27Lichtholm_mit_Winkel.jpg | |
Redirected to http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZhSFYzWTJreU0zRXphR3MxY1dOeE4yZDVlVE0zZHpaemVqbG5ZeTloWkRrNFpHWTBPV1F6TWpSa04yVXdOakZrTnpjM04ySmlNbVV5WkRsbE16Y3hObVUyWlROaU1HSTRaVGs1Wm1Fd05ERXdaREUzT0RBNFkyWXhZalkwQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKRGFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVJGTkRNRFF4TnpndWFuQm5JanNnWm1sc1pXNWhiV1VxUFZWVVJpMDRKeWRFVTBNd05ERTNPQzVxY0djR093WlVPaEZqYjI1MFpXNTBYM1I1Y0dWSklnOXBiV0ZuWlM5cWNHVm5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMjE4WiIsInB1ciI6ImJsb2Jfa2V5In19--041ae828a08deb0817481a63fe5b5484a5f3c27f/DSC04178.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22DSC04178.jpg%22%3B+filename%2A%3DUTF-8%27%27DSC04178.jpg | |
Completed 302 Found in 40ms (ActiveRecord: 4.6ms | Allocations: 10775) | |
Completed 302 Found in 39ms (ActiveRecord: 5.7ms | Allocations: 10411) | |
Started GET "/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZjM0JqTW1sbWJXOWxkbXR0YTNSbmN6RmhkSEEyWm5KeGRXMTFNaTh5WXprek1ETTNOekUwTlRkaE1XTXhZekl3TVdSak56Sm1OamMwTWpJNVkyVXpNREF5TW1FeE1qZzBNV0ZpWVRVeU5XRTNZMkUyTlRNMllqZ3dPRGs0QmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKZ2FXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVMzVndjR1Z5YzJKMWMyTm9YME5GUkY4eE1UQXVhbkJuSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkTEpVTXpKVUpEY0hCbGNuTmlkWE5qYUY5RFJVUmZNVEV3TG1wd1p3WTdCbFE2RVdOdmJuUmxiblJmZEhsd1pVa2lEMmx0WVdkbEwycHdaV2NHT3daVSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMTk2WiIsInB1ciI6ImJsb2Jfa2V5In19--5ebea5606b7a9ea3a432d4ceacc0068d18172570/K%C3%BCppersbusch_CED_110.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22Kuppersbusch_CED_110.jpg%22%3B+filename%2A%3DUTF-8%27%27K%25C3%25BCppersbusch_CED_110.jpg" for 127.0.0.1 at 2019-03-21 19:12:51 +0100 | |
Processing by ActiveStorage::RepresentationsController#show as PNG | |
Parameters: {"account_id"=>"6", "signed_blob_id"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaklEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--668a565e489f9c7ccc5d20bc6e2aa793a3fe46bf", "variation_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUJwQUdrQ25RUnBBcDBFT2hOeVpYTnBlbVZmZEc5ZlptbHNiRnNIYVdWcFpRPT0iLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--5b9563f6c9ca0d921916e65d81a59fa2c1934e30", "filename"=>"S105"} | |
Started GET "/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZhSFYzWTJreU0zRXphR3MxY1dOeE4yZDVlVE0zZHpaemVqbG5ZeTloWkRrNFpHWTBPV1F6TWpSa04yVXdOakZrTnpjM04ySmlNbVV5WkRsbE16Y3hObVUyWlROaU1HSTRaVGs1Wm1Fd05ERXdaREUzT0RBNFkyWXhZalkwQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKRGFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVJGTkRNRFF4TnpndWFuQm5JanNnWm1sc1pXNWhiV1VxUFZWVVJpMDRKeWRFVTBNd05ERTNPQzVxY0djR093WlVPaEZqYjI1MFpXNTBYM1I1Y0dWSklnOXBiV0ZuWlM5cWNHVm5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMjE4WiIsInB1ciI6ImJsb2Jfa2V5In19--041ae828a08deb0817481a63fe5b5484a5f3c27f/DSC04178.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22DSC04178.jpg%22%3B+filename%2A%3DUTF-8%27%27DSC04178.jpg" for 127.0.0.1 at 2019-03-21 19:12:51 +0100 | |
[email protected]: constant ActiveStorage::DiskController loaded from file /Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activestorage/app/controllers/active_storage/disk_controller.rb | |
Processing by ActiveStorage::DiskController#show as JPEG | |
ActiveStorage::Blob Load (10.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 818], ["LIMIT", 1]] | |
Parameters: {"content_type"=>"image/jpeg", "disposition"=>"inline; filename=\"Kuppersbusch_CED_110.jpg\"; filename*=UTF-8''K%C3%BCppersbusch_CED_110.jpg", "encoded_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZjM0JqTW1sbWJXOWxkbXR0YTNSbmN6RmhkSEEyWm5KeGRXMTFNaTh5WXprek1ETTNOekUwTlRkaE1XTXhZekl3TVdSak56Sm1OamMwTWpJNVkyVXpNREF5TW1FeE1qZzBNV0ZpWVRVeU5XRTNZMkUyTlRNMllqZ3dPRGs0QmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKZ2FXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVMzVndjR1Z5YzJKMWMyTm9YME5GUkY4eE1UQXVhbkJuSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkTEpVTXpKVUpEY0hCbGNuTmlkWE5qYUY5RFJVUmZNVEV3TG1wd1p3WTdCbFE2RVdOdmJuUmxiblJmZEhsd1pVa2lEMmx0WVdkbEwycHdaV2NHT3daVSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMTk2WiIsInB1ciI6ImJsb2Jfa2V5In19--5ebea5606b7a9ea3a432d4ceacc0068d18172570", "filename"=>"Küppersbusch_CED_110"} | |
Disk Storage (0.6ms) Checked if file exists at key: variants/h1bqdmtpwp3g9gxr21rh8jc2jdk6/4bc2b0ecafe2f7f61a0e3105a6ff76f6ab627ddc53a1b5f7e3b2f93a2d190517 (yes) | |
Disk Storage (0.9ms) Generated URL for file at key: variants/h1bqdmtpwp3g9gxr21rh8jc2jdk6/4bc2b0ecafe2f7f61a0e3105a6ff76f6ab627ddc53a1b5f7e3b2f93a2d190517 (http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZhREZpY1dSdGRIQjNjRE5uT1dkNGNqSXhjbWc0YW1NeWFtUnJOaTgwWW1NeVlqQmxZMkZtWlRKbU4yWTJNV0V3WlRNeE1EVmhObVptTnpabU5tRmlOakkzWkdSak5UTmhNV0kxWmpkbE0ySXlaamt6WVRKa01Ua3dOVEUzQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NJN2FXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVV6RXdOUzV3Ym1jaU95Qm1hV3hsYm1GdFpTbzlWVlJHTFRnbkoxTXhNRFV1Y0c1bkJqc0dWRG9SWTI5dWRHVnVkRjkwZVhCbFNTSU9hVzFoWjJVdmNHNW5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMjY4WiIsInB1ciI6ImJsb2Jfa2V5In19--95f15cb203008328cb753879ca67803fe5011279/S105.png?content_type=image%2Fpng&disposition=inline%3B+filename%3D%22S105.png%22%3B+filename%2A%3DUTF-8%27%27S105.png) | |
Redirected to http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZhREZpY1dSdGRIQjNjRE5uT1dkNGNqSXhjbWc0YW1NeWFtUnJOaTgwWW1NeVlqQmxZMkZtWlRKbU4yWTJNV0V3WlRNeE1EVmhObVptTnpabU5tRmlOakkzWkdSak5UTmhNV0kxWmpkbE0ySXlaamt6WVRKa01Ua3dOVEUzQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NJN2FXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVV6RXdOUzV3Ym1jaU95Qm1hV3hsYm1GdFpTbzlWVlJHTFRnbkoxTXhNRFV1Y0c1bkJqc0dWRG9SWTI5dWRHVnVkRjkwZVhCbFNTSU9hVzFoWjJVdmNHNW5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMjY4WiIsInB1ciI6ImJsb2Jfa2V5In19--95f15cb203008328cb753879ca67803fe5011279/S105.png?content_type=image%2Fpng&disposition=inline%3B+filename%3D%22S105.png%22%3B+filename%2A%3DUTF-8%27%27S105.png | |
Completed 302 Found in 21ms (ActiveRecord: 10.2ms | Allocations: 10229) | |
Completed 200 OK in 3ms (ActiveRecord: 0.0ms | Allocations: 898) | |
Processing by ActiveStorage::DiskController#show as JPEG | |
Parameters: {"content_type"=>"image/jpeg", "disposition"=>"inline; filename=\"DSC04178.jpg\"; filename*=UTF-8''DSC04178.jpg", "encoded_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZhSFYzWTJreU0zRXphR3MxY1dOeE4yZDVlVE0zZHpaemVqbG5ZeTloWkRrNFpHWTBPV1F6TWpSa04yVXdOakZrTnpjM04ySmlNbVV5WkRsbE16Y3hObVUyWlROaU1HSTRaVGs1Wm1Fd05ERXdaREUzT0RBNFkyWXhZalkwQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKRGFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVJGTkRNRFF4TnpndWFuQm5JanNnWm1sc1pXNWhiV1VxUFZWVVJpMDRKeWRFVTBNd05ERTNPQzVxY0djR093WlVPaEZqYjI1MFpXNTBYM1I1Y0dWSklnOXBiV0ZuWlM5cWNHVm5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMjE4WiIsInB1ciI6ImJsb2Jfa2V5In19--041ae828a08deb0817481a63fe5b5484a5f3c27f", "filename"=>"DSC04178"} | |
Completed 200 OK in 2ms (ActiveRecord: 0.0ms | Allocations: 1277) | |
Started GET "/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZhREZpY1dSdGRIQjNjRE5uT1dkNGNqSXhjbWc0YW1NeWFtUnJOaTgwWW1NeVlqQmxZMkZtWlRKbU4yWTJNV0V3WlRNeE1EVmhObVptTnpabU5tRmlOakkzWkdSak5UTmhNV0kxWmpkbE0ySXlaamt6WVRKa01Ua3dOVEUzQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NJN2FXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVV6RXdOUzV3Ym1jaU95Qm1hV3hsYm1GdFpTbzlWVlJHTFRnbkoxTXhNRFV1Y0c1bkJqc0dWRG9SWTI5dWRHVnVkRjkwZVhCbFNTSU9hVzFoWjJVdmNHNW5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMjY4WiIsInB1ciI6ImJsb2Jfa2V5In19--95f15cb203008328cb753879ca67803fe5011279/S105.png?content_type=image%2Fpng&disposition=inline%3B+filename%3D%22S105.png%22%3B+filename%2A%3DUTF-8%27%27S105.png" for 127.0.0.1 at 2019-03-21 19:12:51 +0100 | |
Processing by ActiveStorage::DiskController#show as PNG | |
Parameters: {"content_type"=>"image/png", "disposition"=>"inline; filename=\"S105.png\"; filename*=UTF-8''S105.png", "encoded_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZhREZpY1dSdGRIQjNjRE5uT1dkNGNqSXhjbWc0YW1NeWFtUnJOaTgwWW1NeVlqQmxZMkZtWlRKbU4yWTJNV0V3WlRNeE1EVmhObVptTnpabU5tRmlOakkzWkdSak5UTmhNV0kxWmpkbE0ySXlaamt6WVRKa01Ua3dOVEUzQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NJN2FXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVV6RXdOUzV3Ym1jaU95Qm1hV3hsYm1GdFpTbzlWVlJHTFRnbkoxTXhNRFV1Y0c1bkJqc0dWRG9SWTI5dWRHVnVkRjkwZVhCbFNTSU9hVzFoWjJVdmNHNW5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjFUMTg6MTc6NTEuMjY4WiIsInB1ciI6ImJsb2Jfa2V5In19--95f15cb203008328cb753879ca67803fe5011279", "filename"=>"S105"} | |
Completed 200 OK in 55ms (ActiveRecord: 0.0ms | Allocations: 693) | |
Started GET "/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZaSGczYkcwd2MySnRhM2x5Tlc4ek5YcHBZbkJvZDJNNVoyWmlNeTh5WXprek1ETTNOekUwTlRkaE1XTXhZekl3TVdSak56Sm1OamMwTWpJNVkyVXpNREF5TW1FeE1qZzBNV0ZpWVRVeU5XRTNZMkUyTlRNMllqZ3dPRGs0QmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKYmFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVRHbGphSFJvYjJ4dFgyMXBkRjlYYVc1clpXd3VhbkJuSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkTWFXTm9kR2h2YkcxZmJXbDBYMWRwYm10bGJDNXFjR2NHT3daVU9oRmpiMjUwWlc1MFgzUjVjR1ZKSWc5cGJXRm5aUzlxY0dWbkJqc0dWQT09IiwiZXhwIjoiMjAxOS0wMy0yMVQxODoxNzo1MS4yMTdaIiwicHVyIjoiYmxvYl9rZXkifX0=--55686d98c25878b2f66b6575d9b7320b6da58b4e/Lichtholm_mit_Winkel.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22Lichtholm_mit_Winkel.jpg%22%3B+filename%2A%3DUTF-8%27%27Lichtholm_mit_Winkel.jpg" for 127.0.0.1 at 2019-03-21 19:12:51 +0100 | |
Processing by ActiveStorage::DiskController#show as JPEG | |
Parameters: {"content_type"=>"image/jpeg", "disposition"=>"inline; filename=\"Lichtholm_mit_Winkel.jpg\"; filename*=UTF-8''Lichtholm_mit_Winkel.jpg", "encoded_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZaSGczYkcwd2MySnRhM2x5Tlc4ek5YcHBZbkJvZDJNNVoyWmlNeTh5WXprek1ETTNOekUwTlRkaE1XTXhZekl3TVdSak56Sm1OamMwTWpJNVkyVXpNREF5TW1FeE1qZzBNV0ZpWVRVeU5XRTNZMkUyTlRNMllqZ3dPRGs0QmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKYmFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVRHbGphSFJvYjJ4dFgyMXBkRjlYYVc1clpXd3VhbkJuSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkTWFXTm9kR2h2YkcxZmJXbDBYMWRwYm10bGJDNXFjR2NHT3daVU9oRmpiMjUwWlc1MFgzUjVjR1ZKSWc5cGJXRm5aUzlxY0dWbkJqc0dWQT09IiwiZXhwIjoiMjAxOS0wMy0yMVQxODoxNzo1MS4yMTdaIiwicHVyIjoiYmxvYl9rZXkifX0=--55686d98c25878b2f66b6575d9b7320b6da58b4e", "filename"=>"Lichtholm_mit_Winkel"} | |
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 406) | |
Started GET "/6/projects" for 127.0.0.1 at 2019-03-21 19:12:53 +0100 | |
[email protected]: constant ProjectsController loaded from file /Users/jan/Projects/rax/app/controllers/projects_controller.rb | |
Processing by ProjectsController#index as HTML | |
Parameters: {"account_id"=>"6"} | |
Account Load (0.4ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
↳ app/controllers/concerns/require_account.rb:13:in `require_account' | |
User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."session_verification_token" IS NOT NULL AND "users"."id" = $1 AND "users"."session_verification_token" = $2 ORDER BY "users"."id" ASC LIMIT $3 [["id", 7], ["session_verification_token", "PRyV29Wh7ngD2eEsJ5BZ"], ["LIMIT", 1]] | |
↳ app/controllers/concerns/authenticate.rb:47:in `current_user_session' | |
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] | |
↳ app/controllers/concerns/authenticate.rb:21:in `authenticate' | |
Account Exists (1.2ms) SELECT 1 AS one FROM "accounts" INNER JOIN "people" ON "accounts"."id" = "people"."account_id" WHERE "people"."trashed" = $1 AND "people"."user_id" = $2 AND "accounts"."id" = $3 LIMIT $4 [["trashed", false], ["user_id", 7], ["id", 6], ["LIMIT", 1]] | |
↳ app/controllers/concerns/authenticate.rb:102:in `require_authorization_for' | |
Person Load (0.4ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."user_id" = $2 AND "people"."account_id" = $3 LIMIT $4 [["trashed", false], ["user_id", 7], ["account_id", 6], ["LIMIT", 1]] | |
↳ app/models/user.rb:17:in `person' | |
Account Load (0.3ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
↳ app/models/current.rb:17:in `person=' | |
(0.3ms) BEGIN | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
User Update (1.0ms) UPDATE "users" SET "login_count" = $1, "current_login_at" = $2, "last_login_at" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["login_count", 52488], ["current_login_at", "2019-03-21 18:12:53.042248"], ["last_login_at", "2019-03-21 18:12:49.011822"], ["updated_at", "2019-03-21 18:12:53.042440"], ["id", 7]] | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
(1.0ms) COMMIT | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
[email protected]: constant ProjectMember loaded from file /Users/jan/Projects/rax/app/models/project_member.rb | |
Rendering projects/index.html.erb within layouts/application | |
Rendered shared/_sort_dropdown.html.erb (Duration: 0.8ms | Allocations: 695) | |
(1.2ms) SELECT COUNT(*) FROM "projects" INNER JOIN "project_members" ON "projects"."id" = "project_members"."project_id" WHERE "project_members"."person_id" = $1 [["person_id", 13]] | |
↳ app/views/projects/index.html.erb:17 | |
Project Exists (0.4ms) SELECT 1 AS one FROM "projects" INNER JOIN "project_members" ON "projects"."id" = "project_members"."project_id" WHERE "project_members"."person_id" = $1 LIMIT $2 [["person_id", 13], ["LIMIT", 1]] | |
↳ app/views/projects/index.html.erb:31 | |
Project Load (0.4ms) SELECT "projects".* FROM "projects" INNER JOIN "project_members" ON "projects"."id" = "project_members"."project_id" WHERE "project_members"."person_id" = $1 ORDER BY "projects"."updated_at" DESC [["person_id", 13]] | |
↳ app/views/projects/index.html.erb:33 | |
[email protected]: autoload set for Issue::State, to be loaded from /Users/jan/Projects/rax/app/models/issue/state.rb | |
[email protected]: autoload set for Issue::DangerLevel, to be loaded from /Users/jan/Projects/rax/app/models/issue/danger_level.rb | |
[email protected]: constant Commentable loaded from file /Users/jan/Projects/rax/app/models/concerns/commentable.rb | |
[email protected]: constant Taggable loaded from file /Users/jan/Projects/rax/app/models/concerns/taggable.rb | |
[email protected]: constant Issue::State loaded from file /Users/jan/Projects/rax/app/models/issue/state.rb | |
[email protected]: constant Issue::DangerLevel loaded from file /Users/jan/Projects/rax/app/models/issue/danger_level.rb | |
Creating scope :open. Overwriting existing method Issue.open. | |
[email protected]: constant Issue loaded from file /Users/jan/Projects/rax/app/models/issue.rb | |
(0.7ms) SELECT COUNT(*) FROM "issues" WHERE "issues"."project_id" = $1 AND "issues"."state" = $2 [["project_id", 13], ["state", "closed"]] | |
↳ app/views/projects/_project.html.erb:2 | |
(0.3ms) SELECT COUNT(*) FROM "issues" WHERE "issues"."project_id" = $1 [["project_id", 13]] | |
↳ app/views/projects/_project.html.erb:2 | |
ProjectMember Load (0.2ms) SELECT "project_members".* FROM "project_members" WHERE "project_members"."project_id" = $1 [["project_id", 13]] | |
↳ app/views/projects/_project.html.erb:26:in `each_with_index' | |
Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."id" = $2 LIMIT $3 [["trashed", false], ["id", 13], ["LIMIT", 1]] | |
↳ app/views/projects/_project.html.erb:27 | |
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] | |
↳ app/models/person.rb:37:in `name' | |
Rendered projects/_project.html.erb (Duration: 30.2ms | Allocations: 24747) | |
(0.4ms) SELECT COUNT(*) FROM "issues" WHERE "issues"."project_id" = $1 AND "issues"."state" = $2 [["project_id", 12], ["state", "closed"]] | |
↳ app/views/projects/_project.html.erb:2 | |
(0.3ms) SELECT COUNT(*) FROM "issues" WHERE "issues"."project_id" = $1 [["project_id", 12]] | |
↳ app/views/projects/_project.html.erb:2 | |
ProjectMember Load (0.2ms) SELECT "project_members".* FROM "project_members" WHERE "project_members"."project_id" = $1 [["project_id", 12]] | |
↳ app/views/projects/_project.html.erb:26:in `each_with_index' | |
CACHE Person Load (0.0ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."id" = $2 LIMIT $3 [["trashed", false], ["id", 13], ["LIMIT", 1]] | |
↳ app/views/projects/_project.html.erb:27 | |
CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] | |
↳ app/models/person.rb:37:in `name' | |
Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."id" = $2 LIMIT $3 [["trashed", false], ["id", 17], ["LIMIT", 1]] | |
↳ app/views/projects/_project.html.erb:27 | |
Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."id" = $2 LIMIT $3 [["trashed", false], ["id", 11], ["LIMIT", 1]] | |
↳ app/views/projects/_project.html.erb:27 | |
User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
↳ app/models/person.rb:37:in `name' | |
Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."id" = $2 LIMIT $3 [["trashed", false], ["id", 18], ["LIMIT", 1]] | |
↳ app/views/projects/_project.html.erb:27 | |
Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."id" = $2 LIMIT $3 [["trashed", false], ["id", 19], ["LIMIT", 1]] | |
↳ app/views/projects/_project.html.erb:27 | |
Rendered projects/_project.html.erb (Duration: 21.4ms | Allocations: 25904) | |
Rendered projects/index.html.erb within layouts/application (Duration: 67.7ms | Allocations: 63670) | |
(0.7ms) SELECT COUNT(*) FROM "accounts" INNER JOIN "people" ON "accounts"."id" = "people"."account_id" WHERE "people"."trashed" = $1 AND "people"."user_id" = $2 [["trashed", false], ["user_id", 7]] | |
↳ app/views/layouts/_navigation.html.erb:35 | |
Rendered layouts/_navigation.html.erb (Duration: 5.0ms | Allocations: 4584) | |
Rendered layouts/_header.html.erb (Duration: 5.7ms | Allocations: 5043) | |
Rendered layouts/_flash_messages.html.erb (Duration: 0.3ms | Allocations: 144) | |
Completed 200 OK in 125ms (Views: 75.4ms | ActiveRecord: 23.5ms | Allocations: 111283) | |
Started GET "/6/settings/people/13-jan-habermann/avatar?size=64" for 127.0.0.1 at 2019-03-21 19:12:53 +0100 | |
Started GET "/6/settings/people/17-asdasd-bla-de/avatar?size=64" for 127.0.0.1 at 2019-03-21 19:12:53 +0100 | |
Started GET "/6/settings/people/11-markus-obitz/avatar?size=64" for 127.0.0.1 at 2019-03-21 19:12:53 +0100 | |
Started GET "/6/settings/people/19-asdasd-asdasd-ea/avatar?size=64" for 127.0.0.1 at 2019-03-21 19:12:53 +0100 | |
[email protected]: module Settings autovivified from directory /Users/jan/Projects/rax/app/controllers/settings | |
[email protected]: autoload set for Settings::ProductTypesController, to be loaded from /Users/jan/Projects/rax/app/controllers/settings/product_types_controller.rb | |
[email protected]: autoload set for Settings::PeopleController, to be loaded from /Users/jan/Projects/rax/app/controllers/settings/people_controller.rb | |
[email protected]: autoload set for Settings::ProfilesController, to be loaded from /Users/jan/Projects/rax/app/controllers/settings/profiles_controller.rb | |
[email protected]: autoload set for Settings::ProductTypes, to be autovivified from /Users/jan/Projects/rax/app/controllers/settings/product_types | |
[email protected]: autoload set for Settings::AccountsController, to be loaded from /Users/jan/Projects/rax/app/controllers/settings/accounts_controller.rb | |
[email protected]: autoload set for Settings::AvatarsController, to be loaded from /Users/jan/Projects/rax/app/controllers/settings/avatars_controller.rb | |
[email protected]: constant SettingsController loaded from file /Users/jan/Projects/rax/app/controllers/settings_controller.rb | |
/Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/gems/zeitwerk-1.4.0/lib/zeitwerk/loader/callbacks.rb:22: warning: already initialized constant Settings | |
/Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activesupport/lib/active_support/inflector/methods.rb:282: warning: previous definition of Settings was here | |
/Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/gems/zeitwerk-1.4.0/lib/zeitwerk/loader/callbacks.rb:22: warning: already initialized constant Settings | |
/Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/gems/zeitwerk-1.4.0/lib/zeitwerk/loader/callbacks.rb:22: warning: previous definition of Settings was here | |
/Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/gems/zeitwerk-1.4.0/lib/zeitwerk/loader/callbacks.rb:22: warning: already initialized constant Settings | |
/Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/gems/zeitwerk-1.4.0/lib/zeitwerk/loader/callbacks.rb:22: warning: previous definition of Settings was here | |
[email protected]: constant Settings::AvatarsController loaded from file /Users/jan/Projects/rax/app/controllers/settings/avatars_controller.rb | |
uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController excluded from capture: Not configured to send/capture in environment 'development' | |
[email protected]: module Settings autovivified from directory /Users/jan/Projects/rax/app/controllers/settings | |
uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController excluded from capture: Not configured to send/capture in environment 'development' | |
[email protected]: module Settings autovivified from directory /Users/jan/Projects/rax/app/controllers/settings | |
ActionController::RoutingError (uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController): | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `const_get' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `block in constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `each' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `inject' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/dependencies/zeitwerk_integration.rb:16:in `constantize' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:88:in `controller_class_for' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:81:in `controller_class' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:45:in `controller' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:31:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:49:in `block in serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `each' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:839:in `call' | |
rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/etag.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/head.rb:12:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/content_security_policy.rb:18:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/cookies.rb:644:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activerecord/lib/active_record/migration.rb:560:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:30:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' | |
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:38:in `call_app' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `block in tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:28:in `tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `tagged' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/remote_ip.rb:81:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/request_id.rb:27:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/method_override.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/runtime.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activesupport/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/static.rb:126:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/sendfile.rb:111:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/host_authorization.rb:83:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sentry-raven (2.9.0) lib/raven/integrations/rack.rb:51:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
webpacker (4.0.2) lib/webpacker/dev_server_proxy.rb:29:in `perform_request' | |
rack-proxy (0.6.5) lib/rack/proxy.rb:57:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/engine.rb:523:in `call' | |
puma (3.12.1) lib/puma/configuration.rb:227:in `call' | |
puma (3.12.1) lib/puma/server.rb:660:in `handle_request' | |
puma (3.12.1) lib/puma/server.rb:474:in `process_client' | |
puma (3.12.1) lib/puma/server.rb:334:in `block in run' | |
puma (3.12.1) lib/puma/thread_pool.rb:135:in `block in spawn_thread' | |
[email protected]: module Settings autovivified from directory /Users/jan/Projects/rax/app/controllers/settings | |
uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController excluded from capture: Not configured to send/capture in environment 'development' | |
ActionController::RoutingError (uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController): | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `const_get' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `block in constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `each' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `inject' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/dependencies/zeitwerk_integration.rb:16:in `constantize' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:88:in `controller_class_for' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:81:in `controller_class' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:45:in `controller' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:31:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:49:in `block in serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `each' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:839:in `call' | |
rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/etag.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/head.rb:12:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/content_security_policy.rb:18:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/cookies.rb:644:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activerecord/lib/active_record/migration.rb:560:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:30:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' | |
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:38:in `call_app' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `block in tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:28:in `tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `tagged' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/remote_ip.rb:81:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/request_id.rb:27:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/method_override.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/runtime.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activesupport/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/static.rb:126:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/sendfile.rb:111:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/host_authorization.rb:83:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sentry-raven (2.9.0) lib/raven/integrations/rack.rb:51:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
webpacker (4.0.2) lib/webpacker/dev_server_proxy.rb:29:in `perform_request' | |
rack-proxy (0.6.5) lib/rack/proxy.rb:57:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/engine.rb:523:in `call' | |
puma (3.12.1) lib/puma/configuration.rb:227:in `call' | |
puma (3.12.1) lib/puma/server.rb:660:in `handle_request' | |
puma (3.12.1) lib/puma/server.rb:474:in `process_client' | |
puma (3.12.1) lib/puma/server.rb:334:in `block in run' | |
puma (3.12.1) lib/puma/thread_pool.rb:135:in `block in spawn_thread' | |
uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController excluded from capture: Not configured to send/capture in environment 'development' | |
Started GET "/6/settings/people/18-asdasds-asdasdsa-de/avatar?size=64" for 127.0.0.1 at 2019-03-21 19:12:53 +0100 | |
ActionController::RoutingError (uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController): | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `const_get' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `block in constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `each' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `inject' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/dependencies/zeitwerk_integration.rb:16:in `constantize' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:88:in `controller_class_for' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:81:in `controller_class' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:45:in `controller' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:31:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:49:in `block in serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `each' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:839:in `call' | |
rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/etag.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/head.rb:12:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/content_security_policy.rb:18:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/cookies.rb:644:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activerecord/lib/active_record/migration.rb:560:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:30:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' | |
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:38:in `call_app' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `block in tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:28:in `tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `tagged' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/remote_ip.rb:81:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/request_id.rb:27:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/method_override.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/runtime.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activesupport/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/static.rb:126:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/sendfile.rb:111:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/host_authorization.rb:83:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sentry-raven (2.9.0) lib/raven/integrations/rack.rb:51:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
webpacker (4.0.2) lib/webpacker/dev_server_proxy.rb:29:in `perform_request' | |
rack-proxy (0.6.5) lib/rack/proxy.rb:57:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/engine.rb:523:in `call' | |
puma (3.12.1) lib/puma/configuration.rb:227:in `call' | |
puma (3.12.1) lib/puma/server.rb:660:in `handle_request' | |
puma (3.12.1) lib/puma/server.rb:474:in `process_client' | |
puma (3.12.1) lib/puma/server.rb:334:in `block in run' | |
puma (3.12.1) lib/puma/thread_pool.rb:135:in `block in spawn_thread' | |
ActionController::RoutingError (uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController): | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `const_get' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `block in constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `each' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `inject' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/dependencies/zeitwerk_integration.rb:16:in `constantize' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:88:in `controller_class_for' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:81:in `controller_class' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:45:in `controller' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:31:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:49:in `block in serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `each' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:839:in `call' | |
rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/etag.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/head.rb:12:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/content_security_policy.rb:18:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/cookies.rb:644:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activerecord/lib/active_record/migration.rb:560:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:30:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' | |
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:38:in `call_app' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `block in tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:28:in `tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `tagged' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/remote_ip.rb:81:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/request_id.rb:27:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/method_override.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/runtime.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activesupport/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/static.rb:126:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/sendfile.rb:111:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/host_authorization.rb:83:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sentry-raven (2.9.0) lib/raven/integrations/rack.rb:51:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
webpacker (4.0.2) lib/webpacker/dev_server_proxy.rb:29:in `perform_request' | |
rack-proxy (0.6.5) lib/rack/proxy.rb:57:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/engine.rb:523:in `call' | |
puma (3.12.1) lib/puma/configuration.rb:227:in `call' | |
puma (3.12.1) lib/puma/server.rb:660:in `handle_request' | |
puma (3.12.1) lib/puma/server.rb:474:in `process_client' | |
puma (3.12.1) lib/puma/server.rb:334:in `block in run' | |
puma (3.12.1) lib/puma/thread_pool.rb:135:in `block in spawn_thread' | |
uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController excluded from capture: Not configured to send/capture in environment 'development' | |
ActionController::RoutingError (uninitialized constant Settings::AvatarsController | |
Did you mean? AbstractController): | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `const_get' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:284:in `block in constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `each' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `inject' | |
rails (382a9563a3bc) activesupport/lib/active_support/inflector/methods.rb:280:in `constantize' | |
rails (382a9563a3bc) activesupport/lib/active_support/dependencies/zeitwerk_integration.rb:16:in `constantize' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:88:in `controller_class_for' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/request.rb:81:in `controller_class' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:45:in `controller' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:31:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:49:in `block in serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `each' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/journey/router.rb:32:in `serve' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/routing/route_set.rb:839:in `call' | |
rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/etag.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/conditional_get.rb:25:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/head.rb:12:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/http/content_security_policy.rb:18:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context' | |
rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/cookies.rb:644:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activerecord/lib/active_record/migration.rb:560:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/callbacks.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:30:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' | |
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' | |
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:38:in `call_app' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `block in tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:28:in `tagged' | |
rails (382a9563a3bc) activesupport/lib/active_support/tagged_logging.rb:80:in `tagged' | |
rails (382a9563a3bc) railties/lib/rails/rack/logger.rb:26:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/remote_ip.rb:81:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/request_id.rb:27:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/method_override.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/runtime.rb:22:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) activesupport/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/executor.rb:14:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/static.rb:126:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rack (2.0.6) lib/rack/sendfile.rb:111:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/host_authorization.rb:83:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
sentry-raven (2.9.0) lib/raven/integrations/rack.rb:51:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
webpacker (4.0.2) lib/webpacker/dev_server_proxy.rb:29:in `perform_request' | |
rack-proxy (0.6.5) lib/rack/proxy.rb:57:in `call' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:57:in `block in call' | |
rails (382a9563a3bc) activesupport/lib/active_support/notifications.rb:182:in `instrument' | |
rails (382a9563a3bc) actionpack/lib/action_dispatch/middleware/stack.rb:56:in `call' | |
rails (382a9563a3bc) railties/lib/rails/engine.rb:523:in `call' | |
puma (3.12.1) lib/puma/configuration.rb:227:in `call' | |
puma (3.12.1) lib/puma/server.rb:660:in `handle_request' | |
puma (3.12.1) lib/puma/server.rb:474:in `process_client' | |
puma (3.12.1) lib/puma/server.rb:334:in `block in run' | |
puma (3.12.1) lib/puma/thread_pool.rb:135:in `block in spawn_thread' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment