I have a table in my database that represents datafields in a custom form. The DataField gives some representation of what kind of control it should be represented with, and what value type it should
I\'m trying to create a custom MongoMapper data type in RoR 2.3.5 called Translatable: class Translatable < String
I\'m currently running a Rails migration where I am adding a datatype specific to Postgres, the tsvector.It holds search information in the form that Postgres expects for its built-in text searching c