Skip to content

Instantly share code, notes, and snippets.

@strass
Created October 2, 2009 23:37
Show Gist options
  • Save strass/200253 to your computer and use it in GitHub Desktop.
Save strass/200253 to your computer and use it in GitHub Desktop.
Processing TopicsController#create (for 127.0.0.1 at 2009-10-02 18:36:14) [POST]
Parameters: {"commit"=>"Submit", "authenticity_token"=>"75fB/RVjaTLiUSshvwlaAdJ+m+2WujhVDRw/iC7kdEM=", "topic"=>{"last_post_at(1i)"=>"2009", "name"=>"asdfasdf", "last_post_at(2i)"=>"10", "last_post_at(3i)"=>"2", "last_post_at(4i)"=>"23", "last_post_at(5i)"=>"34", "game_id"=>"1"}}
Topic Create (0.4ms) INSERT INTO "topics" ("name", "last_post_at", "created_at", "updated_at", "game_id") VALUES('asdfasdf', '2009-10-02 23:34:00', '2009-10-02 23:36:14', '2009-10-02 23:36:14', NULL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment