Created
August 31, 2011 20:24
-
-
Save cmar/1184618 to your computer and use it in GitHub Desktop.
This file contains 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
Processing by Admin::ConfigurationsController#index as HTML | |
SpreeMultiStoreConfiguration Load (0.2ms) SELECT "configurations".* FROM "configurations" WHERE "configurations"."type" IN ('SpreeMultiStoreConfiguration') AND "configurations"."name" = 'Default spree_multi_store configuration' LIMIT 1 | |
CACHE (0.0ms) SELECT "configurations".* FROM "configurations" WHERE "configurations"."type" IN ('SpreeMultiStoreConfiguration') AND "configurations"."name" = 'Default spree_multi_store configuration' LIMIT 1 | |
Store Load (0.2ms) SELECT "stores".* FROM "stores" WHERE (subdomain = 'store1') LIMIT 1 | |
User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1057526567 LIMIT 1 | |
Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_users" ON "roles"."id" = "roles_users"."role_id" WHERE "roles_users"."user_id" = 1057526567 | |
Property Load (0.1ms) SELECT "properties".* FROM "properties" WHERE "properties"."name" = 'brand' LIMIT 1 | |
Rendered /Users/cmar/.rvm/gems/ruby-1.8.7-p352/bundler/gems/spree-2a183e5a1079/auth/app/views/shared/unauthorized.html.erb within layouts/spree_application (0.0ms) | |
Rendered /Users/cmar/.rvm/gems/ruby-1.8.7-p352/bundler/gems/spree-2a183e5a1079/core/app/views/shared/_head.html.erb (0.9ms) | |
Deface: 1 overrides found for 'shared/_nav_bar' | |
Deface: 'auth_shared_login_bar' matched 1 times with 'li#search-bar' | |
Taxon Load (0.2ms) SELECT "taxons".* FROM "taxons" WHERE "taxons"."parent_id" IS NULL ORDER BY "lft" | |
Rendered /Users/cmar/.rvm/gems/ruby-1.8.7-p352/bundler/gems/spree-2a183e5a1079/core/app/views/shared/_search.html.erb (10.3ms) | |
Rendered /Users/cmar/.rvm/gems/ruby-1.8.7-p352/bundler/gems/spree-2a183e5a1079/core/app/views/shared/_store_menu.html.erb (2.6ms) | |
Rendered /Users/cmar/.rvm/gems/ruby-1.8.7-p352/bundler/gems/spree-2a183e5a1079/core/app/views/shared/_nav_bar.html.erb (118.4ms) | |
Tracker Load (0.1ms) SELECT "trackers".* FROM "trackers" WHERE "trackers"."active" = 't' AND "trackers"."environment" = 'development' | |
Rendered /Users/cmar/github/spree/spree_multi_store/app/views/shared/_google_analytics.html.erb (1.5ms) | |
Completed 200 OK in 523ms (Views: 140.3ms | ActiveRecord: 4.2ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment