[jruby-dev] [jira] Created: (JRUBY-2522) Can not execute JRuby 1.1.1 "ant test" with IBM JDK

2008-05-14 Thread Song Ma (JIRA)
Can not execute JRuby 1.1.1 "ant test" with IBM JDK --- Key: JRUBY-2522 URL: http://jira.codehaus.org/browse/JRUBY-2522 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1.1

[jruby-dev] [jira] Created: (JRUBY-2521) Compilation Warning for Sun proprietary API using

2008-05-14 Thread Song Ma (JIRA)
Compilation Warning for Sun proprietary API using - Key: JRUBY-2521 URL: http://jira.codehaus.org/browse/JRUBY-2521 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1.1 Env

[jruby-dev] [jira] Created: (JRUBY-2520) Rack flaky on static file loads in Resin

2008-05-14 Thread Irfan Baig (JIRA)
Rack flaky on static file loads in Resin Key: JRUBY-2520 URL: http://jira.codehaus.org/browse/JRUBY-2520 Project: JRuby Issue Type: Bug Components: Projects Affects Versions: JRuby 1.1.1

[jruby-dev] [Fwd: [ANN] The RubySpec project at rubyspec.org]

2008-05-14 Thread Charles Oliver Nutter
Hey, if you all haven't seen Brian's email or my post yet, here's the info. If you haven't contributed to JRuby, or if you'd like to start contributing to the RubySpec, porting over some of our tests would be great (and submit back to us a delete or stripped-down version after you're done). E

[jruby-dev] [jira] Created: (JRUBY-2519) Dir instance object caches directory contents

2008-05-14 Thread Jared Robinson (JIRA)
Dir instance object caches directory contents - Key: JRUBY-2519 URL: http://jira.codehaus.org/browse/JRUBY-2519 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects

[jruby-dev] Re: [jruby-user] JRuby 1.1.2 + You (bug nomination time)

2008-05-14 Thread Vladimir Sizikov
Ah, sorry. Disregard that! The bug number is incorrect. And I can't find the issue I filed (maybe I was only thinking of filing it?) :) In short, the problem is that Control-C doesn't kill the spec runs, and I've seen it also with mongrel or webrick. All the Control-C does is: Exception in thread

[jruby-dev] Re: [jruby-user] JRuby 1.1.2 + You (bug nomination time)

2008-05-14 Thread Vladimir Sizikov
Hi, Another strong candidate: JRUBY-1639: Exception when stopping WEBrick running the new rails application I've seen this not only with webrick, but when running the rubyspecs (Control-C doesn't terminate the run, just prints the exception and continues), and recently with newer UnixServer ruby

[jruby-dev] [jira] Created: (JRUBY-2518) Dir["some glob"] doesn't work for files inside a jar

2008-05-14 Thread Logan Barnett (JIRA)
Dir["some glob"] doesn't work for files inside a jar Key: JRUBY-2518 URL: http://jira.codehaus.org/browse/JRUBY-2518 Project: JRuby Issue Type: Bug Components: Core Classes/Modul

[jruby-dev] [jira] Created: (JRUBY-2517) " * " in runtime argument be replaced wrongly

2008-05-14 Thread Kanae K (JIRA)
" * " in runtime argument be replaced wrongly - Key: JRUBY-2517 URL: http://jira.codehaus.org/browse/JRUBY-2517 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1.1 Environment

Re: [jruby-dev] Routing problem with JRuby/Rails

2008-05-14 Thread Nick Sieger
On Wed, May 14, 2008 at 8:32 AM, Vladimir Sizikov <[EMAIL PROTECTED]> wrote: > Hi Daniel, > > Great analysis! Could you please submit a jira issue for that, with > some minimized example that shows the differences between MRI and > JRuby (otherwise, I'm not fully sure that I properly understand the

Re: [jruby-dev] Routing problem with JRuby/Rails

2008-05-14 Thread Vladimir Sizikov
Hi Daniel, Great analysis! Could you please submit a jira issue for that, with some minimized example that shows the differences between MRI and JRuby (otherwise, I'm not fully sure that I properly understand the test case from your description). Once we have the test, the fix should be (hopefull

Re: [jruby-dev] Routing problem with JRuby/Rails

2008-05-14 Thread Nick Sieger
On Wed, May 14, 2008 at 4:55 AM, Daniel Hahn <[EMAIL PROTECTED]> wrote: > Problem description: > > JRuby interferes with routing where there is the following arrangement of > controllers > >* something_controller.rb >* something/ +- sub_controller.rb > > this will not correctly match the 's

[jruby-dev] Routing problem with JRuby/Rails

2008-05-14 Thread Daniel Hahn
Hi everyone, I just got started on JRuby, and tried to run our Rails application with it. I ran into a problem, which I debbugged (see description below) - however I'm not quite sure what to do with it. The root cause is rails assuming a particular quirk of the Dir[...] method, which JRub