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.* FROMusers
…
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