Skip to content

Instantly share code, notes, and snippets.

@mytrile
Created December 4, 2008 12:01
Show Gist options
  • Select an option

  • Save mytrile/31920 to your computer and use it in GitHub Desktop.

Select an option

Save mytrile/31920 to your computer and use it in GitHub Desktop.
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