Created
November 4, 2011 17:27
-
-
Save HeroicEric/1339926 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"} | |
| [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1[0m | |
| [1m[35mProduct Load (0.2ms)[0m SELECT "products".* FROM "products" WHERE "products"."permalink" = 'toughbook-19' LIMIT 1 | |
| [1m[36mVariant Load (0.2ms)[0m [1mSELECT "variants".* FROM "variants" WHERE "variants"."product_id" = 1 AND (variants.deleted_at is null)[0m | |
| [1m[35mSQL (0.2ms)[0m 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) | |
| [1m[36mImage Load (0.3ms)[0m [1mSELECT "assets".* FROM "assets" WHERE "assets"."type" IN ('Image') AND "assets"."viewable_type" = 'Variant' AND "assets"."viewable_id" IN (1) ORDER BY position[0m | |
| [1;32mDeface:[0m 1 overrides found for 'products/show' | |
| [1;32mDeface:[0m '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) | |
| [1;32mDeface:[0m 1 overrides found for 'shared/_nav_bar' | |
| [1;32mDeface:[0m 'auth_shared_login_bar' matched 1 times with 'li#search-bar' | |
| [1m[35mProperty Load (0.1ms)[0m SELECT "properties".* FROM "properties" WHERE "properties"."name" = 'brand' LIMIT 1 | |
| [1m[36mTaxon Load (0.3ms)[0m [1mSELECT "taxons".* FROM "taxons" WHERE "taxons"."parent_id" IS NULL ORDER BY "lft"[0m | |
| 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) | |
| [1m[35mTracker Load (0.2ms)[0m 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