activerecord-jdbc-adapter version 0.6 has been released! * <http://jruby-extras.rubyforge.org/activerecord-jdbc-adapter>
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.6 - Gem is renamed to "activerecord-jdbc-adapter" to follow new conventions introduced in Rails 2.0 for third-party adapters. Rails 2.0 compatibility is introduced. - Add dependency on ActiveRecord >= 1.14 (from the Rails 1.1.x release) - New drivers (jdbc-XXX) and adapter (activerecord-jdbcXXX-adapter) gems available separately. See the README.txt file for details. - Plain "jdbc" driver is still available if you want to use the full driver/url way of specifying the driver. - More bugfixes to Oracle and SQLServer courtesy of Ola & ThoughtWorks * <http://jruby-extras.rubyforge.org/activerecord-jdbc-adapter> _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
