very strange ...  after being authenticated w FB/Google , the user is signe 
din and redirected to root_url 

In console :
>> Started GET "/users/auth/facebook?display=page" 
>> (facebook) Request phase initiated.
>> Started GET "/users/auth/facebook/callback?code=AQCHRMjDO......
>> (facebook) Callback phase initiated.
>>   Processing by Users::OmniauthCallbacksController#facebook as HTML
>>          Parameters: {"code"=>"AQCHRMjDOp2VW56_......
>>   User Load (0.6ms)  SELECT `users`.* FROM `users` 
>>    ...
>>        UPDATE `users` SET `last_sign_in_at` 
>>       COMMIT
 >>Redirected to http://lvh.me:3000/
>> Completed 302 Found in 3358ms (ActiveRecord: 3.2ms)

>> Started GET "/" for 127.0.0.1 at 2012-11-14 12:08:51 +0100
>> Processing by WelcomeController#home as HTML    # no action in 
welcome_controller#home , only display of a statuc home page view

Everything is fine BUT the url displayed in the browser is weird :   some 
garbage    http://lvh.me:3000/#_=_

any clue about where I should look into ? 

thnaks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/fmD2QJENup8J.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to