From: Brian Candler Date: 2010-06-11T16:48:25+09:00 Subject: Re: Looking for ORM for 'legacy' database. Dave Howell wrote: > The piece I couldn't find was "How do I tell ActiveRecord to convert the > database's "UUID" type to a string, and vice versa?" Ah, I've never come across a database with a "UUID" type. I'd imagine AR would treat unknown types as strings, but you'd need to try it. -- Posted via http://www.ruby-forum.com/.