Skip to content

Instantly share code, notes, and snippets.

@alan707
Created February 24, 2013 04:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save alan707/5022611 to your computer and use it in GitHub Desktop.
Started PUT "/audio_clips/25.json" for 127.0.0.1 at 2013-02-23 23:34:25 -0500
Processing by AudioClipsController#update as JSON
Parameters: {"play_count"=>"4", "id"=>"25"}
AudioClip Load (0.3ms) SELECT "audio_clips".* FROM "audio_clips" WHERE "audio_clips"."id" = ? LIMIT 1 [["id", "25"]]
(0.1ms) begin transaction
(0.1ms) commit transaction
(0.1ms) begin transaction
(0.0ms) commit transaction
Completed 200 OK in 91ms (Views: 3.4ms | ActiveRecord: 3.8ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment