[Jruby-devel] Re: Issues with octal sequences in regexp translator

2006-02-15 Thread Charles O Nutter
Crisis averted! I added back in the single-digit pattern and the issue is gone again. I hadn't noticed that got removed (or never added) to the translator. I also removed the "three digit" octal pattern. David, can you explain that one? It didn't seem to be doing anything the "missing zero" patter

[Jruby-devel] Running Rails

2006-02-15 Thread ben kittrell
Hello, I'm interested in getting Ruby on Rails running under Java. It looks like you have support slated for March, so I'm wondering if any work has been done on it. I'd be interested in helping out, but I'm figured you guys would know where to start, cause I'm starting from scratch. I'm thinki

[Jruby-devel] Problem with block-local variables and eval

2006-02-15 Thread Charles O Nutter
There seems to be an issue either with how block-local variables are stored or how eval'ed code looks them up. The following fails because x is treated as a local variable, rather than a dyn variable, and so the interpreter tries to find it in the block's containing scope, rather than in its dyn va

Re: [Jruby-devel] Running Rails

2006-02-15 Thread Charles O Nutter
The "March" timeframe is perhaps from previous presentations? We are still targeting March to get Rails working, but exactly what it will look like is not set in stone. We are looking at a scenario similar to what you describe, with an app server acting to send requests into Rails as Apache would n