Skip to content

Instantly share code, notes, and snippets.

@airhorns
Created July 18, 2010 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save airhorns/480831 to your computer and use it in GitHub Desktop.
Save airhorns/480831 to your computer and use it in GitHub Desktop.
Started GET "/work_orders/queue" for 127.0.0.1 at 2010-07-18 19:53:11 -0400
SQL (1.6ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
SQL (1.1ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
SQL (1.1ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
SQL (1.1ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
SQL (1.1ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
SQL (1.0ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
SQL (3.7ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
SQL (1.1ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
Processing by WorkOrdersController#queue as HTML
User Load (1.0ms) SELECT "users".* FROM "users" WHERE ("users"."id" = 11) LIMIT 1
WorkOrder Load (1.2ms) SELECT "work_orders".* FROM "work_orders" ORDER BY due_date
Quote Load (3.4ms) SELECT "quotes".* FROM "quotes" WHERE ("quotes"."id" IN (13,11,12,9,10))
QuoteItem Load (3.6ms) SELECT "quote_items".* FROM "quote_items" WHERE ("quote_items".quote_id IN (13,11,12,9,10))
ProductLineItem Load (20.4ms) SELECT "product_line_items".* FROM "product_line_items" WHERE ("product_line_items".quote_item_id IN (42,36,37,38,39,40,41,29,30,31,32,33,34,35))
Product Load (10.4ms) SELECT "products".* FROM "products" WHERE ("products"."id" IN (25,42,45,68,35,66,15,33,9,13,61,51,63,50,8,26,49,44,56,20,67,54,18,59,22,41,5,4,52,69,58))
ProductSize Load (9.4ms) SELECT "product_sizes".* FROM "product_sizes" WHERE ("product_sizes"."id" IN (66,99,106,164,84,158,41,79,23,36,146,123,150,121,20,67,118,103,133,50,161,128,46,142,56,98,13,9,125,167,139))
LabourLineItem Load (5.1ms) SELECT "labour_line_items".* FROM "labour_line_items" WHERE ("labour_line_items".quote_item_id IN (42,36,37,38,39,40,41,29,30,31,32,33,34,35))
Contact Load (2.5ms) SELECT "contacts".* FROM "contacts" WHERE ("contacts"."id" IN (8,35,23,16,20))
Rendered work_orders/_actions.html.erb (10.4ms)
Rendered work_orders/_actions.html.erb (9.5ms)
Rendered work_orders/_actions.html.erb (9.0ms)
Rendered work_orders/_actions.html.erb (9.0ms)
Rendered work_orders/_actions.html.erb (9.0ms)
Rendered work_orders/_queue.html.erb (1917.3ms)
Rendered work_orders/queue.html.erb within layouts/application (1944.2ms)
Completed 200 OK in 2007ms (Views: 1903.0ms | ActiveRecord: 68.4ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment