Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
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


Thread View

Thread Author Date
Rails 3.2?Kirk Tsouros2012-02-24 06:58
      RE: Rails 3.2?Praveen Devarao2012-02-24 13:57
            RE: Rails 3.2?Praveen Devarao2012-02-27 00:58
                  RE: Rails 3.2?Kirk Tsouros2012-02-27 05:03
                        RE: Rails 3.2?Praveen Devarao2012-02-27 05:13

Post a followup to this message