Hello all, I''m new to RoR and I''m building my first app. Is there a most used recipe or procedure to create a Registration/Login mechanism that gives the ability to register with a set of fields (name, login, email, password) or use Facebook/Twitter ? Something that is more or less standard? Many thanks. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/NZA8wW3-D_kJ. For more options, visit https://groups.google.com/groups/opt_out.
Have a look at Devise, theres a good rails cast on using it. http://railscasts.com/episodes/209-introducing-devise Dean On 30 Aug 2012, at 16:44, Nelson André wrote:> Hello all, > > I''m new to RoR and I''m building my first app. > > Is there a most used recipe or procedure to create a Registration/Login mechanism that gives the ability to register with a set of fields (name, login, email, password) or use Facebook/Twitter ? > > Something that is more or less standard? > > Many thanks. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/NZA8wW3-D_kJ. > 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On Aug 30, 2012, at 11:51 AM, Dean Chester wrote:> Have a look at Devise, theres a good rails cast on using it. > > http://railscasts.com/episodes/209-introducing-devise > > DeanAnd beaucoup plug-ins like Ominauth to deal with multi-provider authentication. Walter> On 30 Aug 2012, at 16:44, Nelson André wrote: > >> Hello all, >> >> I''m new to RoR and I''m building my first app. >> >> Is there a most used recipe or procedure to create a Registration/Login mechanism that gives the ability to register with a set of fields (name, login, email, password) or use Facebook/Twitter ? >> >> Something that is more or less standard? >> >> Many thanks. >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/NZA8wW3-D_kJ. >> 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.