Created
February 18, 2010 18:39
-
-
Save lgs/307917 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing RegistrationsController#create (for 127.0.0.1 at 2010-02-18 19:31:36) [POST] | |
Parameters: {"commit"=>"Sign up", "action"=>"create", "authenticity_token"=>"vFJ+NICTKyTetJ6+lNnmCeLhIRgExdx8SE3UjcVdX+g=", "controller"=>"registrations", "user"=>{"password_confirmation"=>"[FILTERED]", "username"=>"1234", "password"=>"[FILTERED]", "email"=>"[email protected]"}} | |
User Load (0.3ms) SELECT "users".id FROM "users" WHERE ("users"."email" = '[email protected]' AND "users".email = '[email protected]') LIMIT 1 | |
User Create (37.7ms) INSERT INTO "users" ("encrypted_password", "created_at", "confirmation_sent_at", "last_sign_in_ip", "updated_at", "last_sign_in_at", "username", "sign_in_count", "password_salt", "reset_password_token", "remember_token", "current_sign_in_ip", "confirmation_token", "remember_created_at", "current_sign_in_at", "email", "confirmed_at") VALUES('589449af1762051c7f6401d066840f84fef617c4', '2010-02-18 18:31:36', '2010-02-18 18:31:36', NULL, '2010-02-18 18:31:36', NULL, '1234', NULL, 'V_Vo7Uzbg2pmj9Tl1L_p', NULL, NULL, NULL, 'PrXJsgJusSxTI2gBMW9F', NULL, NULL, '[email protected]', NULL) | |
Sent mail to [email protected] | |
... | |
Processing SessionsController#new (for 127.0.0.1 at 2010-02-18 19:31:37) [GET] | |
Parameters: {"action"=>"new", "unconfirmed"=>"true", "controller"=>"sessions"} | |
Rendering template within layouts/application | |
Rendering sessions/new | |
Rendered sessions/_login_form (12.7ms) | |
Rendered shared/_devise_links (7.6ms) | |
Completed in 59ms (View: 28, DB: 0) | 200 OK [http://localhost/users/sign_in?unconfirmed=true] | |
Processing ConfirmationsController#show (for 127.0.0.1 at 2010-02-18 19:37:30) [GET] | |
Parameters: {"action"=>"show", "controller"=>"confirmations", "confirmation_token"=>"PrXJsgJusSxTI2gBMW9F"} | |
User Load (1.8ms) SELECT * FROM "users" WHERE ("users"."confirmation_token" = 'PrXJsgJusSxTI2gBMW9F') LIMIT 1 | |
User Update (43.1ms) UPDATE "users" SET "updated_at" = '2010-02-18 18:37:30', "confirmed_at" = '2010-02-18 18:37:30', "confirmation_token" = NULL WHERE "id" = 3 | |
User Update (0.5ms) UPDATE "users" SET "updated_at" = '2010-02-18 18:37:31', "sign_in_count" = 1, "current_sign_in_at" = '2010-02-18 18:37:31', "current_sign_in_ip" = '127.0.0.1', "last_sign_in_at" = '2010-02-18 18:37:31', "last_sign_in_ip" = '127.0.0.1' WHERE "id" = 3 | |
Redirected to http://localhost:3000/ | |
Completed in 108ms (DB: 45) | 302 Found [http://localhost/users/confirmation?confirmation_token=PrXJsgJusSxTI2gBMW9F] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment