I haven't found any example of how to make a dynamic form for a field which is a Postgresql array.
I want to fill it dynamically using Mustache.js. I have done it before but with a string field using a json string.
I am using ruby2.0, rails4.0 and postgresql9.1.
Thank you very much.