Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save HeroicEric/1339942 to your computer and use it in GitHub Desktop.
Started GET "/products/toughbook-19" for 127.0.0.1 at 2011-11-04 13:31:42 -0400
Processing by ProductsController#show as HTML
Parameters: {"id"=>"toughbook-19"}
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
Product Load (0.3ms) 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.3ms) 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.3ms)
Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_core-0.70.1/app/views/shared/_head.html.erb (1.4ms)
Deface: 1 overrides found for 'shared/_nav_bar'
Deface: 'auth_shared_login_bar' matched 1 times with 'li#search-bar'
Property Load (0.2ms) 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.1/app/views/shared/_search.html.erb (116.3ms)
Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_core-0.70.1/app/views/shared/_store_menu.html.erb (1.1ms)
Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_core-0.70.1/app/views/shared/_nav_bar.html.erb (125.0ms)
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.1/app/views/shared/_google_analytics.html.erb (64.9ms)
Completed 200 OK in 357ms (Views: 213.0ms | ActiveRecord: 5.0ms)
Started GET "/assets/store/all.js" for 127.0.0.1 at 2011-11-04 13:31:43 -0400
Served asset /store/all.js - 304 Not Modified (2ms)
Started GET "/assets/store/all.css" for 127.0.0.1 at 2011-11-04 13:31:44 -0400
Served asset /store/all.css - 304 Not Modified (1ms)
Started GET "/assets/admin/bg/spree_50.png" for 127.0.0.1 at 2011-11-04 13:31:45 -0400
Served asset /admin/bg/spree_50.png - 304 Not Modified (0ms)
Started GET "/assets/store/header-bg-texture.gif" for 127.0.0.1 at 2011-11-04 13:31:46 -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