Guest User

Untitled

a guest
Feb 20th, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Processing UsersController#create (for 127.0.0.1 at 2008-10-14 18:53:56) [POST]
  2. Parameters: {"user"=>{"terms_and_conditions"=>"1", "password_confirmation"=>"password", "gender"=>"", "year"=>"", "password"=>"password", "news"=>"1", "email"=>"bob@fat.com"}, "commit"=>"join the project", "action"=>"create", "controller"=>"users"}
  3. SQL (0.000238) SELECT `email` FROM `users` WHERE (`users`.email = 'bob@fat.com') 
  4. SQL (0.000130) SELECT `email` FROM `users` WHERE (`users`.email = 'bob@fat.com') 
  5. User Create (0.000205) INSERT INTO `users` (`salt`, `questions_count`, `updated_at`, `dob`, `crypted_password`, `state_password`, `gender`, `responses_count`, `multipurpose_code`, `email_verified_at`, `year`, `state_email`, `display_name`, `login`, `email`, `created_at`, `news`) VALUES('c0d1e5cfdsa159229f753baf5b72dbb865e249e2', 0, '2008-10-14 22:53:56', NULL, 'c8398e31f1d73249902dfds273abf165da1559a0', 'known', '', 0, '9fd5aded6db6b8fps0b7ea9a35035d5d36be38c2', NULL, '', 'unverified', NULL, NULL, 'bob@fat.com', '2008-10-14 22:53:56', 1)
  6. User Load (0.000174) SELECT * FROM `users` WHERE (`users`.`id` = 1011) 
  7. Sent mail to bob@fat.com
Add Comment
Please, Sign In to add comment