FYI, I've been keeping an updated page of Rails test run results with
JRuby at the following URL

http://www.headius.com/jrubywiki/index.php/Rails_Support

The bottom line is that ActionPack/ActiveSupport/ActionMailer are
nearly 100%, ActiveRecord is probably 2/3 working (but the failures
include tests for Oracle, PgSql, Firebird...), and most of what we'd
expect to work in Railties works pretty well. I haven't primed the pump
to run ActionWebService tests yet.

Also, a quick explanation of the color scheme:

green = passing 100% (obvious)
yellow = passing 75% or better
red = passing less than 75%
blue = errors in both Ruby and JRuby when run individually
grey = not supported, perhaps never supported by JRuby

We have been targeting 1.1.6 support for the moment, but will soon
start testing against 1.2 and eventually against trunk. I wouldn't
imagine the compatibility profile will change that much by switching
versions; we're mostly talking about pure Ruby here.

Note that the use of SQLite in many places in the test causes quite a
bit of trouble for JRuby since SQLite support on Java is minimal at
best. The ability to swap out SQLite for something equivalently simple
(DBI or JDBC with Derby/JavaDB, perhaps?) would make it easy to run
those tests.

Of course, if any of you are Java devs and would like to help us get
things running, we'd certainly appreciate it. I've debugged and traced
through enough Rails code to know that having more expert folks
contributing would really help.

Thank you!


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to