Re: [Rails] Routing error with OmniAuth

2011-04-14 Thread Phil Crissman
Phil On Thu, Apr 14, 2011 at 6:29 PM, skt wrote: > Hello, > > I am trying to use OmniAuth with Devise and I am stumbling on some > initial step. When I go to localhost:3000/auth/twitter I get a routing > error > > No route matches "/auth/twitter" > > I have the "gem omniauth" in my gemfile and

[Rails] Routing error with OmniAuth

2011-04-14 Thread skt
Hello, I am trying to use OmniAuth with Devise and I am stumbling on some initial step. When I go to localhost:3000/auth/twitter I get a routing error No route matches "/auth/twitter" I have the "gem omniauth" in my gemfile and I have omniauth.rb where I have setup twitter connection as below R