[Rails-core] Re: Rails support progress for JRuby

2006-12-03 Thread Charles Oliver Nutter
Thijs van der Vossen wrote: > I may be missing something here, but I don't see why you'd want to > run tests against a database they are not intended for. Perhaps I'm mistaken, but the tests in question don't appear to be intended to test SQLite specifically. Rather, they are to test the ActiveRe

[Rails-core] Re: Rails support progress for JRuby

2006-11-28 Thread Thijs van der Vossen
On Nov 28, 2006, at 9:35 PM, Charles Oliver Nutter wrote: Just to be clear, ActiveRecord-JDBC already works with both Derby/JavaDB and HSQLDB, and I believe it also supports migrations. Mainly what we'd need is a simple way to run tests that depend on SQLite against something other than SQLite. I

[Rails-core] Re: Rails support progress for JRuby

2006-11-28 Thread Charles Oliver Nutter
Just to be clear, ActiveRecord-JDBC already works with both Derby/JavaDB and HSQLDB, and I believe it also supports migrations. Mainly what we'd need is a simple way to run tests that depend on SQLite against something other than SQLite. I just don't know how to make that happen without directly m

[Rails-core] Re: Rails support progress for JRuby

2006-11-28 Thread Rob Sanheim
On 11/28/06, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: [snip] > 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