Phil

On Thu, Apr 14, 2011 at 6:29 PM, skt <stibre...@gmail.com> 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 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.
>

Given the error, you're probably missing a route. The gem does not provide
automatically provide one (at least, it didn't when I used it), you'll need
to add it to the routes file.


> -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.
>
>

-- 
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.

Reply via email to