Skip to content

Instantly share code, notes, and snippets.

@HeroicEric
Created November 4, 2011 17:27
Show Gist options
  • Select an option

  • Save HeroicEric/1339926 to your computer and use it in GitHub Desktop.

Select an option

Save HeroicEric/1339926 to your computer and use it in GitHub Desktop.
Started GET "/products/toughbook-19" for 127.0.0.1 at 2011-11-04 13:26:59 -0400
Processing by ProductsController#show as HTML
Parameters: {"id"=>"toughbook-19"}
User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."permalink" = 'toughbook-19' LIMIT 1
Variant Load (0.2ms) SELECT "variants".* FROM "variants" WHERE "variants"."product_id" = 1 AND (variants.deleted_at is null)
SQL (0.2ms) SELECT "option_values".*, "t0"."variant_id" AS ar_association_key_name FROM "option_values" INNER JOIN "option_values_variants" "t0" ON "option_values"."id" = "t0"."option_value_id" WHERE "t0"."variant_id" IN (1)
Image Load (0.3ms) SELECT "assets".* FROM "assets" WHERE "assets"."type" IN ('Image') AND "assets"."viewable_type" = 'Variant' AND "assets"."viewable_id" IN (1) ORDER BY position
Deface: 1 overrides found for 'products/show'
Deface: 'promo_product_properties' matched 0 times with '[data-hook='product_properties'], #product_properties[data-hook]'
Rendered spree_telrepco_theme/app/views/products/show.html.erb within layouts/spree_application (0.4ms)
Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_core-0.70.0/app/views/shared/_head.html.erb (2.2ms)
Deface: 1 overrides found for 'shared/_nav_bar'
Deface: 'auth_shared_login_bar' matched 1 times with 'li#search-bar'
Property Load (0.1ms) SELECT "properties".* FROM "properties" WHERE "properties"."name" = 'brand' LIMIT 1
Taxon Load (0.3ms) SELECT "taxons".* FROM "taxons" WHERE "taxons"."parent_id" IS NULL ORDER BY "lft"
Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_core-0.70.0/app/views/shared/_search.html.erb (147.8ms)
Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_core-0.70.0/app/views/shared/_store_menu.html.erb (1.4ms)
Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_core-0.70.0/app/views/shared/_nav_bar.html.erb (156.5ms)
Tracker Load (0.2ms) SELECT "trackers".* FROM "trackers" WHERE "trackers"."active" = 't' AND "trackers"."environment" = 'development' LIMIT 1
Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_core-0.70.0/app/views/shared/_google_analytics.html.erb (8.4ms)
Completed 200 OK in 465ms (Views: 286.3ms | ActiveRecord: 5.1ms)
Started GET "/assets/store/all.css" for 127.0.0.1 at 2011-11-04 13:27:01 -0400
Served asset /store/all.css - 304 Not Modified (1ms)
Started GET "/assets/store/all.js" for 127.0.0.1 at 2011-11-04 13:27:02 -0400
Served asset /store/all.js - 304 Not Modified (1ms)
Started GET "/assets/admin/bg/spree_50.png" for 127.0.0.1 at 2011-11-04 13:27:03 -0400
Served asset /admin/bg/spree_50.png - 304 Not Modified (6ms)
Started GET "/assets/store/header-bg-texture.gif" for 127.0.0.1 at 2011-11-04 13:27:04 -0400
Served asset /store/header-bg-texture.gif - 304 Not Modified (0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment