Created
December 4, 2008 12:01
-
-
Save mytrile/31920 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
| merb : worker (port 4000) ~ Started request handling: Thu Dec 04 14:01:20 +0200 2008 | |
| merb : worker (port 4000) ~ Routed to: {"user"=>{"password_confirmation"=>"mitko", "login"=>"mitko", "password"=>"mitko"}, "format"=>nil, "submit"=>"Create", "action"=>"create", "controller"=>"users"} | |
| merb : worker (port 4000) ~ Params: {"user"=>{"password_confirmation"=>"mitko", "login"=>"mitko", "password"=>"mitko"}, "format"=>nil, "submit"=>"Create", "action"=>"create", "controller"=>"users"} | |
| ~ SELECT `id` FROM `users` WHERE (`login` = 'mitko') ORDER BY `id` LIMIT 1 | |
| ~ SELECT `id` FROM `users` WHERE (`email` IS NULL) ORDER BY `id` LIMIT 1 | |
| merb : worker (port 4000) ~ {:before_filters_time=>5.8e-05, :dispatch_time=>0.011484, :action_time=>0.010302, :after_filters_time=>1.2e-05} | |
| merb : worker (port 4000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment