ActiveRecord-JDBC 0.2.3 released
ActiveRecord-JDBC is a database adapter for Rails’ ActiveRecord component that can be used with JRuby. It allows use of virtually any JDBC-compliant database with your JRuby on Rails application.
ActiveRecord-JDBC is a database adapter for Rails’ ActiveRecord component that can be used with JRuby. It allows use of virtually any JDBC-compliant database with your JRuby on Rails application.
Charles Nutter has been keeping an updated page of Rails test run results that shows progress towards the goal of a fully-functioning JRuby on Rails. Members of the JRuby team have already demonstrated Rails applications working on JRuby, and even ActiveRecord talking to databases via JDBC. To be clear, what we’re talking about here is the effort to get the sizable Rails test suite running at 100% passing.
The JRuby team is pleased to announce the release of JRuby 0.9.8.
Download: http://dist.codehaus.org/jruby/
Can be used with ActiveRecord-JDBC and Firebird driver
DatabaseLayer is a wxCode library written to offer a JDBC-like API to database access. For a summary of the functionality offered by
DatabaseLayer, visit http://wxcode.sourceforge.net/docs/databaselayer/summary.html. The main web page is located at
http://wxcode.sourceforge.net/docs/databaselayer/. At this time, the supported database backends are SQLite, Firebird, PostgreSQL, MySQL, ODBC, Oracle (partial), and TDS (which includes MS SQL Server and Sybase – both partially supported).
This version enhances the library with a read-only large object interface, which enables access to blob and clob data stored within a database. The Firebird backend is the first one that implements this interface and is now able to fetch data objects up to several GB in size is smaller chunks. Along with the new interface, the code for the backends was split into several files, so it is more clearly arranged when extensions like the large object part will be added. Also, replacing stdint.h by the inttypes.h include removes an undesired dependency on automake from the header file.
Rails developers working on enterprise software projects are suprised to discover the lack of automated tests in many mature web applications. As frustrating as this can be, A lack of automated tests is also a tremendous opportunity to
Documentation files for firebird database version 2.0.1
Various documents for firebird 2.0.1, inclluding release notes, what’s new in firebird 2.0.1, quick start guide, list of ISQL enhancements etc.