how to install activescaffold from .ZIP file?

Hi Igor

How about

ruby script/plugin install <directory where zip files were unzipper>

CCH wrote:

Hi Igor

How about

ruby script/plugin install <directory where zip files were unzipper>

I get an Plugin not found error...

Try tyis

Navigating to the project root in command prompt type: ruby script/plugin install http://activescaffold.googlecode.com/svn/tags/active_scaffold

Ratnavel Sundaramurthi wrote:

Try tyis

Navigating to the project root in command prompt type: ruby script/plugin install http://activescaffold.googlecode.com/svn/tags/active_scaffold

I get a 'Plugin not found: ["http://activescaffold.googlecode.com/svn/tags/active_scaffold&quot;\]'

Jorje Xav wrote:

Ratnavel Sundaramurthi wrote:

Try tyis

Navigating to the project root in command prompt type: ruby script/plugin install http://activescaffold.googlecode.com/svn/tags/active_scaffold

I get a 'Plugin not found: ["http://activescaffold.googlecode.com/svn/tags/active_scaffold&quot;\]'

Extract the zip file contents to vendor/plugins directory of your project.

Raja Reddy wrote:

Extract the zip file contents to vendor/plugins directory of your project.

thanks

When I try to reinstall it(with --force), it says plugin not found, but otherwise it says that it's already installed... Any idea? I did everything mentioned above.

thanks