-
-
Save anonymous/1b9471e954ce46fd3796e74f6847ee82 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Started POST "/" for 127.0.0.1 at 2016-06-01 18:40:21 +0300 | |
Processing by Users::RegistrationsController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QdfOd+itxfUBpqMl8L1muTbdddBEXv0Vd08hl21mn5Q0xI2Oz82y16e4yolg3HyNDmWKT+RRe9vZEGVSOSMakA==", "user"=>{"email"=>"qwerty@mail.ru", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "referral_code"=>"1"}, "commit"=>"Sign up"} | |
Unpermitted parameter: referral_code | |
(1.3ms) BEGIN | |
User Exists (1.8ms) SELECT 1 AS one FROM `users` WHERE `users`.`email` = BINARY 'qwerty@mail.ru' LIMIT 1 | |
SQL (2.1ms) INSERT INTO `users` (`email`, `encrypted_password`, `created_at`, `updated_at`) VALUES ('qwerty@mail.ru', '$2a$11$qhaJt80xwbe38OM3vasbhOUufeNuVJFvs1pTauz9Gr5wjwIbJIJS.', '2016-06-01 15:40:21', '2016-06-01 15:40:21') | |
(113.0ms) COMMIT | |
(0.7ms) BEGIN | |
SQL (1.0ms) UPDATE `users` SET `last_sign_in_at` = '2016-06-01 15:40:21', `current_sign_in_at` = '2016-06-01 15:40:21', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2016-06-01 15:40:21' WHERE `users`.`id` = 9 | |
(70.7ms) COMMIT | |
Redirected to http://localhost:3000/ | |
Completed 302 Found in 576ms (ActiveRecord: 190.7ms) | |
Started GET "/" for 127.0.0.1 at 2016-06-01 18:40:21 +0300 | |
Processing by LandingController#index as HTML | |
User Load (1.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 9 ORDER BY `users`.`id` ASC LIMIT 1 | |
Redirected to http://localhost:3000/lk/index | |
Completed 302 Found in 19ms (ActiveRecord: 1.0ms) | |
Started GET "/lk/index" for 127.0.0.1 at 2016-06-01 18:40:21 +0300 | |
Processing by LkController#index as HTML | |
User Load (1.1ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 9 ORDER BY `users`.`id` ASC LIMIT 1 | |
Rendered lk/index.html.erb within layouts/application (1.1ms) | |
Completed 200 OK in 97ms (Views: 79.1ms | ActiveRecord: 1.1ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment