Charles Oliver Nutter
Charles Oliver Nutter
Ping again... I missed an invite to collaborate, but it would still be nice to get JRuby support in here.
Seems to have failed again... try again?
Looks like I missed your invite all those years ago... happy to become a collab here but I have a lot of things on my plate these days. 😀
It could certainly be modified to work with 3.2. Right now it's depending on constants that appear to be defined in Spring, but Spring is not a dependency of Rails...
Ah-ha, I see. Why are you trying to store this in a Ref? Maybe I'm not understanding the use case...
No, I'm not saying that...it's just not a case I had considered. The bug here appears to be that we're not properly calculating the hashcode for your Foo class because...
Hmm, I just tried your example with cloby master and jruby master and did not get an error. Do you still get this?
I believe this was fixed by #375 and can be closed.
Auditing some old issues that show up in my mentions... I believe you could use `spawn` now, since the `fork` call is simply used to get a detached process in...
Ok, it appears that the benchmark simply starts up the script using "rails s", and not installing a server for JRuby. As a result, these benchmarks are running in WEBrick...