csv_builder
csv_builder copied to clipboard
CSV template handler for Rails 3
Results
2
csv_builder issues
Sort by
recently updated
recently updated
newest added
I'm setting the @filename variable in my controller action for this CSV, but the filename I always get when downloading is "{csv.filename}" with the curly braces like that. This happens...
Ruby 1.9.3 Rails 3.2.6 I need to produce output in UTF-16LE encoding. It was not enough to supply @input_encoding = 'UTF-8' and @output_encoding = 'UTF-16LE' as it caused exception (from...