public
Description: Ruby Enterprise Edition based on MRI 1.8.6
Homepage: http://www.rubyenterpriseedition.com/
Clone URL: git://github.com/FooBarWidget/rubyenterpriseedition.git

Comments for FooBarWidget's rubyenterpriseedition   feed

ssoroka commented on FooBarWidget/rubyenterpriseedition Wed Aug 12 11:46:36 -0700 2009
Comment in 13e038d:

This code raises "ArgumentError: wrong number of arguments (0 for 1)" if the timeout is hit...

  •    if !IO.select([@sock], nil, nil, timeout)
    
  •      raise ResolvTimeout
    
  •    end
    
FooBarWidget commented on FooBarWidget/rubyenterpriseedition Fri Apr 10 10:42:57 -0700 2009
Comment in 63247bf:

No this is our own bug.

rdp commented on FooBarWidget/rubyenterpriseedition Mon Apr 06 08:25:14 -0700 2009
Comment in 63247bf:

is this something that should be pushed upstream?

mperham commented on FooBarWidget/rubyenterpriseedition Mon Nov 24 21:10:27 -0800 2008
Comment in 0e48f5b:

It’s great to see the Railsbench GC patch finally integrated.

tmm1 commented on FooBarWidget/rubyenterpriseedition Sat Nov 22 19:04:40 -0800 2008
Comment in 0e48f5b:

I have this and a number of other GC related patches that we’ve ported to 1.8.7 in separate branches at http://github.com/tmm1/ruby187

Has anyone worked on getting the REE patch applying against 1.8.7?

FooBarWidget commented on FooBarWidget/rubyenterpriseedition Tue Oct 07 10:57:23 -0700 2008
Comment in 13e038d:

Ask on ruby-core. This change was pulled from upstream. :)

rdp commented on FooBarWidget/rubyenterpriseedition Tue Oct 07 07:17:19 -0700 2008
Comment in 13e038d:

I wonder why the bind random port—can’t you just pass a nil and it will choose a random port for you?