This issue, along with a solution has been extensively discussed here: http://www.ruby-forum.com/topic/105212
On Wed, Jul 22, 2009 at 12:37 PM, Kenny Ortmann<[email protected]> wrote: > what is the error that it gives you when you try to start the server? > > On Wed, Jul 22, 2009 at 9:07 AM, mike <[email protected]> wrote: >> >> I made a mistake with the cut and past the install command into my >> message. There is a blank missing in 'installhttp://', should have >> been 'install http://' as follows. It doesn't change the problem, I >> just pasted the wrong stuff into my post. >> >> ruby script/plugin install >> http://github.com/activescaffold/active_scaffold.git/ >> -r rails-2.2.2 >> >> Are there file(s) can I download directly, rather than using script/ >> plugin? I tried the rails-2.2 zip file at >> http://github.com/activescaffold/active_scaffold/downloads but that >> fails to run when I start rails. Is it enough to just expand this zip >> into the vendor\plugins folder? >> >> On Jul 22, 8:50 am, ironruby <[email protected]> wrote: >> > I do the following: >> > >> > gem install rails --version 2.2.2 >> > ruby script/plugin >> > installhttp://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 -~----------~----~----~----~------~----~------~--~---
