Skip to content

Instantly share code, notes, and snippets.

@Znow
Created March 8, 2012 08:18
Show Gist options
  • Save Znow/1999620 to your computer and use it in GitHub Desktop.
Save Znow/1999620 to your computer and use it in GitHub Desktop.
Started POST "/admin/users" for 192.168.233.1 at 2012-03-08 09:16:20 +0100
Processing by Admin::UsersController#create as HTML
Parameters: {"utf8"=>"â", "authenticity_token"=>"ZCRdr/sWW8N/QKklxyOtqFElEtanourFkn6WeP3nQGU=", "user"=>{"name"=>"Test2", "email"=>"test2@test.dk", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "role"=>"visitor"}, "commit"=>"Gem"}
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
(0.1ms) begin transaction
(0.1ms) rollback transaction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment