comma-csv / comma

Comma is a small CSV (ie. comma separated values) generation extension for Ruby objects, that lets you seamlessly define a CSV output format via a small DSL

Home Page:https://github.com/comma-csv/comma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

render_as_csv.rb:35

pailoro opened this issue · comments

When I downloaded a file, it comes with this line instead the objects

Proc:0x9ce1540@/usr/local/lib/ruby/gems/1.9.1/gems/comma-0.4.1/lib/comma/render_as_csv.rb:35

Someone had this error before?

thanks!

I got this problem too

+1, Me too

This has been fixed, but the developer hasn't done another release yet. It's annoying, but you'll have to use gem 'comma', :git => 'git://github.com/crafterm/comma.git' until this has been rolled into a release.

I'm also bitten by this. @crafterm, any thoughts on getting a release out?

Thanks guys, just pushed up 0.4.2 including this fix. Please let me know if you notice any issues.