Skip to content

Instantly share code, notes, and snippets.

@angelsystem
Created April 25, 2014 18:22
Show Gist options
  • Save angelsystem/11298664 to your computer and use it in GitHub Desktop.
Save angelsystem/11298664 to your computer and use it in GitHub Desktop.
log nested form
Block Load (0.5ms) SELECT "blocks".* FROM "blocks" WHERE "blocks"."project_id" = 33 ORDER BY name
Unit Load (5.8ms) SELECT "units".* FROM "units" WHERE "units"."project_id" = 33 ORDER BY id
PriceList Load (0.8ms) SELECT "price_lists".* FROM "price_lists" WHERE "price_lists"."project_id" = 33 AND (price_list_status = 'approved') ORDER BY created_at DESC LIMIT 1
UnitPrice Load (1.6ms) SELECT "unit_prices".* FROM "unit_prices" WHERE "unit_prices"."price_list_id" = 145
Rendered price_lists/new.html.haml within layouts/application (1417.6ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment