Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/m3talsmith/has_many_acts_as_csv
- Owner: m3talsmith
- Created: 2010-04-21T18:59:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-21T20:22:28.000Z (over 14 years ago)
- Last Synced: 2024-04-14T15:07:34.209Z (9 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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 ...