Ruby/Informix is a library for connecting to an existing Informix
database using the Ruby programming language.
The core of this library is written in ESQL/C, enabling Ruby/Informix
to connect to any version of Informix.
This core is wrapped in Ruby code, providing a simple, easy to use
interface that benefits from Ruby features like expresiveness,
extensibility and robustness to take advantage of the power of
Informix.
Home page:
http://ruby-informix.rubyforge.org
Installation instructions:
gem install ruby-informix
This is a minor change to make it work with Ruby 1.8.7.
0.7.3 2010-02-02
------------------
Bugs fixed:
* CursorBase#drop was raising an ArgumentError exception on Ruby 1.8.7
Caveats:
* Database#each and Database#each_hash removed. Use Database#foreach and
Database#foreach_hash instead.
--
Gerardo Santana