I''m new to Rails and I''m having trouble wrapping my brain around it to be honest. I want to create a user registration, login system. It seems this is common are there any tutorials that walk you through doing this in rails 2.0 Also, I was looking at this gem http://rubyforge.org/projects/salted-login/ - but I don''t see how to use it. Where do I find documentation for this? --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Dustin wrote:> I''m new to Rails and I''m having trouble wrapping my brain around it to > be honest. I want to create a user registration, login system. It > seems this is common are there any tutorials that walk you through > doing this in rails 2.0 > > Also, I was looking at this gem > http://rubyforge.org/projects/salted-login/ > - but I don''t see how to use it. Where do I find documentation for > this?check out the railscasts at http://railscasts.com/episodes;archive search for authentication. there are 3 or 4 tutorials depending on how you want to implement it. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks. Looks like the restful_authentication plugin is the most popular. On May 23, 11:02 am, Scott Kulik <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Dustin wrote: > > I''m new to Rails and I''m having trouble wrapping my brain around it to > > be honest. I want to create a user registration, login system. It > > seems this is common are there any tutorials that walk you through > > doing this in rails 2.0 > > > Also, I was looking at this gem > >http://rubyforge.org/projects/salted-login/ > > - but I don''t see how to use it. Where do I find documentation for > > this? > > check out the railscasts athttp://railscasts.com/episodes;archive > > search for authentication. there are 3 or 4 tutorials depending on how > you want to implement it. > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Check out the 50 mins screencast on User Management in Rails: http://www.rubyplus.org/episodes/20-Extended-RESTful-Authentication-Rails-2-App.html On Fri, May 23, 2008 at 9:39 AM, Dustin <dustin.davis-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I''m new to Rails and I''m having trouble wrapping my brain around it to > be honest. I want to create a user registration, login system. It > seems this is common are there any tutorials that walk you through > doing this in rails 2.0 > > Also, I was looking at this gem > http://rubyforge.org/projects/salted-login/ > - but I don''t see how to use it. Where do I find documentation for > this? > > >-- http://www.rubyplus.org/ Free Ruby and Rails Screencasts --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---