Comment on Rails 4.0 Sneak Peek: Expanded ActiveRecord Support for PostgreSQL DatatypesparentComments−emmett14ycomposed_of is the "other half" of what I want. I don't want to use custom ruby classes, I want to use custom Postgresql types.Turns out support for that's in 4.0 too!https://github.com/rails/rails/pull/4775−joevandyk14yI'm curious to see how it works for types with multiple elements (composite types).
Comments
composed_of is the "other half" of what I want. I don't want to use custom ruby classes, I want to use custom Postgresql types.
Turns out support for that's in 4.0 too!
https://github.com/rails/rails/pull/4775
I'm curious to see how it works for types with multiple elements (composite types).