Exportable is intended to be an easy abstraction for exporting data from models into common data formats. This is experimental first plugin.
In your model:
class Contact < ActiveRecord::Base acts_as_exportable end
Copyright © 2010 [name of plugin creator], released under the MIT license