Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cch1/exrep
A utilitarian plugin that provides more flexible versions of ActiveRecord's to_json and to_xml and adds to_csv
https://github.com/cch1/exrep
Last synced: 25 days ago
JSON representation
A utilitarian plugin that provides more flexible versions of ActiveRecord's to_json and to_xml and adds to_csv
- Host: GitHub
- URL: https://github.com/cch1/exrep
- Owner: cch1
- Created: 2009-03-09T01:20:18.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-02-04T23:49:54.000Z (almost 14 years ago)
- Last Synced: 2024-04-16T17:31:08.119Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Hashify
=======This plugin has one simple goal: to create a hash from an ActiveRecord instance while balancing
efficiency and flexibility. Once the hash has been created, it can be converted to YAML, XML or json
with little effort using Rails' native to_json, to_yaml and to_xml methods.