How to install activescaffold from .ZIP file?

Hello,

please tell me how to install active scaffold from zip file, that i
downloaded from activescaffold.com?

Tnx

please tell me how to install active scaffold from zip file, that i
downloaded from activescaffold.com?

I have tried to install from command line, but get this error

C:\active_scaffold>ruby install.rb
install.rb:10:in copy_files': uninitialized constant RAILS_ROOT (NameError) from install.rb:17 from install.rb:3:in chdir’
from install.rb:3

Hi Igor

How about

ruby script/plugin install

Try tyis

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

CCH wrote:

Hi Igor

How about

ruby script/plugin install

I get an Plugin not found error…

Jorje X. wrote:

Ratnavel S. 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”]’

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

Ratnavel S. 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”]’

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