setting hstore in rails4, dynamic key/values
问题 I'm playing around with Hstore for the first time in a rails4 app, and I am using javascript in a form to build out dynamic form fields for the hstore column (:schema) In rails 4 I dont need to add any setter/getter method in my model, correct? In my form i am building dynamic input fields and allowing the user to set the key/value pairs. Much like the Hstore Heroku Demo App So basically my form would have inputs like input name="app[schema][dynamic_key1]" value="whatever value" input name=