Related to plugin

I have downloaded plugin using svn in vender/plugins. After that is i
need to install it again using the command
(ruby script/plugin install acts_as_authenticated).
If yes then it gives the error that ‘no plugin found’
If no then how to implement it in my application?

vishal wrote:

I have downloaded plugin using svn in vender/plugins. After that is i
need to install it again using the command
(ruby script/plugin install acts_as_authenticated).
If yes then it gives the error that ‘no plugin found’
If no then how to implement it in my application?

Vishal,

Which plugin do you speak about? plugins in vendor/plugins are
automatically loaded during app start.

Jean-Etienne

Oops, read too fast.

So, you need to do the following:
script/generate authenticated user account
rake db:migrate

Jean-Etienne

Thank you jean for your valuable help…

On Jul 9, 6:16 pm, Jean-Etienne D. <rails-mailing-l…@andreas-