Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.82 KB | None | 0 0
  1. Started GET "/admin/users/1/edit" for 127.0.0.1 at 2018-07-18 13:53:49 +0300
  2. (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
  3. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  4. Processing by Spree::Admin::UsersController#edit as HTML
  5. Parameters: {"id"=>"1"}
  6. Spree::Preference Load (0.2ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = $1 LIMIT $2 [["key", "spree/backend_configuration/locale"], ["LIMIT", 1]]
  7. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  8. Spree::User Load (0.6ms) SELECT "spree_users".* FROM "spree_users" WHERE "spree_users"."deleted_at" IS NULL AND "spree_users"."id" = $1 ORDER BY "spree_users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]
  9. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  10. Spree::Role Load (0.5ms) SELECT "spree_roles".* FROM "spree_roles" INNER JOIN "spree_role_users" ON "spree_roles"."id" = "spree_role_users"."role_id" WHERE "spree_role_users"."user_id" = $1 [["user_id", 1]]
  11. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  12. Spree::User Load (0.5ms) SELECT "spree_users".* FROM "spree_users" WHERE "spree_users"."deleted_at" IS NULL AND "spree_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
  13. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  14. Deface: 1 overrides found for 'spree/layouts/admin'
  15. Deface: 'add_web_console_to_bottom' matched 1 times with 'div#wrapper'
  16. Deface: [WARNING] No :original defined for 'add_web_console_to_bottom', you should change its definition to include:
  17. :original => '621a80c7c6393810b61429e5e827cd5cedf390b1'
  18. Rendering /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/users/edit.html.erb within spree/layouts/admin
  19. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/users/_sidebar.html.erb (3.1ms)
  20. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/users/_user_page_actions.html.erb (34.0ms)
  21. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_error_messages.html.erb (0.4ms)
  22. Spree::Role Load (0.3ms) SELECT "spree_roles".* FROM "spree_roles"
  23. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  24. (0.5ms) SELECT "spree_roles"."id" FROM "spree_roles" INNER JOIN "spree_role_users" ON "spree_roles"."id" = "spree_role_users"."role_id" WHERE "spree_role_users"."user_id" = $1 [["user_id", 1]]
  25. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  26. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/users/_form.html.erb (7.1ms)
  27. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_edit_resource_links.html.erb (0.7ms)
  28. (0.9ms) SELECT SUM("spree_orders"."total") FROM "spree_orders" WHERE "spree_orders"."user_id" = $1 AND "spree_orders"."completed_at" IS NOT NULL [["user_id", 1]]
  29. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  30. Spree::Preference Load (0.2ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = $1 LIMIT $2 [["key", "spree/app_configuration/currency"], ["LIMIT", 1]]
  31. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  32. (0.4ms) SELECT COUNT(*) FROM "spree_orders" WHERE "spree_orders"."user_id" = $1 AND "spree_orders"."completed_at" IS NOT NULL [["user_id", 1]]
  33. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  34. CACHE (0.0ms) SELECT COUNT(*) FROM "spree_orders" WHERE "spree_orders"."user_id" = $1 AND "spree_orders"."completed_at" IS NOT NULL [["user_id", 1]]
  35. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  36. Spree::StoreCredit Load (0.6ms) SELECT "spree_store_credits".* FROM "spree_store_credits" WHERE "spree_store_credits"."deleted_at" IS NULL AND "spree_store_credits"."user_id" = $1 [["user_id", 1]]
  37. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  38. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/users/_lifetime_stats.html.erb (15.4ms)
  39. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/users/edit.html.erb within spree/layouts/admin (89.7ms)
  40. Spree::Preference Load (0.3ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = $1 LIMIT $2 [["key", "spree/app_configuration/admin_path"], ["LIMIT", 1]]
  41. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  42. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_core-3.6.2/app/views/spree/shared/_paths.html.erb (1.5ms)
  43. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_translations.html.erb (2.5ms)
  44. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_head.html.erb (3327.4ms)
  45. Deface: 1 overrides found for 'spree/admin/shared/_header'
  46. Deface: 'auth_admin_login_navigation_bar' matched 0 times with '[data-hook='admin_login_navigation_bar'], #admin_login_navigation_bar[data-hook]'
  47. Spree::Preference Load (0.3ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = $1 LIMIT $2 [["key", "spree/app_configuration/admin_interface_logo"], ["LIMIT", 1]]
  48. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  49. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_account_nav.html.erb (1.7ms)
  50. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_header.html.erb (10.2ms)
  51. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/sub_menu/_returns.html.erb (4.6ms)
  52. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/sub_menu/_product.html.erb (38.6ms)
  53. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/sub_menu/_promotion.html.erb (2.6ms)
  54. Spree::Store Load (0.4ms) SELECT "spree_stores".* FROM "spree_stores" WHERE (url like '%localhost%') ORDER BY "spree_stores"."id" ASC LIMIT $1 [["LIMIT", 1]]
  55. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  56. Spree::Store Load (0.3ms) SELECT "spree_stores".* FROM "spree_stores" WHERE "spree_stores"."default" = $1 ORDER BY "spree_stores"."id" ASC LIMIT $2 [["default", true], ["LIMIT", 1]]
  57. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  58. Spree::Preference Load (0.3ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = $1 LIMIT $2 [["key", "spree/app_configuration/default_country_id"], ["LIMIT", 1]]
  59. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  60. Spree::Country Load (0.4ms) SELECT "spree_countries".* FROM "spree_countries" WHERE "spree_countries"."id" IS NULL LIMIT $1 [["LIMIT", 1]]
  61. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  62. Spree::Country Load (0.2ms) SELECT "spree_countries".* FROM "spree_countries" ORDER BY "spree_countries"."id" ASC LIMIT $1 [["LIMIT", 1]]
  63. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  64. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/sub_menu/_configuration.html.erb (43.5ms)
  65. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_main_menu.html.erb (136.1ms)
  66. Spree::Preference Load (0.3ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = $1 LIMIT $2 [["key", "spree/app_configuration/admin_show_version"], ["LIMIT", 1]]
  67. ↳ /home/user/.rvm/gems/ruby-2.5.1/gems/activerecord-5.2.0/lib/active_record/log_subscriber.rb:98
  68. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_version.html.erb (1.3ms)
  69. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_content_header.html.erb (0.5ms)
  70. Rendered /home/user/.rvm/gems/ruby-2.5.1/gems/spree_backend-3.6.2/app/views/spree/admin/shared/_sidebar.html.erb (0.3ms)
  71. Completed 200 OK in 3674ms (Views: 3585.0ms | ActiveRecord: 25.5ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement