OpenLink ODBC Adapter for Ruby on Rails: Downloads
The ODBC Adapter has a page on rubyforge from which the latest version of the adapter can be downloaded.
2008-04-24: Versions 1.5 and 2.0 are released in parallel. Release 1.5 targets ActiveRecord and Rails 1.x; release 2.0 is for users of ActiveRecord and Rails 2.x. Both versions are functionally identical, introducing support for DSN-less connections and SQLAnywhere.
CVS
You may also check out the latest version from CVS following these instructions. In particular:
The project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. The password for the anonymous user is empty.
cvs -d :pserver:anonymous@rubyforge.org:/var/cvs/odbc-rails login cvs -d :pserver:anonymous@rubyforge.org:/var/cvs/odbc-rails checkout modulename
CVS contains a selection of branches:
- ODBC_RAILS-1_5 checks out version 1.5
- ODBC_RAILS-2_0 checks out version 2.0
- ODBC_RAILS-1_X-PATCHES is for ongoing patches/bugfixes in the 1.x series
- the HEAD is for continuous development for the 2.x series
Submitting patches
Users wishing to submit patches should use CVS as their base and send an email to odbc-rails@openlinksw.com with the output of cvs diff -u.