Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m3talsmith/has_many_acts_as_csv

Some helper methods to take an array of has_many objects and tie in an _csv and _csv= method to it - along with view helpers for forms etc. This allows you to use a single text_field to add and remove multiple objects to and from your has_many collection.
https://github.com/m3talsmith/has_many_acts_as_csv

Last synced: about 1 month ago
JSON representation

Some helper methods to take an array of has_many objects and tie in an _csv and _csv= method to it - along with view helpers for forms etc. This allows you to use a single text_field to add and remove multiple objects to and from your has_many collection.

Awesome Lists containing this project

README

        

h1. Summary

So what we have here is a plugin that allows you to take a collection, output a csv through helpers, and take the same formatted csv and convert it back into the collection. More details once this is released.

Coming soon ...