-
Ruby 3.0 compatibility (Uwe Kubosch)
-
Fix deprecation for Rails 6 single-arity template handlers (Prajjwal Singh)
-
Fix deprecation warning in 1.9 by removing iconv dependency (Joel Chippendale)
-
Change name of default output encoding for 1.9 encoding support (Joel Chippendale)
-
Add Gemfile for development (Joel Chippendale)
-
Fix for IE under SSL (tkiley)
-
Fix for filenames with spaces. (Ramihajamalala Hery)
-
Implemented streaming support. (fawce.com)
-
Temporarily renamed to csv_streamer to facilitate publishing to rubygems. (fawce.com)
-
Merged back fawce’s patch so it can be used in mainline csv_builder. (nbudin)
-
Rails 3.1 deprecation warning fix (Scott Gonyea, Tom Anderson, Sergio Cambra)
-
Added dependencies and simplified contributor setup
-
Remove cruft from test app
-
Exclude spec from release
-
Move to Jeweler for release management
-
Official Rails 3 release without regard for Rails 2
-
Fix specs for Rspec 2.5 and Rails 3.0.7
-
Specs (Vidmantas Kabosis)
-
Ruby 1.9 compability (Vidmantas Kabosis)
-
CSV options are again passed to the builder (Vidmantas Kabosis)
-
Forgot to add transliterating filter to gem spec
-
Generate csv before setting headers so that errors are displayed in-browser instead of downloaded (Gabe da Silveira)
-
Tweak README for gemcutter download. (Gabe da Silveira)
-
Do transliteration before exporting to CSV, not after (Tom Stuart)
-
Released on gemcutter (Gabe da Silveira)
-
Merged some patches:
-
Added gem spec (Jan De Poorter)
-
Set the correct response headers to work with IE, made the existing ones a little more robust (Jose Fernandez)
-
-
Created changelog, updated docs (Michael Reinsch)
-
The original csv_builder plugin, released by Econsultancy.com