Skip to content

Instantly share code, notes, and snippets.

@obrie
Created October 14, 2016 23:10
Show Gist options
  • Save obrie/edd619da10eb47fdd41f5b3bd374fcac to your computer and use it in GitHub Desktop.
Save obrie/edd619da10eb47fdd41f5b3bd374fcac to your computer and use it in GitHub Desktop.
Take the following log for example:
Completed 204 No Content in 280ms
Started GET "/some/url?..."
Processing by MythicalContentController#index as HTML
Parameters: {...}
Doing some stuff
Completed 204 No Content in 41ms
Doing some more stuff
Started GET "/some/url?..."
Processing by MythicalContentController#index as HTML
Parameters: {...}
Doing some stuff
Completed 200 OK in 152ms (Views: 24.2ms | ActiveRecord: 9.2ms)
Doing some more stuff
Started GET "/some/url?..."
Processing by MythicalContentController#index as HTML
Parameters: {...}
Doing some stuff
Completed 204 No Content in 37ms
Doing some more stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment