[jruby-dev] [jira] Created: (JRUBY-3266) undefined method 'add_ruby_type' for YAML:Module

2008-12-27 Thread Yue Ni (JIRA)
undefined method 'add_ruby_type' for YAML:Module Key: JRUBY-3266 URL: http://jira.codehaus.org/browse/JRUBY-3266 Project: JRuby Issue Type: Bug Components: Core Classes/Modules A

[jruby-dev] jruby crashes running the rails AR tests with ar-jdbc

2008-12-27 Thread Stephen Bannasch
I've patched Rails active_record's tests so I can run them from JRuby and there are three tests that crash JRuby when running them with activerecord-jdbcmysql-adapter. It could be jruby or the jdbc adapter ... not sure yet. I've got more details on the activerecord-jdbc list at kenai here (i

[jruby-dev] [jira] Created: (JRUBY-3267) patch attached to update eclipse .classpath to refer to bytelist-1.0.1.jar

2008-12-27 Thread Stephen Bannasch (JIRA)
patch attached to update eclipse .classpath to refer to bytelist-1.0.1.jar -- Key: JRUBY-3267 URL: http://jira.codehaus.org/browse/JRUBY-3267 Project: JRuby Issue Type:

Re: [jruby-dev] jruby crashes running the rails AR tests with ar-jdbc

2008-12-27 Thread Stephen Bannasch
A few more clues. The JRuby regression happened in a large commit about callbacks on Dec 18: svn rev:8398 "Grr...I suppose I should have checked this before, but Mongrel still uses CallbackFactory. We need to get them off it so we can delete it some day. Damn you, crufty old dependencies!"