madeintandem / hstore_accessor

Adds typed hstore-backed field support to ActiveRecord models.
MIT License
242 stars 47 forks source link

Road to 2.0.0 #40

Closed tonycoco closed 9 years ago

tonycoco commented 9 years ago

This changes the internal representation of arrays and hashes in the Hstore column to be YAML. It alleviates the need for a separator. Check the README.md for more information and a breakdown of changes.

crismali commented 9 years ago

I like this, but I do agree with @jhirn that it should become an "object" type rather than a hash

crismali commented 9 years ago

Also, 2.0 should actually be 1.0. Just saying