Processing UserController#register (for 127.0.0.1 at ...
  Session ID: f20ed0fdfb7db3297095bf2bc5bbc10f
  Parameters: {"user"=>{"password_confirmation"=>"bazquux",
  "screen_name"=>"foobar", "password"=>"bazquux",
  "email"=>"foobar@example.com"}, "commit"=>"Register!",
  "action"=>"register", "controller"=>"user"}
params[:user]: {"password_confirmation"=>"bazquux",
"screen_name"=>"foobar", "password"=>"bazquux",
"email"=>"foobar@example.com"}
Redirected to http://localhost:3000/user
Completed in 0.02988 (33 reqs/sec) | DB: 0.02114 (70%) | 302 Found ...

Processing UserController#index (for 127.0.0.1 at...
  Session ID: f20ed0fdfb7db3297095bf2bc5bbc10f
  Parameters: {"action"=>"index", "controller"=>"user"}
  Rendering within layouts/application
  Rendering user/index
Completed in 0.46929 (2 reqs/sec) | Rendering: 0.27744 (59%) |...

