Guest User

Untitled

a guest
Feb 21st, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. merb : worker (port 4000) ~ Started request handling: Sat Dec 27 14:25:51 +0100 2008
  2. merb : worker (port 4000) ~ Routed to: {"activation_code"=>"f0842d4b48e925d6ddba7314b0181a76758eff43", "action"=>"activate", "controller"=>"merb_auth_slice_activation/activations"}
  3. merb : worker (port 4000) ~ Params: {"activation_code"=>"f0842d4b48e925d6ddba7314b0181a76758eff43", "action"=>"activate", "controller"=>"merb_auth_slice_activation/activations"}
  4. ~ SELECT "activated_at", "activation_code", "id", "login", "email", "admin", "created_at", "remember_me_token_expiration", "remember_me_token", "crypted_password", "salt" FROM "users" WHERE ("activation_code" = 'f0842d4b48e925d6ddba7314b0181a76758eff43') ORDER BY "id" LIMIT 1
  5. ~ SELECT "activated_at", "activation_code", "id", "login", "email", "admin", "created_at", "remember_me_token_expiration", "remember_me_token", "crypted_password", "salt" FROM "users" WHERE ("id" = 3) ORDER BY "id"
  6. ~ SELECT "id" FROM "users" WHERE ("login" = 'test2') ORDER BY "id" LIMIT 1
  7. ~ SELECT "id" FROM "users" WHERE ("email" = 's.lawosz@gmail.com') ORDER BY "id" LIMIT 1
  8. merb : worker (port 4000) ~ Sending Activation email to s.lawosz@gmail.com
  9. merb : worker (port 4000) ~ activation sent to s.lawosz@gmail.com about =?utf-8?Q?Welcome?=
  10. merb : worker (port 4000) ~ Redirecting to: /?_message=BAh7BjoLbm90aWNlIhpBY3RpdmF0aW9uIFN1Y2Nlc3NmdWw%3D%0A (302)
  11. merb : worker (port 4000) ~ {:dispatch_time=>4.224657, :after_filters_time=>0.000281, :before_filters_time=>9.2e-05, :action_time=>4.223447}
  12. merb : worker (port 4000) ~
  13.  
  14. merb : worker (port 4000) ~ Started request handling: Sat Dec 27 14:25:55 +0100 2008
  15. merb : worker (port 4000) ~ Routed to: {"action"=>"index", "controller"=>"welcome", "_message"=>"BAh7BjoLbm90aWNlIhpBY3RpdmF0aW9uIFN1Y2Nlc3NmdWw=\n"}
  16. merb : worker (port 4000) ~ Params: {"action"=>"index", "controller"=>"welcome", "_message"=>"BAh7BjoLbm90aWNlIhpBY3RpdmF0aW9uIFN1Y2Nlc3NmdWw=\n"}
  17. merb : worker (port 4000) ~ {:dispatch_time=>0.013258, :after_filters_time=>3.2e-05, :before_filters_time=>0.000117, :action_time=>0.012028}
Add Comment
Please, Sign In to add comment