I have a scenario where I am trying to do a proof of concept using Rails on a legacy db2 database to get buy off that it is a viable option platform for us to use for current and future development.
All of our tables have a primary key which is defined as char for bit data, which is binary. Is there any way I can define a mapper to convert that data to/from a string?
I'm a ruby/rails newb so this may be an easy question to answer, I just haven't been able to find it.