Posted By: Nick Sieger
Date: 2007-08-24 08:23
Summary: ActiveRecord-JDBC 0.5 Released
Project: JRuby Extras

ActiveRecord-JDBC version 0.5 has been released!

ActiveRecord-JDBC is a database adapter for Rails' ActiveRecord component that can be used with JRuby[http://www.jruby.org/]. It allows use of virtually any JDBC-compliant database with your JRuby on Rails application.

Changes:

## 0.5

- Release coincides with JRuby 1.0.1 release
- It is no longer necessary to specify :driver and :url configuration parameters for the mysql,
postgresql, oracle, derby, hsqldb, and h2 adapters. The previous configuration is still
valid and compatible, but for new applications, this makes it possible to use the exact same
database.yml configuration as Rails applications running under native Ruby.
- JDBC drivers can now be dynamically loaded by Ruby code, without being on the classpath prior to
launching JRuby. Simply use "require 'jdbc-driver.jar'" in JRuby code to add it to the runtime
classpath.
- Updates to HSQL, MS SQLServer, Postgres, Oracle and Derby adapters

Latest News
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41

 

Forums | Admin

Discussion Forums: activerecord-jdbc-0.5-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post