[Rails] Re: generate csv from ruby object

2009-03-19 Thread Eifion Bedford
Have you looked a Comma, http://redartisan.com/2009/3/10/comma-intro ? Eifion http://asciicasts.com Twitter: @eifion On 19 Mar 2009, at 17:55, Dhaval Phansalkar wrote: hi all, is there any method/way to generate a csv from an object directly? e.g. @object.to_csv that will create a csv

[Rails] Re: generate csv from ruby object

2009-03-19 Thread Harold
Ruports is pretty slick: http://rubyreports.org/ On Mar 19, 1:55 pm, Dhaval Phansalkar rails-mailing-l...@andreas- s.net wrote: hi all, is there any method/way to generate a csv from an object directly? e.g. @object.to_csv that will create a csv file with whatever data that object holds?