/exrep

A utilitarian plugin that provides more flexible versions of ActiveRecord's to_json and to_xml and adds to_csv

Primary LanguageRuby

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.