Skip to content

Instantly share code, notes, and snippets.

@bennacer860
Created July 6, 2017 01:58
Show Gist options
  • Save bennacer860/68b15cc248e47a77491e746699a31897 to your computer and use it in GitHub Desktop.
Save bennacer860/68b15cc248e47a77491e746699a31897 to your computer and use it in GitHub Desktop.
$ rackup
[2017-03-31 23:24:49] INFO WEBrick 1.3.1
[2017-03-31 23:24:49] INFO ruby 2.3.0 (2015-12-25) [x86_64-darwin15]
[2017-03-31 23:24:49] INFO WEBrick::HTTPServer#start: pid=51672 port=9292
did not find key in cache, executing block ...
executing : select count(*) from users
::1 - - [31/Mar/2017:23:25:01 -0400] "GET / HTTP/1.1" 200 15 0.0385
fetch from cache
::1 - - [31/Mar/2017:23:25:04 -0400] "GET / HTTP/1.1" 200 15 0.0012
fetch from cache
::1 - - [31/Mar/2017:23:25:17 -0400] "GET / HTTP/1.1" 200 15 0.0009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment