Skip to content

Instantly share code, notes, and snippets.

@adamjgrant
Created June 23, 2013 17:30
Show Gist options
  • Save adamjgrant/5845809 to your computer and use it in GitHub Desktop.
Save adamjgrant/5845809 to your computer and use it in GitHub Desktop.
Started POST "/users" for 127.0.0.1 at 2013-06-23 12:59:53 -0400
Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"helxd+bwauZbLszMO/4tYgUFHu/6eSuO1nF4mabxbEw=", "user"=>{"email"=>"ajkochanowicz@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
 (0.1ms) begin transaction
User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'ajkochanowicz@gmail.com' LIMIT 1
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = 'iixxfxAMzqFNq59L2iNx' LIMIT 1
Binary data inserted for `string` type on column `encrypted_password`
SQL (2.2ms) INSERT INTO "users" ("confirmation_sent_at", "confirmation_token", "confirmed_at", "created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "level", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "unconfirmed_email", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", Sun, 23 Jun 2013 16:59:53 UTC +00:00], ["confirmation_token", "iixxfxAMzqFNq59L2iNx"], ["confirmed_at", nil], ["created_at", Sun, 23 Jun 2013 16:59:53 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ajkochanowicz@gmail.com"], ["encrypted_password", "$2a$10$UQcus6d1KmKirKvN9Y0wBOjCba7E0bsyNk2AiTfD9Ah49FlWuTfIC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["level", 0], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["unconfirmed_email", nil], ["updated_at", Sun, 23 Jun 2013 16:59:53 UTC +00:00]]
Rendered devise/mailer/confirmation_instructions.html.erb (1.4ms)
 (0.8ms) commit transaction
Redirected to http://localhost:3000/
Completed 302 Found in 141ms (ActiveRecord: 0.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment