Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 1st, 2012  |  syntax: None  |  size: 1.72 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Started GET "/auth/facebook/callback?code=f45aa7c3bec43f6bbcd10669-697955353%7ClZYBURqDmCRE6z5P9WbmF7wAfRw" for 127.0.0.1 at 2011-03-21 22:40:50 -0700
  2.   Processing by AuthenticationsController#create as HTML
  3.   Parameters: {"code"=>"f45aa7c3bec43f6bbcd10669-697955353|lZYBURqDmCRE6z5P9WbmF7wAfRw", "provider"=>"facebook"}
  4.   Authentication Load (0.2ms)  SELECT "authentications".* FROM "authentications" WHERE ("authentications"."provider" = 'facebook') AND ("authentications"."uid" = '697955353') LIMIT 1
  5.   User Load (1.8ms)  SELECT "users".* FROM "users" WHERE ("users"."id" = 151) LIMIT 1
  6.   SQL (0.3ms)  UPDATE "users" SET "current_sign_in_at" = '2011-03-22 05:40:51.431723', "current_sign_in_ip" = '127.0.0.1', "last_sign_in_at" = '2011-03-22 05:40:51.431723', "last_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2011-03-22 05:40:51.432958' WHERE ("users"."id" = 151)
  7. Redirected to http://localhost:3000/
  8. Completed 302 Found in 138ms
  9.  
  10.  
  11. Started GET "/" for 127.0.0.1 at 2011-03-21 22:40:51 -0700
  12.   Processing by PagesController#home as HTML
  13.   User Load (1.2ms)  SELECT "users".* FROM "users" WHERE ("users"."id" = 151) LIMIT 1
  14.   Supportpost Load (0.3ms)  SELECT "supportposts".* FROM "supportposts" WHERE (user_id = 151) ORDER BY supportposts.created_at DESC LIMIT 30 OFFSET 0
  15. Rendered shared/_error_messages.html.erb (0.7ms)
  16. Rendered shared/_supportpost_form.html.erb (12.6ms)
  17. Rendered shared/_feed.html.erb (0.5ms)
  18.   SQL (0.2ms)  SELECT COUNT(*) AS count_id FROM (SELECT 1 FROM "supportposts" WHERE ("supportposts".user_id = 151)) AS subquery
  19. Rendered shared/_user_info.html.erb (9.2ms)
  20. Rendered pages/home.html.erb within layouts/application (76.2ms)
  21. Completed 200 OK in 203ms (Views: 80.9ms | ActiveRecord: 4.1ms)