Hi,
When I do
ruby script/plugin install scaffolding_extensions
from root of my application I get for every host the message:
svn: Can’t connect to host ‘rubyforge.org’: A connection attempt failed
because the connected party did not properly respond after a period of
time, or established connection failed because connected host has failed
to respond.
Anyone know what is going on?
Chris.
On 1/17/07, Chris F. [email protected] wrote:
When I do
ruby script/plugin install scaffolding_extensions
from root of my application I get for every host the message:
svn: Can’t connect to host ‘rubyforge.org’: A connection attempt failed
because the connected party did not properly respond after a period of
time, or established connection failed because connected host has failed
to respond.
Anyone know what is going on?
Looks like a RubyForge problem. Try:
svn co svn://suven.no-ip.org/rails/plugins/scaffolding_extensions
vendor/plugins/scaffolding_extensions
Or grab the tar.gz file and extract it into the vendor/plugins
directory.
Jeremy