Created
March 22, 2019 18:12
-
-
Save haberbyte/397b12531343861de813be1cca76beec to your computer and use it in GitHub Desktop.
This file contains 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:10:00] | |
$ 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 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 "/cable" for 127.0.0.1 at 2019-03-22 19:10:41 +0100 | |
(0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC | |
[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-22 19:10:42 +0100 | |
Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket) | |
[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.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/channels/application_cable/connection.rb:37:in `find_user_session' | |
[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 | |
[email protected]: constant Account loaded from file /Users/jan/Projects/rax/app/models/account.rb | |
Account Load (0.8ms) 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 (1.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 Searchable loaded from file /Users/jan/Projects/rax/app/models/concerns/searchable.rb | |
[email protected]: constant Project loaded from file /Users/jan/Projects/rax/app/models/project.rb | |
[email protected]: constant ApplicationRecord loaded from file /Users/jan/Projects/rax/app/models/application_record.rb | |
[email protected]: constant Plan loaded from file /Users/jan/Projects/rax/app/models/plan.rb | |
[[email protected]] Plan Load (0.8ms) 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 | |
[[email protected]] Finished "/cable/" [WebSocket] for 127.0.0.1 at 2019-03-22 19:10:54 +0100 | |
[[email protected]] PlanChannel stopped streaming from plan:Z2lkOi8vcmF4L1BsYW4vNjE | |
Started GET "/6/projects/12/plans/61" for 127.0.0.1 at 2019-03-22 19:10:54 +0100 | |
[email protected]: module Projects autovivified from directory /Users/jan/Projects/rax/app/controllers/projects | |
[email protected]: autoload set for Projects::AttachmentsController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/attachments_controller.rb | |
[email protected]: autoload set for Projects::Plans, to be autovivified from /Users/jan/Projects/rax/app/controllers/projects/plans | |
[email protected]: autoload set for Projects::ItemImagesController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/item_images_controller.rb | |
[email protected]: autoload set for Projects::ItemsController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/items_controller.rb | |
[email protected]: autoload set for Projects::IssuesController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/issues_controller.rb | |
[email protected]: autoload set for Projects::AssetsController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/assets_controller.rb | |
[email protected]: autoload set for Projects::MembersController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/members_controller.rb | |
[email protected]: autoload set for Projects::SearchesController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/searches_controller.rb | |
[email protected]: autoload set for Projects::IssueCommentsController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/issue_comments_controller.rb | |
[email protected]: autoload set for Projects::PlansController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/plans_controller.rb | |
[email protected]: constant ProjectScoped loaded from file /Users/jan/Projects/rax/app/controllers/concerns/project_scoped.rb | |
[email protected]: constant Projects::PlansController loaded from file /Users/jan/Projects/rax/app/controllers/projects/plans_controller.rb | |
Processing by Projects::PlansController#show as HTML | |
Parameters: {"account_id"=>"6", "project_id"=>"12", "id"=>"61"} | |
[email protected]: constant Current loaded from file /Users/jan/Projects/rax/app/models/current.rb | |
Account Load (0.3ms) 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.4ms) 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.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] | |
↳ app/controllers/concerns/authenticate.rb:21:in `authenticate' | |
Account Exists (0.4ms) 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.2ms) 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.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
↳ app/models/current.rb:17:in `person=' | |
(0.2ms) 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", 54073], ["current_login_at", "2019-03-22 18:10:54.258793"], ["last_login_at", "2019-03-22 18:09:50.120591"], ["updated_at", "2019-03-22 18:10:54.259150"], ["id", 7]] | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
(40.7ms) 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 | |
Project Load (0.6ms) SELECT "projects".* FROM "projects" INNER JOIN "project_members" ON "projects"."id" = "project_members"."project_id" WHERE "project_members"."person_id" = $1 AND "projects"."id" = $2 LIMIT $3 [["person_id", 13], ["id", 12], ["LIMIT", 1]] | |
↳ app/controllers/concerns/project_scoped.rb:14:in `set_project' | |
Plan Load (0.3ms) SELECT "plans".* FROM "plans" WHERE "plans"."project_id" = $1 AND "plans"."id" = $2 LIMIT $3 [["project_id", 12], ["id", 61], ["LIMIT", 1]] | |
↳ app/controllers/projects/plans_controller.rb:68:in `set_plan' | |
[email protected]: constant Positioning loaded from file /Users/jan/Projects/rax/app/models/concerns/positioning.rb | |
[email protected]: constant Layer loaded from file /Users/jan/Projects/rax/app/models/layer.rb | |
Layer Load (0.4ms) SELECT "layers".* FROM "layers" WHERE "layers"."plan_id" = $1 ORDER BY "layers"."position" ASC [["plan_id", 61]] | |
↳ app/controllers/projects/plans_controller.rb:68:in `set_plan' | |
[email protected]: constant Item loaded from file /Users/jan/Projects/rax/app/models/item.rb | |
(4.6ms) SELECT f_geometry_column,coord_dimension,srid,type FROM geometry_columns WHERE f_table_name='items' | |
↳ app/controllers/projects/plans_controller.rb:68:in `set_plan' | |
Item Load (0.7ms) SELECT "items".* FROM "items" WHERE "items"."plan_id" = $1 [["plan_id", 61]] | |
↳ app/controllers/projects/plans_controller.rb:68:in `set_plan' | |
[email protected]: constant ItemImage loaded from file /Users/jan/Projects/rax/app/models/item_image.rb | |
ItemImage Load (0.8ms) SELECT "item_images".* FROM "item_images" WHERE "item_images"."position" = $1 AND "item_images"."item_id" IN ($2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64) ORDER BY "item_images"."position" ASC [["position", 1], ["item_id", 879], ["item_id", 676], ["item_id", 606], ["item_id", 668], ["item_id", 613], ["item_id", 614], ["item_id", 603], ["item_id", 949], ["item_id", 675], ["item_id", 677], ["item_id", 636], ["item_id", 678], ["item_id", 952], ["item_id", 729], ["item_id", 722], ["item_id", 599], ["item_id", 954], ["item_id", 967], ["item_id", 616], ["item_id", 754], ["item_id", 726], ["item_id", 604], ["item_id", 612], ["item_id", 684], ["item_id", 953], ["item_id", 605], ["item_id", 958], ["item_id", 667], ["item_id", 669], ["item_id", 902], ["item_id", 736], ["item_id", 693], ["item_id", 962], ["item_id", 737], ["item_id", 653], ["item_id", 617], ["item_id", 727], ["item_id", 629], ["item_id", 725], ["item_id", 656], ["item_id", 918], ["item_id", 901], ["item_id", 747], ["item_id", 749], ["item_id", 931], ["item_id", 950], ["item_id", 868], ["item_id", 673], ["item_id", 782], ["item_id", 930], ["item_id", 960], ["item_id", 924], ["item_id", 963], ["item_id", 746], ["item_id", 683], ["item_id", 602], ["item_id", 672], ["item_id", 955], ["item_id", 863], ["item_id", 975], ["item_id", 777], ["item_id", 814], ["item_id", 812]] | |
↳ app/controllers/projects/plans_controller.rb:68:in `set_plan' | |
Rendering projects/plans/show.html.erb within layouts/application | |
Rendered projects/plans/_plan.html.erb (Duration: 1.9ms | Allocations: 590) | |
Rendered projects/plans/show.html.erb within layouts/application (Duration: 4.3ms | Allocations: 1256) | |
(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: 13.9ms | Allocations: 25918) | |
Rendered layouts/_header.html.erb (Duration: 14.8ms | Allocations: 26597) | |
Rendered layouts/_flash_messages.html.erb (Duration: 0.3ms | Allocations: 151) | |
Plan Load (0.3ms) SELECT "plans".* FROM "plans" WHERE "plans"."project_id" = $1 [["project_id", 12]] | |
↳ app/views/layouts/sidebar/_project.html.erb:26 | |
Rendered layouts/sidebar/_project.html.erb (Duration: 7.9ms | Allocations: 6488) | |
Completed 200 OK in 1795ms (Views: 1590.7ms | ActiveRecord: 114.3ms | Allocations: 2150898) | |
Started GET "/6/settings/people/13-jan-habermann/avatar?size=36" for 127.0.0.1 at 2019-03-22 19:10:56 +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 | |
[email protected]: constant Settings::AvatarsController loaded from file /Users/jan/Projects/rax/app/controllers/settings/avatars_controller.rb | |
Processing by Settings::AvatarsController#show as HTML | |
Parameters: {"size"=>"36", "account_id"=>"6", "person_id"=>"13-jan-habermann"} | |
Account Load (0.5ms) 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.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] | |
↳ app/controllers/concerns/authenticate.rb:21:in `authenticate' | |
Started GET "/cable" for 127.0.0.1 at 2019-03-22 19:10:56 +0100 | |
Account Exists (2.3ms) 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]] | |
Started GET "/6/projects/12/plans/61" for 127.0.0.1 at 2019-03-22 19:10:56 +0100 | |
↳ app/controllers/concerns/authenticate.rb:102:in `require_authorization_for' | |
Started GET "/cable/" [WebSocket] for 127.0.0.1 at 2019-03-22 19:10:56 +0100 | |
Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket) | |
Person Load (2.0ms) 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.5ms) 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 (0.7ms) UPDATE "users" SET "login_count" = $1, "current_login_at" = $2, "last_login_at" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["login_count", 54074], ["current_login_at", "2019-03-22 18:10:56.257193"], ["last_login_at", "2019-03-22 18:10:54.258793"], ["updated_at", "2019-03-22 18:10:56.257335"], ["id", 7]] | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
(0.7ms) COMMIT | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
Person Load (0.5ms) SELECT "people".* FROM "people" WHERE "people"."trashed" = $1 AND "people"."account_id" = $2 AND "people"."id" = $3 LIMIT $4 [["trashed", false], ["account_id", 6], ["id", 13], ["LIMIT", 1]] | |
↳ app/controllers/settings/avatars_controller.rb:41:in `set_person' | |
[email protected]: constant Avatar loaded from file /Users/jan/Projects/rax/app/models/avatar.rb | |
Processing by Projects::PlansController#show as JSON | |
Parameters: {"account_id"=>"6", "project_id"=>"12", "id"=>"61"} | |
User Load (2.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/channels/application_cable/connection.rb:37:in `find_user_session' | |
Account Load (2.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
Avatar Load (1.6ms) SELECT "avatars".* FROM "avatars" INNER JOIN "users" ON "avatars"."user_id" = "users"."id" WHERE "users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] | |
↳ app/controllers/concerns/require_account.rb:13:in `require_account' | |
↳ app/controllers/settings/avatars_controller.rb:45:in `set_avatar' | |
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' | |
User Load (3.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/controllers/concerns/authenticate.rb:47:in `current_user_session' | |
Person Load (1.5ms) 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) | |
User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] | |
↳ app/controllers/concerns/authenticate.rb:21:in `authenticate' | |
[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 | |
Account Exists (5.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' | |
ActiveStorage::Attachment Load (4.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = $1 AND "active_storage_attachments"."record_type" = $2 AND "active_storage_attachments"."name" = $3 LIMIT $4 [["record_id", 4], ["record_type", "Avatar"], ["name", "image"], ["LIMIT", 1]] | |
↳ app/models/avatar.rb:29:in `default' | |
Person Load (2.7ms) 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' | |
[[email protected]] Plan Load (10.4ms) 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]] | |
Account Load (1.0ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
[[email protected]] ↳ app/channels/plan_channel.rb:5:in `subscribed' | |
↳ app/models/current.rb:17:in `person=' | |
[[email protected]] PlanChannel is transmitting the subscription confirmation | |
(9.2ms) BEGIN | |
[[email protected]] PlanChannel is streaming from plan:Z2lkOi8vcmF4L1BsYW4vNjE | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
[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 | |
User Update (0.8ms) UPDATE "users" SET "login_count" = $1, "current_login_at" = $2, "last_login_at" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["login_count", 54075], ["current_login_at", "2019-03-22 18:10:56.347094"], ["last_login_at", "2019-03-22 18:10:56.257193"], ["updated_at", "2019-03-22 18:10:56.347687"], ["id", 7]] | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
[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.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 692], ["LIMIT", 1]] | |
↳ app/models/avatar.rb:29: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 | |
Redirected to http://localhost:3000/storage/representations/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBclFDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--19d6eb84f04a9da965c5530bf367068a0830195b/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUtaQTJrQmdta0NKZzVwQWlZT09oTnlaWE5wZW1WZmRHOWZabWxzYkZzSGFTbHBLUT09IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--d6ca63aee88d1f16242e9819a3b1cb9f70fd356e/DSC03602.jpg?account_id=6 | |
Completed 302 Found in 172ms (ActiveRecord: 60.0ms | Allocations: 87518) | |
(41.6ms) COMMIT | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
Started GET "/storage/representations/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBclFDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--19d6eb84f04a9da965c5530bf367068a0830195b/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUtaQTJrQmdta0NKZzVwQWlZT09oTnlaWE5wZW1WZmRHOWZabWxzYkZzSGFTbHBLUT09IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--d6ca63aee88d1f16242e9819a3b1cb9f70fd356e/DSC03602.jpg?account_id=6" for 127.0.0.1 at 2019-03-22 19:10:56 +0100 | |
Project Load (8.6ms) SELECT "projects".* FROM "projects" INNER JOIN "project_members" ON "projects"."id" = "project_members"."project_id" WHERE "project_members"."person_id" = $1 AND "projects"."id" = $2 LIMIT $3 [["person_id", 13], ["id", 12], ["LIMIT", 1]] | |
[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 | |
↳ app/controllers/concerns/project_scoped.rb:14:in `set_project' | |
[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 | |
Parameters: {"account_id"=>"6", "signed_blob_id"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBclFDIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--19d6eb84f04a9da965c5530bf367068a0830195b", "variation_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9KWTNKdmNGc0phUUtaQTJrQmdta0NKZzVwQWlZT09oTnlaWE5wZW1WZmRHOWZabWxzYkZzSGFTbHBLUT09IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--d6ca63aee88d1f16242e9819a3b1cb9f70fd356e", "filename"=>"DSC03602"} | |
[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 | |
Plan Load (2.1ms) SELECT "plans".* FROM "plans" WHERE "plans"."project_id" = $1 AND "plans"."id" = $2 LIMIT $3 [["project_id", 12], ["id", 61], ["LIMIT", 1]] | |
↳ app/controllers/projects/plans_controller.rb:68:in `set_plan' | |
ActiveStorage::Blob Load (2.2ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 692], ["LIMIT", 1]] | |
Disk Storage (0.1ms) Checked if file exists at key: variants/4kiwfbxntxlew9z3stdvi41s14ry/e773b1dd51f151e2e54f5045bcf5bf71b224f5def484413b6c54a15a5dc31d5a (yes) | |
Disk Storage (0.5ms) Generated URL for file at key: variants/4kiwfbxntxlew9z3stdvi41s14ry/e773b1dd51f151e2e54f5045bcf5bf71b224f5def484413b6c54a15a5dc31d5a (http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZOR3RwZDJaaWVHNTBlR3hsZHpsNk0zTjBaSFpwTkRGek1UUnllUzlsTnpjellqRmtaRFV4WmpFMU1XVXlaVFUwWmpVd05EVmlZMlkxWW1ZM01XSXlNalJtTldSbFpqUTRORFF4TTJJMll6VTBZVEUxWVRWa1l6TXhaRFZoQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKRGFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVJGTkRNRE0yTURJdWFuQm5JanNnWm1sc1pXNWhiV1VxUFZWVVJpMDRKeWRFVTBNd016WXdNaTVxY0djR093WlVPaEZqYjI1MFpXNTBYM1I1Y0dWSklnOXBiV0ZuWlM5cWNHVm5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjJUMTg6MTU6NTYuNDQ1WiIsInB1ciI6ImJsb2Jfa2V5In19--b72a4ff9e060df5d75adb1fb94f7b290afa18d31/DSC03602.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22DSC03602.jpg%22%3B+filename%2A%3DUTF-8%27%27DSC03602.jpg) | |
Redirected to http://localhost:3000/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZOR3RwZDJaaWVHNTBlR3hsZHpsNk0zTjBaSFpwTkRGek1UUnllUzlsTnpjellqRmtaRFV4WmpFMU1XVXlaVFUwWmpVd05EVmlZMlkxWW1ZM01XSXlNalJtTldSbFpqUTRORFF4TTJJMll6VTBZVEUxWVRWa1l6TXhaRFZoQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKRGFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVJGTkRNRE0yTURJdWFuQm5JanNnWm1sc1pXNWhiV1VxUFZWVVJpMDRKeWRFVTBNd016WXdNaTVxY0djR093WlVPaEZqYjI1MFpXNTBYM1I1Y0dWSklnOXBiV0ZuWlM5cWNHVm5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjJUMTg6MTU6NTYuNDQ1WiIsInB1ciI6ImJsb2Jfa2V5In19--b72a4ff9e060df5d75adb1fb94f7b290afa18d31/DSC03602.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22DSC03602.jpg%22%3B+filename%2A%3DUTF-8%27%27DSC03602.jpg | |
Layer Load (1.0ms) SELECT "layers".* FROM "layers" WHERE "layers"."plan_id" = $1 ORDER BY "layers"."position" ASC [["plan_id", 61]] | |
Completed 302 Found in 7ms (ActiveRecord: 2.2ms | Allocations: 4732) | |
↳ app/controllers/projects/plans_controller.rb:68:in `set_plan' | |
Started GET "/storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZOR3RwZDJaaWVHNTBlR3hsZHpsNk0zTjBaSFpwTkRGek1UUnllUzlsTnpjellqRmtaRFV4WmpFMU1XVXlaVFUwWmpVd05EVmlZMlkxWW1ZM01XSXlNalJtTldSbFpqUTRORFF4TTJJMll6VTBZVEUxWVRWa1l6TXhaRFZoQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKRGFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVJGTkRNRE0yTURJdWFuQm5JanNnWm1sc1pXNWhiV1VxUFZWVVJpMDRKeWRFVTBNd016WXdNaTVxY0djR093WlVPaEZqYjI1MFpXNTBYM1I1Y0dWSklnOXBiV0ZuWlM5cWNHVm5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjJUMTg6MTU6NTYuNDQ1WiIsInB1ciI6ImJsb2Jfa2V5In19--b72a4ff9e060df5d75adb1fb94f7b290afa18d31/DSC03602.jpg?content_type=image%2Fjpeg&disposition=inline%3B+filename%3D%22DSC03602.jpg%22%3B+filename%2A%3DUTF-8%27%27DSC03602.jpg" for 127.0.0.1 at 2019-03-22 19:10:56 +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 | |
Item Load (9.5ms) SELECT "items".* FROM "items" WHERE "items"."plan_id" = $1 [["plan_id", 61]] | |
Parameters: {"content_type"=>"image/jpeg", "disposition"=>"inline; filename=\"DSC03602.jpg\"; filename*=UTF-8''DSC03602.jpg", "encoded_key"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSnJkbUZ5YVdGdWRITXZOR3RwZDJaaWVHNTBlR3hsZHpsNk0zTjBaSFpwTkRGek1UUnllUzlsTnpjellqRmtaRFV4WmpFMU1XVXlaVFUwWmpVd05EVmlZMlkxWW1ZM01XSXlNalJtTldSbFpqUTRORFF4TTJJMll6VTBZVEUxWVRWa1l6TXhaRFZoQmpvR1JWUTZFR1JwYzNCdmMybDBhVzl1U1NKRGFXNXNhVzVsT3lCbWFXeGxibUZ0WlQwaVJGTkRNRE0yTURJdWFuQm5JanNnWm1sc1pXNWhiV1VxUFZWVVJpMDRKeWRFVTBNd016WXdNaTVxY0djR093WlVPaEZqYjI1MFpXNTBYM1I1Y0dWSklnOXBiV0ZuWlM5cWNHVm5CanNHVkE9PSIsImV4cCI6IjIwMTktMDMtMjJUMTg6MTU6NTYuNDQ1WiIsInB1ciI6ImJsb2Jfa2V5In19--b72a4ff9e060df5d75adb1fb94f7b290afa18d31", "filename"=>"DSC03602"} | |
↳ app/controllers/projects/plans_controller.rb:68:in `set_plan' | |
Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Allocations: 496) | |
ItemImage Load (1.5ms) SELECT "item_images".* FROM "item_images" WHERE "item_images"."position" = $1 AND "item_images"."item_id" IN ($2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64) ORDER BY "item_images"."position" ASC [["position", 1], ["item_id", 879], ["item_id", 676], ["item_id", 606], ["item_id", 668], ["item_id", 613], ["item_id", 614], ["item_id", 603], ["item_id", 949], ["item_id", 675], ["item_id", 677], ["item_id", 636], ["item_id", 678], ["item_id", 952], ["item_id", 729], ["item_id", 722], ["item_id", 599], ["item_id", 954], ["item_id", 967], ["item_id", 616], ["item_id", 754], ["item_id", 726], ["item_id", 604], ["item_id", 612], ["item_id", 684], ["item_id", 953], ["item_id", 605], ["item_id", 958], ["item_id", 667], ["item_id", 669], ["item_id", 902], ["item_id", 736], ["item_id", 693], ["item_id", 962], ["item_id", 737], ["item_id", 653], ["item_id", 617], ["item_id", 727], ["item_id", 629], ["item_id", 725], ["item_id", 656], ["item_id", 918], ["item_id", 901], ["item_id", 747], ["item_id", 749], ["item_id", 931], ["item_id", 950], ["item_id", 868], ["item_id", 673], ["item_id", 782], ["item_id", 930], ["item_id", 960], ["item_id", 924], ["item_id", 963], ["item_id", 746], ["item_id", 683], ["item_id", 602], ["item_id", 672], ["item_id", 955], ["item_id", 863], ["item_id", 975], ["item_id", 777], ["item_id", 814], ["item_id", 812]] | |
↳ app/controllers/projects/plans_controller.rb:68:in `set_plan' | |
Rendering projects/plans/show.json.jbuilder | |
CACHE Layer Load (0.0ms) SELECT "layers".* FROM "layers" WHERE "layers"."plan_id" = $1 ORDER BY "layers"."position" ASC [["plan_id", 61]] | |
↳ app/models/plan.rb:31:in `all_layers' | |
Item Load (0.8ms) SELECT "items".* FROM "items" WHERE "items"."layer_id" IN ($1, $2, $3, $4) [["layer_id", 244], ["layer_id", 243], ["layer_id", 241], ["layer_id", 242]] | |
↳ app/models/plan.rb:31:in `all_layers' | |
Plan Load (0.3ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 7.9ms | Allocations: 7361) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 6.1ms | Allocations: 6552) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.6ms | Allocations: 6545) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.8ms | Allocations: 6556) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 6.0ms | Allocations: 6560) | |
Item Load (0.6ms) SELECT "items".* FROM "items" WHERE "items"."layer_id" IS NULL AND "items"."plan_id" = $1 [["plan_id", 61]] | |
↳ app/views/projects/plans/show.json.jbuilder:20 | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.2ms | Allocations: 6431) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 34.4ms | Allocations: 6436) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 6.3ms | Allocations: 6418) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 7.3ms | Allocations: 6416) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 7.6ms | Allocations: 6414) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.6ms | Allocations: 6412) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.4ms | Allocations: 6536) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.5ms | Allocations: 6415) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 4.9ms | Allocations: 6412) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.8ms | Allocations: 6413) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.5ms | Allocations: 6412) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.2ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 4.7ms | Allocations: 6584) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.8ms | Allocations: 6508) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.3ms | Allocations: 6415) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.3ms | Allocations: 6406) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.6ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.1ms | Allocations: 6559) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 4.7ms | Allocations: 6410) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.6ms | Allocations: 6542) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.1ms | Allocations: 6426) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.6ms | Allocations: 6525) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.9ms | Allocations: 6528) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.1ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 4.7ms | Allocations: 6412) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.5ms | Allocations: 6538) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.0ms | Allocations: 6413) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.0ms | Allocations: 6411) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.9ms | Allocations: 6413) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.4ms | Allocations: 6524) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 4.8ms | Allocations: 6587) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.1ms | Allocations: 6537) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 4.9ms | Allocations: 6417) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.2ms | Allocations: 6413) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 6.1ms | Allocations: 6414) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.6ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 4.9ms | Allocations: 6410) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.1ms | Allocations: 6406) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.3ms | Allocations: 6406) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.4ms | Allocations: 6564) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 6.8ms | Allocations: 6552) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 6.0ms | Allocations: 6411) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.1ms | Allocations: 6415) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.5ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.2ms | Allocations: 6407) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.4ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 6.6ms | Allocations: 6522) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.5ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.0ms | Allocations: 6406) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.9ms | Allocations: 6417) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.3ms | Allocations: 6545) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 5.9ms | Allocations: 6415) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 7.2ms | Allocations: 6407) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 7.2ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 7.8ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 6.4ms | Allocations: 6413) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 38.9ms | Allocations: 6409) | |
CACHE Plan Load (0.0ms) SELECT "plans".* FROM "plans" WHERE "plans"."id" = $1 LIMIT $2 [["id", 61], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
CACHE Project Load (0.0ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] | |
↳ app/models/item.rb:23:in `project' | |
Rendered projects/plans/items/_item.json.jbuilder (Duration: 6.4ms | Allocations: 6412) | |
Rendered projects/plans/show.json.jbuilder (Duration: 447.8ms | Allocations: 423661) | |
Completed 200 OK in 639ms (Views: 446.9ms | ActiveRecord: 95.0ms | Allocations: 513565) | |
Started GET "/6/projects/12/plans/61/tiles/2/0/0.png?1553214603" for 127.0.0.1 at 2019-03-22 19:10:56 +0100 | |
Started GET "/6/projects/12/plans/61/tiles/2/0/1.png?1553214603" for 127.0.0.1 at 2019-03-22 19:10:56 +0100 | |
Started GET "/6/projects/12/plans/61/tiles/2/1/2.png?1553214603" for 127.0.0.1 at 2019-03-22 19:10:56 +0100 | |
Started GET "/6/projects/12/plans/61/tiles/2/1/0.png?1553214603" for 127.0.0.1 at 2019-03-22 19:10:56 +0100 | |
Started GET "/6/projects/12/plans/61/tiles/2/1/1.png?1553214603" for 127.0.0.1 at 2019-03-22 19:10:56 +0100 | |
[email protected]: module Projects::Plans autovivified from directory /Users/jan/Projects/rax/app/controllers/projects/plans | |
[email protected]: autoload set for Projects::Plans::LayersController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/plans/layers_controller.rb | |
[email protected]: autoload set for Projects::Plans::TilesController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/plans/tiles_controller.rb | |
[email protected]: autoload set for Projects::Plans::ItemsController, to be loaded from /Users/jan/Projects/rax/app/controllers/projects/plans/items_controller.rb | |
[email protected]: constant Projects::Plans::TilesController loaded from file /Users/jan/Projects/rax/app/controllers/projects/plans/tiles_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 Projects::Plans | |
/Users/jan/.rbenv/versions/2.6.2/lib/ruby/gems/2.6.0/bundler/gems/rails-382a9563a3bc/activesupport/lib/active_support/inflector/methods.rb:284: warning: previous definition of Plans was here | |
[email protected]: module Projects::Plans autovivified from directory /Users/jan/Projects/rax/app/controllers/projects/plans | |
uninitialized constant Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController excluded from capture: Not configured to send/capture in environment 'development' | |
/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 Projects::Plans | |
/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 Plans was here | |
[email protected]: module Projects::Plans autovivified from directory /Users/jan/Projects/rax/app/controllers/projects/plans | |
uninitialized constant Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController excluded from capture: Not configured to send/capture in environment 'development' | |
/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 Projects::Plans | |
/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 Plans was here | |
[email protected]: module Projects::Plans autovivified from directory /Users/jan/Projects/rax/app/controllers/projects/plans | |
Processing by Projects::Plans::TilesController#show as PNG | |
ActionController::RoutingError (uninitialized constant Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController): | |
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 Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController): | |
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 Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController excluded from capture: Not configured to send/capture in environment 'development' | |
Parameters: {"1553214603"=>nil, "account_id"=>"6", "project_id"=>"12", "plan_id"=>"61", "path"=>"2/0/1"} | |
ActionController::RoutingError (uninitialized constant Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController): | |
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' | |
Account Load (95.9ms) 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 (1.3ms) 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.7ms) 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.1ms) 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.8ms) 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' | |
uninitialized constant Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController excluded from capture: Not configured to send/capture in environment 'development' | |
Account Load (5.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] | |
ActionController::RoutingError (uninitialized constant Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController): | |
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' | |
↳ app/models/current.rb:17:in `person=' | |
(1.3ms) BEGIN | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
User Update (0.8ms) UPDATE "users" SET "login_count" = $1, "current_login_at" = $2, "last_login_at" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["login_count", 54076], ["current_login_at", "2019-03-22 18:10:58.101435"], ["last_login_at", "2019-03-22 18:10:56.347094"], ["updated_at", "2019-03-22 18:10:58.101615"], ["id", 7]] | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
(0.8ms) COMMIT | |
↳ app/models/user/login_tracking.rb:14:in `update_tracked_fields!' | |
Project Load (1.2ms) SELECT "projects".* FROM "projects" INNER JOIN "project_members" ON "projects"."id" = "project_members"."project_id" WHERE "project_members"."person_id" = $1 AND "projects"."id" = $2 LIMIT $3 [["person_id", 13], ["id", 12], ["LIMIT", 1]] | |
↳ app/controllers/concerns/project_scoped.rb:14:in `set_project' | |
Plan Load (0.7ms) SELECT "plans".* FROM "plans" WHERE "plans"."project_id" = $1 AND "plans"."id" = $2 LIMIT $3 [["project_id", 12], ["id", 61], ["LIMIT", 1]] | |
↳ app/controllers/projects/plans/tiles_controller.rb:20:in `set_plan' | |
Sent file /Users/jan/Projects/rax/storage/tiles/61/2/0/1.png (0.5ms) | |
Completed 200 OK in 569ms (ActiveRecord: 109.7ms | Allocations: 1017192) | |
Started GET "/6/projects/12/plans/61/tiles/2/0/2.png?1553214603" for 127.0.0.1 at 2019-03-22 19:10:58 +0100 | |
uninitialized constant Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController excluded from capture: Not configured to send/capture in environment 'development' | |
ActionController::RoutingError (uninitialized constant Projects::Plans::TilesController | |
Did you mean? Projects::ItemsController | |
Projects::AssetsController | |
Projects::IssuesController): | |
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