Hi, How to use Devise Gem in rails? What basic configuration is required for that? I did it but getting so many errors one after other How to use Devise Gem with Oauth2.0? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/69b69377-63c9-40c7-8e20-eb5c15a9b823%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Did you get a chance to read the Devise wiki ? It''s pretty straightforward : https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview - Emil On 22 August 2013 14:37, Rekha Benada <rekha.benada-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > How to use Devise Gem in rails? What basic configuration is required for > that? I did it but getting so many errors one after other > How to use Devise Gem with Oauth2.0? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/69b69377-63c9-40c7-8e20-eb5c15a9b823%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAJ%3Dox-CaFUke-4e%2BaPnB_OOpGzqxrx6%3DcgPDam%2B3MKr711-qig%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Yes, I went through this wiki doc. But I don''t want to use Devise gem with omniauth for Facebook,Twitter authentication. I am looking for general authentication with Devise gem or combination of Devise + Oauth2.0.. On Thursday, August 22, 2013 9:43:36 AM UTC-7, Emil Soman wrote:> > Did you get a chance to read the Devise wiki ? It''s pretty straightforward > : https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview > > - Emil > > > On 22 August 2013 14:37, Rekha Benada <rekha....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>>wrote: > >> Hi, >> >> How to use Devise Gem in rails? What basic configuration is required for >> that? I did it but getting so many errors one after other >> How to use Devise Gem with Oauth2.0? >> >> Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to rubyonrails-ta...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. >> To post to this group, send email to rubyonra...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:> >> . >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/rubyonrails-talk/69b69377-63c9-40c7-8e20-eb5c15a9b823%40googlegroups.com >> . >> For more options, visit https://groups.google.com/groups/opt_out. >> > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/185fe507-9a1f-47e0-8341-5af4eed43d31%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On 22 August 2013 10:07, Rekha Benada <rekha.benada-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > How to use Devise Gem in rails? What basic configuration is required for > that? I did it but getting so many errors one after otherIf you show us the errors you are getting and the relevant section of code (not the whole thing, just the bit that is causing the problems) someone may be able to help. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvwuJsU67bOHM5Y0kEm-1CPo1yEA%3DUB5g4og_ijAYJjKw%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.