First I read the docs at: rubydoc.info to understand how FasterCSV is now in the ruby standard library.
Then, I set up the following code:
https://gist.github.com/tbbooher/1700200
This gives me a pretty flexible solution to render csv, but I’m really interested to see if this is a good way to go. Your comments are appreciated.
Leave a Reply