[jruby-dev] [jira] Created: (JRUBY-937) JRuby does not find library installed via gem

2007-05-15 Thread Ronald Fischer (JIRA)
JRuby does not find library installed via gem - Key: JRUBY-937 URL: http://jira.codehaus.org/browse/JRUBY-937 Project: JRuby Issue Type: Bug Affects Versions: JRuby 0.9.9 Environment:

[jruby-dev] Developing JRuby in NB

2007-05-15 Thread Daria
Dear JRuby developers, I would like to let you now that we have recently ported JRuby 0.9.8 environment into NetBeans IDE. You may wish to check it out: http://wiki.netbeans.org/wiki/view/NetbeansedJRuby If you are new to NB please go to netbeans.org for all information, tutorials and fun stuff.

Re: [jruby-dev] activerecord-jdbc fix using sybase

2007-05-15 Thread Nick Sieger
On 5/11/07, Dean Mao <[EMAIL PROTECTED]> wrote: Not sure if I'm using JRuby properly, but I tried to use it today with Sybase using their jdbc3 driver and activerecord-jdbc 0.3.1. It failed in JdbcTypeConverter.choose_type. I sorta hack fixed it by adding in this line inside of JdbcTypeConverte

[jruby-dev] [jira] Created: (JRUBY-938) RUBYLIB with Cygwin

2007-05-15 Thread Scott A Miller (JIRA)
RUBYLIB with Cygwin --- Key: JRUBY-938 URL: http://jira.codehaus.org/browse/JRUBY-938 Project: JRuby Issue Type: Bug Components: Miscellaneous Affects Versions: JRuby 1.0.0RC1 Environment: Cygwin - Wind

[jruby-dev] bzip2 implementation now appears to beating/equaling Apache

2007-05-15 Thread Leo User
Hello Mister Nutter, the bzip2 has made a great leap today and now appears to be outperforming the Apache code. The critical change came when I realised that the blocksort code was always using the fallback sorts. So I fixed some bugs and that problem no longer appears to be true. Some rough t

[jruby-dev] [jira] Created: (JRUBY-939) Improve automatic conversion between JRuby BigDecimal and java.math.BigDecimal

2007-05-15 Thread toli kuznets (JIRA)
Improve automatic conversion between JRuby BigDecimal and java.math.BigDecimal -- Key: JRUBY-939 URL: http://jira.codehaus.org/browse/JRUBY-939 Project: JRuby Issue

[jruby-dev] [jira] Created: (JRUBY-940) NativeException#backtrace gets longer with each call

2007-05-15 Thread Jonathan Paisley (JIRA)
NativeException#backtrace gets longer with each call Key: JRUBY-940 URL: http://jira.codehaus.org/browse/JRUBY-940 Project: JRuby Issue Type: Bug Components: Java Integration