Skip to content

Instantly share code, notes, and snippets.

@elcontrastador
Created October 10, 2017 07:02
Show Gist options
  • Save elcontrastador/820d5cac9bd3fc86df5aaf8717c4037a to your computer and use it in GitHub Desktop.
Save elcontrastador/820d5cac9bd3fc86df5aaf8717c4037a to your computer and use it in GitHub Desktop.
Started GET "/clients/4/edit" for 127.0.0.1 at 2017-10-10 00:01:31 -0700
Processing by ClientsController#edit as HTML
Parameters: {"id"=>"4"}
Client Load (1.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]
Rendering clients/edit.html.erb within layouts/application
Rendered clients/_form.html.erb (66.7ms)
Rendered clients/edit.html.erb within layouts/application (74.0ms)
Rendered shared/_header.html.erb (3.0ms)
Rendered shared/_footer.html.erb (12.7ms)
Rendered shared/_sidebar.html.erb (2.5ms)
Completed 200 OK in 165ms (Views: 129.9ms | ActiveRecord: 1.0ms)
Started GET "/clients/4" for 127.0.0.1 at 2017-10-10 00:01:35 -0700
Processing by ClientsController#show as HTML
Parameters: {"id"=>"4"}
Client Load (1.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]
Rendering clients/show.html.erb within layouts/application
Rendered clients/show.html.erb within layouts/application (9.8ms)
Rendered shared/_header.html.erb (3.3ms)
Rendered shared/_footer.html.erb (14.9ms)
Rendered shared/_sidebar.html.erb (2.7ms)
Completed 200 OK in 95ms (Views: 65.0ms | ActiveRecord: 1.1ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment