Skip to content

Instantly share code, notes, and snippets.

@ziyan-junaideen
Last active August 29, 2015 14:11
Show Gist options
  • Save ziyan-junaideen/326afaccf8e6873a90e8 to your computer and use it in GitHub Desktop.
Save ziyan-junaideen/326afaccf8e6873a90e8 to your computer and use it in GitHub Desktop.
=> Booting WEBrick
=> Rails 4.0.8 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
WARN  DurableDecorator: Spree::Core::Search::Base#get_base_scope decoration uses an invalid SHA. The original method definition could have been tampered with!
WARN  DurableDecorator: Expected SHA was aa266a5b0825b2949bb4a0548b60734468339c8d but the provided SHA is 0030f517d06459bfcde9ae18157806c3b702a71f
Started GET "/products/black-white-layer-cake" for 127.0.0.1 at 2014-12-13 20:17:02 +0530
Processing by Spree::ProductsController#show as HTML
Parameters: {"id"=>"black-white-layer-cake"}
Spree::Preference Load (0.4ms) SELECT `spree_preferences`.* FROM `spree_preferences` WHERE `spree_preferences`.`key` = 'spree/frontend_configuration/locale' LIMIT 1
Spree::User Load (0.2ms) SELECT `spree_users`.* FROM `spree_users` WHERE `spree_users`.`id` = 1 ORDER BY `spree_users`.`id` ASC LIMIT 1
Spree::Order Load (0.3ms) SELECT `spree_orders`.* FROM `spree_orders` WHERE `spree_orders`.`user_id` = 1 AND `spree_orders`.`completed_at` IS NULL AND `spree_orders`.`created_by_id` = 1 ORDER BY created_at DESC LIMIT 1
Spree::Order Load (0.2ms) SELECT `spree_orders`.* FROM `spree_orders` WHERE `spree_orders`.`id` = 18 AND `spree_orders`.`currency` = 'GBP' LIMIT 1
Spree::Adjustment Load (0.2ms) SELECT `spree_adjustments`.* FROM `spree_adjustments` WHERE `spree_adjustments`.`adjustable_type` = 'Spree::Order' AND `spree_adjustments`.`adjustable_id` IN (18) ORDER BY spree_adjustments.created_at ASC
 (0.1ms) SELECT COUNT(*) FROM `spree_roles` INNER JOIN `spree_roles_users` ON `spree_roles`.`id` = `spree_roles_users`.`role_id` WHERE `spree_roles_users`.`user_id` = 1 AND `spree_roles`.`name` = 'admin'
Spree::Product Load (0.2ms) SELECT `spree_products`.* FROM `spree_products` WHERE `spree_products`.`slug` = 'black-white-layer-cake' ORDER BY `spree_products`.`id` ASC LIMIT 1
Deface: 3 overrides found for 'spree/products/show'
Deface: 'converted_cart_form_594755007' matched 1 times with '[data-hook='cart_form'], #cart-form[data-hook]'
Deface: [WARNING] No :original defined for 'converted_cart_form_594755007', you should change its definition to include:
:original => 'e6aefb38114a532fce3c41cdace5a42cf34a8913'
Deface: 'optional_customization_step_for_products_show' matched 1 times with '[data-hook="cart_form"], #cart-form data-hook'
Deface: [WARNING] No :original defined for 'optional_customization_step_for_products_show', you should change its definition to include:
:original => 'e6aefb38114a532fce3c41cdace5a42cf34a8913'
Deface: 'add_id_to_product_properties' matched 1 times with '[data-hook='product_properties']'
Deface: [WARNING] No :original defined for 'add_id_to_product_properties', you should change its definition to include:
:original => 'e07964640a37bd9ccfcfb294c0fe4e3d0feca45a'
Spree::Variant Load (0.2ms) SELECT `spree_variants`.* FROM `spree_variants` WHERE `spree_variants`.`deleted_at` IS NULL AND `spree_variants`.`product_id` = 75 AND `spree_variants`.`is_master` = 1 LIMIT 1
Spree::Image Exists (0.2ms) SELECT 1 AS one FROM `spree_assets` WHERE `spree_assets`.`type` IN ('Spree::Image') AND `spree_assets`.`viewable_id` = 217 AND `spree_assets`.`viewable_type` = 'Spree::Variant' LIMIT 1
Spree::Image Exists (0.3ms) SELECT 1 AS one FROM `spree_assets` INNER JOIN `spree_variants` ON `spree_assets`.`viewable_id` = `spree_variants`.`id` AND `spree_assets`.`viewable_type` = 'Spree::Variant' WHERE `spree_variants`.`deleted_at` IS NULL AND `spree_assets`.`type` IN ('Spree::Image') AND `spree_variants`.`product_id` = 75 LIMIT 1
Rendered /home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_image.html.erb (58.1ms)
Spree::Image Load (0.3ms) SELECT `spree_assets`.* FROM `spree_assets` WHERE `spree_assets`.`type` IN ('Spree::Image') AND `spree_assets`.`viewable_id` = 217 AND `spree_assets`.`viewable_type` = 'Spree::Variant' ORDER BY `spree_assets`.`position` ASC
Spree::Image Load (0.3ms) SELECT `spree_assets`.* FROM `spree_assets` INNER JOIN `spree_variants` ON `spree_assets`.`viewable_id` = `spree_variants`.`id` AND `spree_assets`.`viewable_type` = 'Spree::Variant' WHERE `spree_variants`.`deleted_at` IS NULL AND `spree_assets`.`type` IN ('Spree::Image') AND `spree_variants`.`product_id` = 75 ORDER BY `spree_assets`.`position` ASC, `spree_variants`.position ASC
Rendered /home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_thumbnails.html.erb (3.5ms)
Deface: 1 overrides found for 'spree/products/_properties'
Deface: 'add_product_properties_container' matched 1 times with 'erb[silent]:contains('unless')'
Deface: [WARNING] No :original defined for 'add_product_properties_container', you should change its definition to include:
:original => '9254a8f8ca92c9a6c3ebff5d342535448105d069'
Rendered /home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb (2.5ms)
Rendered /home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/show.html.erb within spree/layouts/spree_application (89.2ms)
Completed 500 Internal Server Error in 398ms
SyntaxError - syntax error, unexpected '<', expecting keyword_end
... ActionView::OutputBuffer.new;<div id="product-info-containe...
... ^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:2: unknown regexp option - h
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:2: syntax error, unexpected tINTEGER, expecting keyword_then or ';' or '\n'
...output_buffer.safe_append='</h6>
... ^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:3: syntax error, unexpected keyword_class, expecting keyword_end
<table id="product-properties" class="table-display" data-hook>
^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:3: syntax error, unexpected tIDENTIFIER, expecting keyword_end
<table id="product-properties" class="table-display" data-hook>
^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:4: syntax error, unexpected '<'
<tbody>
^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:6: syntax error, unexpected tIDENTIFIER, expecting keyword_end
css_class = cycle('even', 'odd', :name => "properties")
^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:6: syntax error, unexpected tIDENTIFIER, expecting keyword_end
css_class = cycle('even', 'odd', :name => "properties")
^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:7: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '('
....safe_append=' <tr class="';@output_buffer.append=( c...
... ^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:8: syntax error, unexpected '<'
<td><strong>';@output_buffer.a...
^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:8: unknown regexp options - td
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:9: syntax error, unexpected '<'
<td>';@output_buffer.append=( ...
^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:10: unknown regexp options - tr
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:12: syntax error, unexpected tIDENTIFIER, expecting keyword_end
reset_cycle('properties')
^
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:14: unknown regexp options - tabl
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:15: unterminated string meets end of file
/home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:15: syntax error, unexpected end-of-input, expecting keyword_end:
() home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/_properties.html.erb:1:in `'
actionpack (4.0.8) lib/action_view/template.rb:299:in `compile'
actionpack (4.0.8) lib/action_view/template.rb:248:in `block in compile!'
actionpack (4.0.8) lib/action_view/template.rb:236:in `compile!'
actionpack (4.0.8) lib/action_view/template.rb:142:in `block in render'
activesupport (4.0.8) lib/active_support/notifications.rb:161:in `instrument'
actionpack (4.0.8) lib/action_view/template.rb:141:in `render'
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
actionpack (4.0.8) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
actionpack (4.0.8) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
actionpack (4.0.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
activesupport (4.0.8) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.0.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.0.8) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.0.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (4.0.8) lib/action_view/renderer/partial_renderer.rb:278:in `render'
actionpack (4.0.8) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionpack (4.0.8) lib/action_view/renderer/renderer.rb:21:in `render'
actionpack (4.0.8) lib/action_view/helpers/rendering_helper.rb:24:in `render'
() home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/show.html.erb:18:in `block in _b285946acbc009d027b9cf8699f9046d'
actionpack (4.0.8) lib/action_view/helpers/cache_helper.rb:117:in `cache'
() home/ziyan/.rvm/gems/ruby-2.1.3@buttercupcakeshop_project/bundler/gems/spree-8d3437da949c/frontend/app/views/spree/products/show.html.erb:1:in `_b285946acbc009d027b9cf8699f9046d'
actionpack (4.0.8) lib/action_view/template.rb:143:in `block in render'
activesupport (4.0.8) lib/active_support/notifications.rb:161:in `instrument'
actionpack (4.0.8) lib/action_view/template.rb:141:in `render'
deface (1.0.1) lib/deface/action_view_extensions.rb:41:in `render'
actionpack (4.0.8) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
actionpack (4.0.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
activesupport (4.0.8) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.0.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.0.8) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.0.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (4.0.8) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
actionpack (4.0.8) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
actionpack (4.0.8) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
actionpack (4.0.8) lib/action_view/renderer/template_renderer.rb:17:in `render'
actionpack (4.0.8) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionpack (4.0.8) lib/action_view/renderer/renderer.rb:23:in `render'
actionpack (4.0.8) lib/abstract_controller/rendering.rb:127:in `_render_template'
actionpack (4.0.8) lib/action_controller/metal/streaming.rb:219:in `_render_template'
actionpack (4.0.8) lib/abstract_controller/rendering.rb:120:in `render_to_body'
actionpack (4.0.8) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
actionpack (4.0.8) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
actionpack (4.0.8) lib/abstract_controller/rendering.rb:97:in `render'
actionpack (4.0.8) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.0.8) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.0.8) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/home/ziyan/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
activesupport (4.0.8) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.0.8) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.0.8) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.0.8) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.0.8) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (4.0.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.0.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.0.8) lib/abstract_controller/base.rb:189:in `process_action'
actionpack (4.0.8) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.0.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (4.0.8) lib/active_support/callbacks.rb:443:in `_run__319887902374932336__process_action__callbacks'
activesupport (4.0.8) lib/active_support/callbacks.rb:80:in `run_callbacks'
actionpack (4.0.8) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (4.0.8) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.0.8) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.0.8) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.0.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.0.8) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.0.8) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.0.8) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.0.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.0.8) lib/abstract_controller/base.rb:136:in `process'
actionpack (4.0.8) lib/abstract_controller/rendering.rb:44:in `process'
actionpack (4.0.8) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.0.8) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.0.8) lib/action_controller/metal.rb:231:in `block in action'
actionpack (4.0.8) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.0.8) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.0.8) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.0.8) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.0.8) lib/action_dispatch/routing/route_set.rb:676:in `call'
railties (4.0.8) lib/rails/engine.rb:511:in `call'
railties (4.0.8) lib/rails/railtie/configurable.rb:30:in `method_missing'
actionpack (4.0.8) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.0.8) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.0.8) lib/action_dispatch/routing/route_set.rb:676:in `call'
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
warden (1.2.3) lib/warden/manager.rb:34:in `call'
rack (1.5.2) lib/rack/etag.rb:23:in `call'
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
rack (1.5.2) lib/rack/head.rb:11:in `call'
actionpack (4.0.8) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.0.8) lib/action_dispatch/middleware/flash.rb:241:in `call'
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.0.8) lib/action_dispatch/middleware/cookies.rb:486:in `call'
activerecord (4.0.8) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.0.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
actionpack (4.0.8) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.0.8) lib/active_support/callbacks.rb:373:in `_run__4419801935476546535__call__callbacks'
activesupport (4.0.8) lib/active_support/callbacks.rb:80:in `run_callbacks'
actionpack (4.0.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.0.8) lib/action_dispatch/middleware/reloader.rb:64:in `call'
actionpack (4.0.8) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
better_errors (2.0.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
better_errors (2.0.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
better_errors (2.0.0) lib/better_errors/middleware.rb:57:in `call'
actionpack (4.0.8) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.0.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.0.8) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.0.8) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.0.8) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.0.8) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.0.8) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.0.8) lib/rails/rack/logger.rb:20:in `call'
quiet_assets (1.0.3) lib/quiet_assets.rb:23:in `call_with_quiet_assets'
actionpack (4.0.8) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.0.8) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.0.8) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.0.8) lib/rails/engine.rb:511:in `call'
railties (4.0.8) lib/rails/application.rb:97:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
/home/ziyan/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
/home/ziyan/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
/home/ziyan/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
logging (1.8.2) lib/logging/diagnostic_context.rb:323:in `block in create_with_logging_context'
Started POST "/__better_errors/b69302880c2dec5b/variables" for 127.0.0.1 at 2014-12-13 20:17:02 +0530
Spree::Product Load (0.2ms) SELECT `spree_products`.* FROM `spree_products`
Spree::Variant Load (0.1ms) SELECT `spree_variants`.* FROM `spree_variants` INNER JOIN `spree_prices` ON `spree_prices`.`variant_id` = `spree_variants`.`id` AND `spree_prices`.`deleted_at` IS NULL WHERE `spree_variants`.`product_id` = 75 AND `spree_variants`.`deleted_at` IS NULL AND `spree_prices`.`currency` = 'GBP' AND (spree_prices.amount IS NOT NULL) ORDER BY `spree_variants`.position ASC
SQL (0.1ms) SELECT `spree_option_values`.*, `t0`.`variant_id` AS ar_association_key_name FROM `spree_option_values` INNER JOIN `spree_option_values_variants` `t0` ON `spree_option_values`.`id` = `t0`.`option_value_id` WHERE `t0`.`variant_id` IN (562, 217, 563) ORDER BY `spree_option_values`.position
Spree::Image Load (0.1ms) SELECT `spree_assets`.* FROM `spree_assets` WHERE `spree_assets`.`type` IN ('Spree::Image') AND `spree_assets`.`viewable_type` = 'Spree::Variant' AND `spree_assets`.`viewable_id` IN (562, 217, 563) ORDER BY `spree_assets`.`position` ASC
Spree::ProductProperty Load (0.1ms) SELECT `spree_product_properties`.* FROM `spree_product_properties` WHERE `spree_product_properties`.`product_id` = 75 ORDER BY spree_product_properties.position
Spree::Property Load (0.1ms) SELECT `spree_properties`.* FROM `spree_properties` WHERE `spree_properties`.`id` IN (2, 3, 1)
Exiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment