I do the following:
gem install rails --version 2.2.2
ruby script/plugin install http://github.com/activescaffold/active_scaffold.git/
-r rails-2.2.2
Note that I'm using http: instead of git: and I've added the extra '/'
at the end. Without this it doesn't work at all on windows.
The plugin install starts and runs until it gets to '+ ./uninstall.rb'
which causes `rbuf_fill': execution expired (Timeout::Error). Details
below. Same thing happens for other version of rails and the plugin
that I've tried. Is there any other way to install that works?
+ ./CHANGELOG
+ ./MIT-LICENSE
+ ./README
+ ./Rakefile
+ ./environment.rb
+ ./frontends/default/images/add.gif
+ ./frontends/default/images/arrow_down.gif
+ ./frontends/default/images/arrow_up.gif
+ ./frontends/default/images/close.gif
...
+ ./test/model_stub.rb
+ ./test/run_all.rb
+ ./test/test_helper.rb
+ ./uninstall.rb
C:/InstantRailsAS/ruby/lib/ruby/1.8/timeout.rb:54:in `rbuf_fill':
execution expired (Timeout::Error)
from C:/InstantRailsAS/ruby/lib/ruby/1.8/timeout.rb:56:in
`timeout'
from C:/InstantRailsAS/ruby/lib/ruby/1.8/timeout.rb:76:in
`timeout'
from C:/InstantRailsAS/ruby/lib/ruby/1.8/net/protocol.rb:
132:in `rbuf_fill'
from C:/InstantRailsAS/ruby/lib/ruby/1.8/net/protocol.rb:
116:in `readuntil'
from C:/InstantRailsAS/ruby/lib/ruby/1.8/net/protocol.rb:
126:in `readline'
from C:/InstantRailsAS/ruby/lib/ruby/1.8/net/http.rb:2029:in
`read_status_line'
from C:/InstantRailsAS/ruby/lib/ruby/1.8/net/http.rb:2018:in
`read_new'
from C:/InstantRailsAS/ruby/lib/ruby/1.8/net/http.rb:1059:in
`request'
... 14 levels...
from C:/InstantRailsAS/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/
lib/commands/plugin.rb:967
from C:/InstantRailsAS/ruby/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:31:in `gem_original_require'
from C:/InstantRailsAS/ruby/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:31:in `require'
from script/plugin:3
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/activescaffold?hl=en
-~----------~----~----~----~------~----~------~--~---