Posted By: Tim Haynes
Date: 2008-04-25 04:14
Summary: Announcing ODBC Data Adapter, releases 1.5 and 2.0
Project: ODBC Data Adapter for Ruby on Rails
OpenLink Software are pleased to announce a dual release of the ODBC Adapter for Ruby on Rails (ActiveRecord).
Release 1.5 is for users of ActiveRecord 1.5; release 2.0 is compatible with Rails 2.0 and ActiveRecord 2.0.x.
Both these releases introduce support for DSN-less connections using the syntax:
development:
adapter: odbc
conn_str: DRIVER={drivername};OPTIONS=;DATABASE=;UID=;PWD=
and support for SQLAnywhere.
Plugin support is temporarily on hiatus.
The adapter can be downloaded from rubyforge: http://rubyforge.org/projects/odbc-rails/ . |
|