This post originated from an RSS feed registered with Ruby Buzz
by Leon Katsnelson.
Original Post: IBM_DB-0.6.5 update available
Feed Title: DB2 on Rails
Feed URL: http://feeds.feedburner.com/DB2OnRails
Feed Description: Agile development for enterprises large and small
I know is no longer news for many, but for some it might still be: IBM_DB 0.6.5 gem refresh is available at rubyibm on RubyForge (prepackaged for win32/*nixes, and source code under MIT). This is the first refresh since the production/stable release 0.6.0, and contains a few important fixes for db:schema:dump/load for boolean, XML data type default option, and a reconnect regression. To refresh your environment is as simple as with any other Ruby gem: “gem install ibm_db”, and choose the appropriate platform of your choice (i.e. ‘mswin32’ for Windows, or ‘ruby’ for any *nix flavour). The online documentation also serves a few simple install verification examples, too.
And yes, this is the same IBM_DB2 adapter and driver you first encountered while installing Starter Toolkit. It evolved a bit though, it became more mature, fit to support all DB2 platforms (Linux, Unix, Windows, zOS and i5 systems), and ready to expand its support to other IBM data servers. In fact, the gem install now available makes it so easy, that you may want to give it a try whenever you have a couple of minutes.
Here’s another hint, if you already have access to a DB2 server, you might even be interested to try a “thin” DB2 client environment: IBM DB2 Driver for ODBC and CLI, and the Rails enablement IBM_DB 0.6.5 gem. And that makes you ready to test your Rails application prototypes on existing DB2 8 or 9 data servers. No, I really mean it, just go download latest FP2 for IBM DB2 Driver for ODBC and CLI, unzip and place its bin in the path, then install IBM_DB gem and kick-start your db:migrate for a test.
And if you need help or you find something unexpected, make sure IBM_DB developers hear from you through rubyibm Forum or Tracker.