madeintandem / hstore_accessor

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

Array fields should accept delimited string and split #13

Closed Aevin1387 closed 10 years ago

Aevin1387 commented 10 years ago

Ex. "1,2,3" should split to ["1", "2", "3"]

thegrubbsian commented 10 years ago

I know I said to put this issue in, but the more I think about it, I think this shouldn't be a concern of the gem. The app code should have to handle this case, there are too many edge cases that the gem would have to know about.