From gerardo.santana at gmail.com Sat Oct 13 12:55:28 2007 From: gerardo.santana at gmail.com (=?ISO-8859-1?Q?Gerardo_Santana_G=F3mez_Garrido?=) Date: Sat, 13 Oct 2007 10:55:28 -0600 Subject: [Ruby-informix-misc] Database#columns bug Message-ID: There's a bug in Database#columns triggered from the Informix ActiveRecord adapter that prevents Ruby on Rails from retrieving columns information for a table after retrieving it previously for another table. The error message appears something like undefined method columname= Attached is a patch. It will be committed and 0.6.1 released as soon as I can get access to the Rubyforge's CVS repository, which was recently migrated to another server. Thanks to Andr?s Rafael (aandresrafael gmail) for pointing this out. -- Gerardo Santana -------------- next part -------------- A non-text attachment was scrubbed... Name: informix_ec.patch Type: application/octet-stream Size: 1052 bytes Desc: not available Url : http://rubyforge.org/pipermail/ruby-informix-misc/attachments/20071013/85d50a61/attachment.obj From gerardo.santana at gmail.com Sat Oct 13 21:10:18 2007 From: gerardo.santana at gmail.com (=?ISO-8859-1?Q?Gerardo_Santana_G=F3mez_Garrido?=) Date: Sat, 13 Oct 2007 19:10:18 -0600 Subject: [Ruby-informix-misc] Ruby/Informix 0.6.1 released Message-ID: This is a maintenance release to fix a bug triggered while working with Ruby on Rails and Informix. Changelog: 0.6.1 13/10/2007 ------------------ Bugs fixed: * Database#columns was returning an empty array from within the Informix ActiveRecord adapter (ActiveRecord::ConnectionAdapters::InformixAdapter#columns) if called for different tables. This bug was raising the following error in Ruby on Rails: undefined method columname= Noticed by Andr?s Rafael -- Gerardo Santana From gerardo.santana at gmail.com Sat Oct 20 08:37:54 2007 From: gerardo.santana at gmail.com (=?ISO-8859-1?Q?Gerardo_Santana_G=F3mez_Garrido?=) Date: Sat, 20 Oct 2007 06:37:54 -0600 Subject: [Ruby-informix-misc] Ruby/Informix 0.6.2 released Message-ID: This is a maintenance release that fixes a compilation error on the Microsoft Windows platform. Thanks to Joe Lanotte for his report. A precompiled binary gem for Windows is also provided. http://ruby-informix.rubyforge.org -- Gerardo Santana