| Message: 97517 |
 |
BY: Praveen Devarao (praveend) DATE: 2012-02-27 00:58 SUBJECT: RE: Rails 3.2? Hi Kirk,
The following small change is required in the ibm_db_adapter. Apply the patch below to ibm_db_adapter.rb and you should get going with Rails-3.2
-------------------------------------------------
< ibm_db_adapter modified
> ibm_db_adapter-2.5.9
561,562d560
<
< @visitor = Arel::Visitors::IBM_DB.new self
1886c1884
< col_name.to_s
---
> col_name
2497c2495
< col_name.to_s
---
> col_name
-------------------------------------------------
Let me know how it goes. I will roll this fix out in the next release.
Thanks
Praveen | |