Created
November 4, 2011 17:23
-
-
Save HeroicEric/1339910 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:20:12 -0400 | |
| Processing by ProductsController#show as HTML | |
| Parameters: {"id"=>"toughbook-19"} | |
| [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 | |
| [1m[36mProduct Load (0.2ms)[0m [1mSELECT "products".* FROM "products" WHERE "products"."permalink" = 'toughbook-19' LIMIT 1[0m | |
| [1m[35mVariant Load (0.2ms)[0m SELECT "variants".* FROM "variants" WHERE "variants"."product_id" = 1 AND (variants.deleted_at is null) | |
| [1m[36mSQL (0.2ms)[0m [1mSELECT "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)[0m | |
| [1m[35mImage Load (0.3ms)[0m SELECT "assets".* FROM "assets" WHERE "assets"."type" IN ('Image') AND "assets"."viewable_type" = 'Variant' AND "assets"."viewable_id" IN (1) ORDER BY position | |
| [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.3ms) | |
| Rendered spree_telrepco_theme/app/views/shared/_head.html.haml (1.5ms) | |
| Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_auth-0.70.0/app/views/shared/_login_bar.html.erb (1.3ms) | |
| 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.3ms) | |
| Rendered spree_telrepco_theme/app/views/shared/_store_links.html.haml (7.9ms) | |
| [1m[36mTracker Load (0.2ms)[0m [1mSELECT "trackers".* FROM "trackers" WHERE "trackers"."active" = 't' AND "trackers"."environment" = 'development' LIMIT 1[0m | |
| Rendered /Users/eric/.rvm/gems/ruby-1.9.2-p290@telrepco/gems/spree_core-0.70.0/app/views/shared/_google_analytics.html.erb (97.8ms) | |
| Completed 200 OK in 290ms (Views: 122.9ms | ActiveRecord: 3.2ms) | |
| Started GET "/assets/store/all.js" for 127.0.0.1 at 2011-11-04 13:20:13 -0400 | |
| Served asset /store/all.js - 304 Not Modified (1ms) | |
| Started GET "/assets/store/all.css" for 127.0.0.1 at 2011-11-04 13:20:14 -0400 | |
| Served asset /store/all.css - 304 Not Modified (1ms) | |
| Started GET "/assets/store/header-bg-texture.gif" for 127.0.0.1 at 2011-11-04 13:20:15 -0400 | |
| Served asset /store/header-bg-texture.gif - 304 Not Modified (0ms) | |
| Started GET "/assets/store/logo.png" for 127.0.0.1 at 2011-11-04 13:20:16 -0400 | |
| Served asset /store/logo.png - 304 Not Modified (0ms) | |
| Started GET "/assets/store/top-bar-bg-texture.gif" for 127.0.0.1 at 2011-11-04 13:20:17 -0400 | |
| Served asset /store/top-bar-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