Skip to content

Instantly share code, notes, and snippets.

@adamjgrant
Last active December 18, 2015 21:19
Show Gist options
  • Save adamjgrant/5846237 to your computer and use it in GitHub Desktop.
Save adamjgrant/5846237 to your computer and use it in GitHub Desktop.
Started POST "/users" for 127.0.0.1 at 2013-06-23 15:36:05 -0400
Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"helxd+bwauZbLszMO/4tYgUFHu/6eSuO1nF4mabxbEw=", "user"=>{"email"=>"d@d.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
 (0.1ms) begin transaction
User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'd@d.com' LIMIT 1
User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = 'c7KbqN83zpVERjkSCasy' LIMIT 1
Binary data inserted for `string` type on column `encrypted_password`
SQL (2.6ms) 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 19:37:17 UTC +00:00], ["confirmation_token", "c7KbqN83zpVERjkSCasy"], ["confirmed_at", nil], ["created_at", Sun, 23 Jun 2013 19:37:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "d@d.com"], ["encrypted_password", "$2a$20$pfuuZUHUM0TmPSrKJfoIf.yoYA363Ah6GuYF4FqlSeLVhpTb6tn4G"], ["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 19:37:17 UTC +00:00]]
Rendered devise/mailer/confirmation_instructions.html.erb (0.9ms)
Sent mail to d@d.com (119ms)
Date: Sun, 23 Jun 2013 15:37:17 -0400
From: ajkochanowicz@gmail.com
Reply-To: ajkochanowicz@gmail.com
To: d@d.com
Message-ID: <51c74e6db2437_e3da3ff62d438c049576@Adams-MacBook-Pro.local.mail>
Subject: Confirmation instructions
Mime-Version: 1.0
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
<p>Welcome d@d.com!</p>
<p>You can confirm your account email through the link below:</p>
<p><a href="http://localhost:3000/users/confirmation?confirmation_token=c7KbqN83zpVERjkSCasy">Confirm my account</a></p>
 (1.5ms) rollback transaction
Completed 500 Internal Server Error in 72435ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment