Auto_complete plugin on rails 2.3.5

Hi, this is my first post.

I have run:

$ ruby script/plugin -v install auto_complete

but the result is:

Plugin not found: [“auto_complete”]
#<Errno::ENOENT: No such file or directory - /dev/null>

I have also try to run:

$ ruby script/plugin -v list

and the result is:

Discovering plugins in Peak Obsession
/CHANGELOG
/account_location/
/acts_as_list/
/acts_as_nested_set/
/acts_as_tree/
/atom_feed_helper/
/auto_complete/
/continuous_builder/
[…]

So, the auto_complete is there but it won’t install.

Someone can help me?

Thanks.

Guido

Someone can help me?
Just grab it from github and drop it in vendor/plugins, there is no
special install step to run.

thanks.

Guido