Skip to content

Instantly share code, notes, and snippets.

@amalrik
Created February 5, 2019 19:39
Show Gist options
  • Save amalrik/c99e88d2e1a5b3ca8eff877c16757e40 to your computer and use it in GitHub Desktop.
Save amalrik/c99e88d2e1a5b3ca8eff877c16757e40 to your computer and use it in GitHub Desktop.
for issue /spree/spree/issues/9216
Started GET "/api/v1/variants?q%5Bproduct_name_or_sku_cont%5D=ROR&token=6b0846182053fe39a58700d23f04ec37893730c3788fdae0&_=1549395307816" for 127.0.0.1 at 2019-02-05 17:35:20 -0200
Processing by Spree::Api::V1::VariantsController#index as JSON
Parameters: {"q"=>{"product_name_or_sku_cont"=>"ROR"}, "token"=>"6b0846182053fe39a58700d23f04ec37893730c3788fdae0", "_"=>"1549395307816"}
Spree::User Load (0.5ms) SELECT "spree_users".* FROM "spree_users" WHERE "spree_users"."deleted_at" IS NULL AND "spree_users"."spree_api_key" = ? LIMIT ? [["spree_api_key", "6b0846182053fe39a58700d23f04ec37893730c3788fdae0"], ["LIMIT", 1]]
(0.2ms) SELECT "spree_roles"."name" FROM "spree_roles" INNER JOIN "spree_role_users" ON "spree_roles"."id" = "spree_role_users"."role_id" WHERE "spree_role_users"."user_id" = ? [["user_id", 1]]
Spree::Role Load (0.2ms) 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" = ? [["user_id", 1]]
Spree::Preference Load (0.2ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = ? LIMIT ? [["key", "spree/app_configuration/currency"], ["LIMIT", 1]]
Rendering /Users/amalrik/.asdf/installs/ruby/2.5.3/lib/ruby/gems/2.5.0/gems/spree_api-3.6.6/app/views/spree/api/v1/variants/index.v1.rabl
Spree::Variant Load (3.1ms) SELECT DISTINCT "spree_variants".* FROM "spree_variants" INNER JOIN "spree_prices" ON "spree_prices"."variant_id" = "spree_variants"."id" AND "spree_prices"."deleted_at" IS NULL LEFT OUTER JOIN "spree_products" ON "spree_products"."id" = "spree_variants"."product_id" AND "spree_products"."deleted_at" IS NULL WHERE "spree_variants"."deleted_at" IS NULL AND (spree_prices.currency = 'USD') AND (spree_prices.amount IS NOT NULL) AND ("spree_products"."name" LIKE '%ROR%' OR "spree_variants"."sku" LIKE '%ROR%') LIMIT ? OFFSET ? [["LIMIT", 25], ["OFFSET", 0]]
Spree::OptionValueVariant Load (0.2ms) SELECT "spree_option_value_variants".* FROM "spree_option_value_variants" WHERE "spree_option_value_variants"."variant_id" IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["variant_id", 1], ["variant_id", 2], ["variant_id", 3], ["variant_id", 4], ["variant_id", 5], ["variant_id", 13], ["variant_id", 14], ["variant_id", 17], ["variant_id", 18], ["variant_id", 19], ["variant_id", 20], ["variant_id", 21], ["variant_id", 22], ["variant_id", 23], ["variant_id", 24], ["variant_id", 25], ["variant_id", 26]]
Spree::OptionValue Load (0.4ms) SELECT "spree_option_values".* FROM "spree_option_values" WHERE "spree_option_values"."id" IN (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["id", 5], ["id", 7], ["id", 6], ["id", 2], ["id", 3], ["id", 4]]
Spree::OptionType Load (0.2ms) SELECT "spree_option_types".* FROM "spree_option_types" WHERE "spree_option_types"."id" IN (?, ?) ORDER BY "spree_option_types"."position" ASC [["id", 1], ["id", 2]]
Spree::Product Load (0.3ms) SELECT "spree_products".* FROM "spree_products" WHERE "spree_products"."deleted_at" IS NULL AND "spree_products"."id" IN (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["id", 2], ["id", 3], ["id", 4], ["id", 5], ["id", 13], ["id", 14]]
Spree::Price Load (0.3ms) SELECT "spree_prices".* FROM "spree_prices" WHERE "spree_prices"."deleted_at" IS NULL AND "spree_prices"."currency" = ? AND "spree_prices"."variant_id" IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["currency", "USD"], ["variant_id", 1], ["variant_id", 2], ["variant_id", 3], ["variant_id", 4], ["variant_id", 5], ["variant_id", 13], ["variant_id", 14], ["variant_id", 17], ["variant_id", 18], ["variant_id", 19], ["variant_id", 20], ["variant_id", 21], ["variant_id", 22], ["variant_id", 23], ["variant_id", 24], ["variant_id", 25], ["variant_id", 26]]
Spree::Image Load (1.2ms) SELECT "spree_assets".* FROM "spree_assets" WHERE "spree_assets"."viewable_type" = ? AND "spree_assets"."type" IN ('Spree::Image') AND "spree_assets"."viewable_id" IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY "spree_assets"."position" ASC [["viewable_type", "Spree::Variant"], ["viewable_id", 1], ["viewable_id", 2], ["viewable_id", 3], ["viewable_id", 4], ["viewable_id", 5], ["viewable_id", 13], ["viewable_id", 14], ["viewable_id", 17], ["viewable_id", 18], ["viewable_id", 19], ["viewable_id", 20], ["viewable_id", 21], ["viewable_id", 22], ["viewable_id", 23], ["viewable_id", 24], ["viewable_id", 25], ["viewable_id", 26]]
Spree::StockItem Load (0.5ms) SELECT "spree_stock_items".* FROM "spree_stock_items" WHERE "spree_stock_items"."deleted_at" IS NULL AND "spree_stock_items"."variant_id" IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["variant_id", 1], ["variant_id", 2], ["variant_id", 3], ["variant_id", 4], ["variant_id", 5], ["variant_id", 13], ["variant_id", 14], ["variant_id", 17], ["variant_id", 18], ["variant_id", 19], ["variant_id", 20], ["variant_id", 21], ["variant_id", 22], ["variant_id", 23], ["variant_id", 24], ["variant_id", 25], ["variant_id", 26]]
Spree::StockLocation Load (0.2ms) SELECT "spree_stock_locations".* FROM "spree_stock_locations" WHERE "spree_stock_locations"."id" = ? [["id", 1]]
Spree::Preference Load (0.2ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = ? LIMIT ? [["key", "spree/app_configuration/track_inventory_levels"], ["LIMIT", 1]]
Rendered /Users/amalrik/.asdf/installs/ruby/2.5.3/lib/ruby/gems/2.5.0/gems/spree_api-3.6.6/app/views/spree/api/v1/variants/index.v1.rabl (553.3ms)
Completed 500 Internal Server Error in 1113ms (ActiveRecord: 15.0ms)
ActionView::Template::Error (Could not find table 'active_storage_attachments'):
1: object false
2: node(:count) { @variants.count }
3: node(:total_count) { @variants.total_count }
4: node(:current_page) { params[:page] ? params[:page].to_i : 1 }
5: node(:pages) { @variants.total_pages }
6:
activerecord (5.2.2) lib/active_record/connection_adapters/sqlite3_adapter.rb:397:in `table_structure'
activerecord (5.2.2) lib/active_record/connection_adapters/abstract/schema_statements.rb:113:in `columns'
activerecord (5.2.2) lib/active_record/connection_adapters/schema_cache.rb:69:in `columns'
activerecord (5.2.2) lib/active_record/connection_adapters/schema_cache.rb:75:in `columns_hash'
activerecord (5.2.2) lib/active_record/model_schema.rb:466:in `load_schema!'
activerecord (5.2.2) lib/active_record/attributes.rb:234:in `load_schema!'
activerecord (5.2.2) lib/active_record/attribute_decorators.rb:51:in `load_schema!'
activerecord (5.2.2) lib/active_record/model_schema.rb:459:in `block in load_schema'
/Users/amalrik/.asdf/installs/ruby/2.5.3/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
activerecord (5.2.2) lib/active_record/model_schema.rb:456:in `load_schema'
activerecord (5.2.2) lib/active_record/model_schema.rb:346:in `attribute_types'
activerecord (5.2.2) lib/active_record/model_schema.rb:370:in `type_for_attribute'
activerecord (5.2.2) lib/active_record/table_metadata.rb:33:in `type'
activerecord (5.2.2) lib/active_record/relation/predicate_builder.rb:51:in `build'
activerecord (5.2.2) lib/active_record/relation/predicate_builder.rb:107:in `block in expand_from_hash'
activerecord (5.2.2) lib/active_record/relation/predicate_builder.rb:71:in `each'
activerecord (5.2.2) lib/active_record/relation/predicate_builder.rb:71:in `flat_map'
activerecord (5.2.2) lib/active_record/relation/predicate_builder.rb:71:in `expand_from_hash'
activerecord (5.2.2) lib/active_record/relation/predicate_builder.rb:21:in `build_from_hash'
activerecord (5.2.2) lib/active_record/relation/where_clause_factory.rb:19:in `build'
activerecord (5.2.2) lib/active_record/relation/query_methods.rb:591:in `where!'
activerecord (5.2.2) lib/active_record/associations/association_scope.rb:156:in `apply_scope'
activerecord (5.2.2) lib/active_record/associations/association_scope.rb:67:in `last_chain_scope'
activerecord (5.2.2) lib/active_record/associations/association_scope.rb:124:in `add_constraints'
activerecord (5.2.2) lib/active_record/associations/association_scope.rb:29:in `scope'
activerecord (5.2.2) lib/active_record/associations/association_scope.rb:7:in `scope'
activerecord (5.2.2) lib/active_record/associations/association.rb:90:in `association_scope'
activerecord (5.2.2) lib/active_record/associations/association.rb:79:in `scope'
activerecord (5.2.2) lib/active_record/associations/singular_association.rb:39:in `find_target'
activerecord (5.2.2) lib/active_record/associations/association.rb:159:in `load_target'
activerecord (5.2.2) lib/active_record/associations/association.rb:46:in `reload'
activerecord (5.2.2) lib/active_record/associations/singular_association.rb:9:in `reader'
activerecord (5.2.2) lib/active_record/associations/builder/association.rb:108:in `attachment_attachment'
activestorage (5.2.2) lib/active_storage/attached/one.rb:13:in `public_send'
activestorage (5.2.2) lib/active_storage/attached/one.rb:13:in `attachment'
activestorage (5.2.2) lib/active_storage/attached/one.rb:44:in `attached?'
spree_core (3.6.6) app/models/spree/asset/support/active_storage.rb:9:in `url'
spree_api (3.6.6) app/views/spree/api/v1/images/show.v1.rabl:5:in `block (2 levels) in eval_source'
rabl (0.13.1) lib/rabl/builder.rb:152:in `node'
rabl (0.13.1) lib/rabl/builder.rb:114:in `block in compile_settings'
rabl (0.13.1) lib/rabl/builder.rb:113:in `each'
rabl (0.13.1) lib/rabl/builder.rb:113:in `compile_settings'
rabl (0.13.1) lib/rabl/builder.rb:58:in `block in to_hash'
rabl (0.13.1) lib/rabl/builder.rb:248:in `cache_results'
rabl (0.13.1) lib/rabl/builder.rb:49:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:86:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:48:in `block in render'
rabl (0.13.1) lib/rabl/engine.rb:380:in `cache_results'
rabl (0.13.1) lib/rabl/engine.rb:47:in `render'
rabl (0.13.1) lib/rabl/builder.rb:127:in `block in merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:119:in `each'
rabl (0.13.1) lib/rabl/builder.rb:119:in `merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:55:in `block in to_hash'
rabl (0.13.1) lib/rabl/builder.rb:248:in `cache_results'
rabl (0.13.1) lib/rabl/builder.rb:49:in `to_hash'
rabl (0.13.1) lib/rabl/multi_builder.rb:27:in `map'
rabl (0.13.1) lib/rabl/multi_builder.rb:27:in `to_a'
rabl (0.13.1) lib/rabl/engine.rb:88:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:48:in `block in render'
rabl (0.13.1) lib/rabl/engine.rb:380:in `cache_results'
rabl (0.13.1) lib/rabl/engine.rb:47:in `render'
rabl (0.13.1) lib/rabl/builder.rb:124:in `block (2 levels) in merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:123:in `each'
rabl (0.13.1) lib/rabl/builder.rb:123:in `block in merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:119:in `each'
rabl (0.13.1) lib/rabl/builder.rb:119:in `merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:55:in `block in to_hash'
rabl (0.13.1) lib/rabl/builder.rb:248:in `cache_results'
rabl (0.13.1) lib/rabl/builder.rb:49:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:86:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:48:in `block in render'
rabl (0.13.1) lib/rabl/engine.rb:380:in `cache_results'
rabl (0.13.1) lib/rabl/engine.rb:47:in `render'
rabl (0.13.1) lib/rabl/builder.rb:127:in `block in merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:119:in `each'
rabl (0.13.1) lib/rabl/builder.rb:119:in `merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:55:in `block in to_hash'
rabl (0.13.1) lib/rabl/builder.rb:248:in `cache_results'
rabl (0.13.1) lib/rabl/builder.rb:49:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:86:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:48:in `block in render'
rabl (0.13.1) lib/rabl/engine.rb:380:in `cache_results'
rabl (0.13.1) lib/rabl/engine.rb:47:in `render'
rabl (0.13.1) lib/rabl/builder.rb:127:in `block in merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:119:in `each'
rabl (0.13.1) lib/rabl/builder.rb:119:in `merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:55:in `block in to_hash'
rabl (0.13.1) lib/rabl/builder.rb:248:in `cache_results'
rabl (0.13.1) lib/rabl/builder.rb:49:in `to_hash'
rabl (0.13.1) lib/rabl/multi_builder.rb:27:in `map'
rabl (0.13.1) lib/rabl/multi_builder.rb:27:in `to_a'
rabl (0.13.1) lib/rabl/engine.rb:88:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:48:in `block in render'
rabl (0.13.1) lib/rabl/engine.rb:380:in `cache_results'
rabl (0.13.1) lib/rabl/engine.rb:47:in `render'
rabl (0.13.1) lib/rabl/builder.rb:124:in `block (2 levels) in merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:123:in `each'
rabl (0.13.1) lib/rabl/builder.rb:123:in `block in merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:119:in `each'
rabl (0.13.1) lib/rabl/builder.rb:119:in `merge_engines_into_result'
rabl (0.13.1) lib/rabl/builder.rb:55:in `block in to_hash'
rabl (0.13.1) lib/rabl/builder.rb:248:in `cache_results'
rabl (0.13.1) lib/rabl/builder.rb:49:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:86:in `to_hash'
rabl (0.13.1) lib/rabl/engine.rb:99:in `to_dumpable'
rabl (0.13.1) lib/rabl/engine.rb:108:in `to_json'
rabl (0.13.1) lib/rabl/engine.rb:48:in `block in render'
rabl (0.13.1) lib/rabl/engine.rb:380:in `cache_results'
rabl (0.13.1) lib/rabl/engine.rb:47:in `render'
spree_api (3.6.6) app/views/spree/api/v1/variants/index.v1.rabl:3:in `_28537e00e3f74d46c5b1af66b09b3142'
actionview (5.2.2) lib/action_view/template.rb:159:in `block in render'
activesupport (5.2.2) lib/active_support/notifications.rb:170:in `instrument'
actionview (5.2.2) lib/action_view/template.rb:354:in `instrument_render_template'
actionview (5.2.2) lib/action_view/template.rb:157:in `render'
deface (1.3.2) lib/deface/action_view_extensions.rb:41:in `render'
actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument'
activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument'
activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument'
actionview (5.2.2) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument'
actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (5.2.2) lib/action_view/renderer/template_renderer.rb:16:in `render'
actionview (5.2.2) lib/action_view/renderer/renderer.rb:44:in `render_template'
actionview (5.2.2) lib/action_view/renderer/renderer.rb:25:in `render'
actionview (5.2.2) lib/action_view/rendering.rb:103:in `_render_template'
actionpack (5.2.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
actionview (5.2.2) lib/action_view/rendering.rb:84:in `render_to_body'
actionpack (5.2.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
actionpack (5.2.2) lib/action_controller/metal/renderers.rb:142:in `render_to_body'
actionpack (5.2.2) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (5.2.2) lib/action_controller/metal/rendering.rb:36:in `render'
actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render'
activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `block in ms'
/Users/amalrik/.asdf/installs/ruby/2.5.3/lib/ruby/2.5.0/benchmark.rb:308:in `realtime'
activesupport (5.2.2) lib/active_support/core_ext/benchmark.rb:14:in `ms'
actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:46:in `block in render'
actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime'
actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:45:in `render'
responders (2.4.1) lib/action_controller/responder.rb:238:in `default_render'
responders (2.4.1) lib/action_controller/responder.rb:188:in `to_format'
spree_api (3.6.6) lib/spree/api/responders/rabl_template.rb:9:in `to_format'
responders (2.4.1) lib/action_controller/responder.rb:163:in `respond'
responders (2.4.1) lib/action_controller/responder.rb:156:in `call'
responders (2.4.1) lib/action_controller/respond_with.rb:211:in `respond_with'
spree_core (3.6.6) lib/spree/core/controller_helpers/respond_with.rb:16:in `respond_with'
spree_api (3.6.6) app/controllers/spree/api/v1/variants_controller.rb:29:in `index'
actionpack (5.2.2) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
actionpack (5.2.2) lib/abstract_controller/base.rb:194:in `process_action'
actionpack (5.2.2) lib/action_controller/metal/rendering.rb:30:in `process_action'
actionpack (5.2.2) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
activesupport (5.2.2) lib/active_support/callbacks.rb:132:in `run_callbacks'
actionpack (5.2.2) lib/abstract_controller/callbacks.rb:41:in `process_action'
actionpack (5.2.2) lib/action_controller/metal/rescue.rb:22:in `process_action'
actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
activesupport (5.2.2) lib/active_support/notifications.rb:168:in `block in instrument'
activesupport (5.2.2) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
activesupport (5.2.2) lib/active_support/notifications.rb:168:in `instrument'
actionpack (5.2.2) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
actionpack (5.2.2) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
activerecord (5.2.2) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
actionpack (5.2.2) lib/abstract_controller/base.rb:134:in `process'
actionview (5.2.2) lib/action_view/rendering.rb:32:in `process'
actionpack (5.2.2) lib/action_controller/metal.rb:191:in `dispatch'
actionpack (5.2.2) lib/action_controller/metal.rb:252:in `dispatch'
actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:34:in `serve'
actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve'
actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each'
actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve'
actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call'
railties (5.2.2) lib/rails/engine.rb:524:in `call'
railties (5.2.2) lib/rails/railtie.rb:190:in `public_send'
railties (5.2.2) lib/rails/railtie.rb:190:in `method_missing'
actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
actionpack (5.2.2) lib/action_dispatch/routing/mapper.rb:48:in `serve'
actionpack (5.2.2) lib/action_dispatch/journey/router.rb:52:in `block in serve'
actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `each'
actionpack (5.2.2) lib/action_dispatch/journey/router.rb:35:in `serve'
actionpack (5.2.2) lib/action_dispatch/routing/route_set.rb:840:in `call'
versioncake (3.4.0) lib/versioncake/rack/middleware.rb:17:in `call'
warden (1.2.8) lib/warden/manager.rb:36:in `block in call'
warden (1.2.8) lib/warden/manager.rb:34:in `catch'
warden (1.2.8) lib/warden/manager.rb:34:in `call'
rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call'
rack (2.0.6) lib/rack/etag.rb:25:in `call'
rack (2.0.6) lib/rack/conditional_get.rb:25:in `call'
rack (2.0.6) lib/rack/head.rb:12:in `call'
actionpack (5.2.2) lib/action_dispatch/http/content_security_policy.rb:18: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'
actionpack (5.2.2) lib/action_dispatch/middleware/cookies.rb:670:in `call'
activerecord (5.2.2) lib/active_record/migration.rb:559:in `call'
actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (5.2.2) lib/active_support/callbacks.rb:98:in `run_callbacks'
actionpack (5.2.2) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call'
actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:61: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'
actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
railties (5.2.2) lib/rails/rack/logger.rb:38:in `call_app'
railties (5.2.2) lib/rails/rack/logger.rb:26:in `block in call'
activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `block in tagged'
activesupport (5.2.2) lib/active_support/tagged_logging.rb:28:in `tagged'
activesupport (5.2.2) lib/active_support/tagged_logging.rb:71:in `tagged'
railties (5.2.2) lib/rails/rack/logger.rb:26:in `call'
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
actionpack (5.2.2) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
actionpack (5.2.2) lib/action_dispatch/middleware/request_id.rb:27:in `call'
rack (2.0.6) lib/rack/method_override.rb:22:in `call'
rack (2.0.6) lib/rack/runtime.rb:22:in `call'
activesupport (5.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
actionpack (5.2.2) lib/action_dispatch/middleware/executor.rb:14:in `call'
actionpack (5.2.2) lib/action_dispatch/middleware/static.rb:127:in `call'
rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
railties (5.2.2) lib/rails/engine.rb:524:in `call'
puma (3.12.0) lib/puma/configuration.rb:225:in `call'
puma (3.12.0) lib/puma/server.rb:658:in `handle_request'
puma (3.12.0) lib/puma/server.rb:472:in `process_client'
puma (3.12.0) lib/puma/server.rb:332:in `block in run'
puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment