Category: Rails

Using OmniAuth 0.3.0.rc1 with Rails 3.1

I’m posting this so others can avoid the frustration I felt yesterday trying to use OmniAuth in a Rails 3.1 application. After adding this to my Gemfile: gem “omniauth”, :git => “git://github.com/intridea/omniauth.git” and running:...