Skip to content

Instantly share code, notes, and snippets.

@jsuchal
Created May 9, 2012 14:49
Show Gist options
  • Save jsuchal/2645052 to your computer and use it in GitHub Desktop.
Save jsuchal/2645052 to your computer and use it in GitHub Desktop.
Redis FTW!
Started GET "/api/v2/why/user/1870797446/for_user/701647404" for 127.0.0.1 at 2012-05-09 16:45:50 +0200
Processing by Api::V2::WhyController#user as HTML
Parameters: {"user_id"=>"1870797446", "for_user_id"=>"701647404"}
Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.0ms)
Started GET "/api/v2/why/user/1870797446/for_user/701647404" for 127.0.0.1 at 2012-05-09 16:45:50 +0200
Processing by Api::V2::WhyController#user as HTML
Parameters: {"user_id"=>"1870797446", "for_user_id"=>"701647404"}
Completed 200 OK in 5ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Started GET "/api/v2/why/user/1987404011/for_user/701647404" for 127.0.0.1 at 2012-05-09 16:46:00 +0200
Processing by Api::V2::WhyController#user as HTML
Parameters: {"user_id"=>"1987404011", "for_user_id"=>"701647404"}
Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms)
Started GET "/api/v2/why/user/1987404011/for_user/701647404" for 127.0.0.1 at 2012-05-09 16:46:00 +0200
Processing by Api::V2::WhyController#user as HTML
Parameters: {"user_id"=>"1987404011", "for_user_id"=>"701647404"}
Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms)
Started GET "/api/v2/why/user/419506401/for_user/701647404" for 127.0.0.1 at 2012-05-09 16:46:14 +0200
Processing by Api::V2::WhyController#user as HTML
Parameters: {"user_id"=>"419506401", "for_user_id"=>"701647404"}
Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Started GET "/api/v2/why/user/419506401/for_user/701647404" for 127.0.0.1 at 2012-05-09 16:46:14 +0200
Processing by Api::V2::WhyController#user as HTML
Parameters: {"user_id"=>"419506401", "for_user_id"=>"701647404"}
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment