RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: dirksiemers
Site: http://www.dirksiemers.de
authentication information have changed to the omniauth.auth parameter of the Rack environment. simple change:
auth = request.env["rack.auth"]
to
auth = request.env["omniauth.auth"]
authentication information have changed to the omniauth.auth parameter of the Rack environment. simple change:
auth = request.env["rack.auth"]
to
auth = request.env["omniauth.auth"]