laredotornado-8iDLEspWrrZBDgjK7y7TUQ@public.gmane.org
2007-Dec-14 20:57 UTC
Where is login_generator?
Hi, I''m working with the latest version of Ruby on Rails. I''m intrigued by this "login_generator" extension (http://wiki.rubyonrails.org/rails/ pages/LoginGenerator), but when I try to install it on my FC6 Linux system, I get this error: [me@mydomain]~/w/easyrx% gem install login_generator Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find login_generator (> 0) in any repository [me@mydomain]~/w/easyrx% How do I find it? Thanks, - Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi Dave, It may be worth taking a look at http://railslodge.com/plugins/75-restful-authentication instead. Scott laredotornado-8iDLEspWrrZBDgjK7y7TUQ@public.gmane.org wrote:> Hi, > > I''m working with the latest version of Ruby on Rails. I''m intrigued > by this "login_generator" extension (http://wiki.rubyonrails.org/rails/ > pages/LoginGenerator), but when I try to install it on my FC6 Linux > system, I get this error: > > [me@mydomain]~/w/easyrx% gem install login_generator > Bulk updating Gem source index for: http://gems.rubyforge.org > ERROR: While executing gem ... (Gem::GemNotFoundException) > Could not find login_generator (> 0) in any repository > [me@mydomain]~/w/easyrx% > > How do I find it? > > Thanks, - Dave-- 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 -~----------~----~----~----~------~----~------~--~---
Scott A S wrote:> Hi Dave, > > It may be worth taking a look at > http://railslodge.com/plugins/75-restful-authentication instead. > > Scott >FYI: as scott said... Many generators are out of date. Restful Authentication is the current login generator that is popular. It creates users and sessions. There is a lot of info on this if you google it. Some of the old login generators are Salted, Sugar, and Acts_As_Authenticated. -- 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 -~----------~----~----~----~------~----~------~--~---