Hi, I could use some help. I''ve got a simple rails app and want to add authentication. I''ve followed the first two steps in the wiki guide script/plugin source http://svn.techno-weenie.net/projects/plugins script/plugin install acts_as_authenticated First step succeeds. Second step comes back with ''Plugin not found: ["acts_as_authenticated"]'' Help very much appreciated. P --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
try this: script/plugin install http://svn.techno-weenie.net/projects/plugins/acts_as_authenticated/ On 27 Jul., 10:50, Penny <Penny.Rus...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Hi, I could use some help. > > I''ve got a simple rails app and want to add authentication. I''ve > followed the first two steps in the wiki guide > > script/plugin sourcehttp://svn.techno-weenie.net/projects/plugins > script/plugin install acts_as_authenticated > > First step succeeds. > Second step comes back with ''Plugin not found: > ["acts_as_authenticated"]'' > > Help very much appreciated. > > P--~--~---------~--~----~------------~-------~--~----~ 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 for posting. I tried that, but it waited for a while and then said: Plugin not found: ["http://svn.techno-weenie.net/projects/plugins/ acts_as_authenticated/"] which is nonsense because I can browse to that location without problems and the install script is visible. :-( Anyway, don''t worry. I''m using the hand-built authentication instead and it''s pretty much done. Thanks. On Jul 27, 1:31 pm, Thorsten <duple...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> try this: > > script/plugin installhttp://svn.techno-weenie.net/projects/plugins/acts_as_authenticated/ > > On 27 Jul., 10:50, Penny <Penny.Rus...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > Hi, I could use some help. > > > I''ve got a simple rails app and want to add authentication. I''ve > > followed the first two steps in the wiki guide > > > script/plugin sourcehttp://svn.techno-weenie.net/projects/plugins > > script/plugin install acts_as_authenticated > > > First step succeeds. > > Second step comes back with ''Plugin not found: > > ["acts_as_authenticated"]'' > > > Help very much appreciated. > > > P- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ 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 all, I am also facing the same problem. Unable to install acts_as_authenticated, it says plugin not found. I have trued to download it using tortoise SVN client it says some PROPFIND ERROR has occurred. 1) IS there any other manual way of installing the plugin. 2) What mistake am I doing while installing th plugin. 3) Should we configure anything b4 downloading using a SVN CLIENT (IT occurs with all plugins). I love ruby and am a beginner in ROR but stuck with this problem for long ... There is no big help available on net for this problem, so any help wud be appreciated. Thanks in advance Penny wrote:> Thanks for posting. I tried that, but it waited for a while and then > said: > > Plugin not found: ["http://svn.techno-weenie.net/projects/plugins/ > acts_as_authenticated/"] > > which is nonsense because I can browse to that location without > problems and the install script is visible. :-( > > Anyway, don''t worry. I''m using the hand-built authentication instead > and it''s pretty much done. > > Thanks.-- 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 -~----------~----~----~----~------~----~------~--~---
> > 1) IS there any other manual way of installing the plugin. > 2) What mistake am I doing while installing th plugin. > 3) Should we configure anything b4 downloading using a SVN CLIENT (IT > occurs with all plugins). > > I love ruby and am a beginner in ROR but stuck with this problem for > long ... There is no big help available on net for this problem, so any > help wud be appreciated. Thanks in advanceIf you read the README you''ll see that is says this. DEPRECATED: Use restful_authentication instead. Or, ask me for commit rights if you wish to maintain this plugin. So what you really want is this http://agilewebdevelopment.com/plugins/restful_authentication --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---