Acts_as_authenticated

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

try this:

script/plugin install
http://svn.techno-weenie.net/projects/plugins/acts_as_authenticated/

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. :frowning:

Anyway, don’t worry. I’m using the hand-built authentication instead
and it’s pretty much done.

Thanks.

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. :frowning:

Anyway, don’t worry. I’m using the hand-built authentication instead
and it’s pretty much done.

Thanks.

  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

If 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