
Untitled
By: a guest on
Jul 1st, 2012 | syntax:
None | size: 1.72 KB | hits: 20 | expires: Never
Started GET "/auth/facebook/callback?code=f45aa7c3bec43f6bbcd10669-697955353%7ClZYBURqDmCRE6z5P9WbmF7wAfRw" for 127.0.0.1 at 2011-03-21 22:40:50 -0700
Processing by AuthenticationsController#create as HTML
Parameters: {"code"=>"f45aa7c3bec43f6bbcd10669-697955353|lZYBURqDmCRE6z5P9WbmF7wAfRw", "provider"=>"facebook"}
Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE ("authentications"."provider" = 'facebook') AND ("authentications"."uid" = '697955353') LIMIT 1
User Load (1.8ms) SELECT "users".* FROM "users" WHERE ("users"."id" = 151) LIMIT 1
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)
Redirected to http://localhost:3000/
Completed 302 Found in 138ms
Started GET "/" for 127.0.0.1 at 2011-03-21 22:40:51 -0700
Processing by PagesController#home as HTML
User Load (1.2ms) SELECT "users".* FROM "users" WHERE ("users"."id" = 151) LIMIT 1
Supportpost Load (0.3ms) SELECT "supportposts".* FROM "supportposts" WHERE (user_id = 151) ORDER BY supportposts.created_at DESC LIMIT 30 OFFSET 0
Rendered shared/_error_messages.html.erb (0.7ms)
Rendered shared/_supportpost_form.html.erb (12.6ms)
Rendered shared/_feed.html.erb (0.5ms)
SQL (0.2ms) SELECT COUNT(*) AS count_id FROM (SELECT 1 FROM "supportposts" WHERE ("supportposts".user_id = 151)) AS subquery
Rendered shared/_user_info.html.erb (9.2ms)
Rendered pages/home.html.erb within layouts/application (76.2ms)
Completed 200 OK in 203ms (Views: 80.9ms | ActiveRecord: 4.1ms)