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 Rails.application.config.middleware.use OmniAuth::Builder do provider :twitter, 'MY KEY', 'MY SECRET' end The server starts up fine - the home page loads. I am on Ruby 1.9.2p180 and Rails 3.0.5 on a Win box. Thanks for any pointers on what I may be missing here. -S -- 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. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.