summaryrefslogtreecommitdiff
path: root/test/csv
AgeCommit message (Expand)Author
2017-09-26test_features.rb: fix unused variable warningk0kubun
2017-08-22Fixed regression to convert blank value at r45497.hsbt
2017-08-22Gracefully handle CSV IO when file descriptor closed.hsbt
2017-08-22Fixed equality method fails when given the object that doesn't support table ...hsbt
2017-08-22Fixed to write_headers option behavior when given no rows.hsbt
2017-08-22Escape skip_lines string before convert to Regexp.hsbt
2017-07-28csv.rb: fix incompatibility introduced in r59428glass
2017-07-27csv.rb: use keyword parametersglass
2017-05-16Strip punctuation from CSV headers in symbol converter.hsbt
2017-05-16Added accessor of original line when parsing.hsbt
2017-01-23csv.rb: fix field_size_limit checknobu
2016-09-07* lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumeratorktsj
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-01-01Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg2
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-17* lib/csv.rb: accept to use Range object for row selection.hsbt
2014-09-05* test/csv/test_row.rb: Added some missing tests in CSV.hsbt
2014-06-26* test/with_different_ofs.rb: move into test library directory.hsbt
2014-06-10csv.rb: honor encoding optionnobu
2014-05-29* lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr
2014-05-26test_features.rb: fix up r46123nobu
2014-05-25* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak
2014-04-01* lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg2
2014-04-01* lib/csv.rb: Don't attempt to convert nil headers.jeg2
2014-03-20* lib/csv.rb: Fixed a broken regular expression that was causingjeg2
2014-03-01* test/csv/test_data_converters.rb: use descriptive assertions.nobu
2013-11-24* lib/csv.rb: Optimize header hashes by freezing string keys.jeg2
2013-11-23* lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg2
2013-10-04csv.rb: foreach enumeratornobu
2013-09-24encdb.c, encoding.c: make BOM-encodings dummynobu
2013-09-24test_encodings.rb: remove BOM encodingsnobu
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-02-05* lib/csv.rb: Remove the dangerous serialization feature.jeg2
2012-12-27* lib/csv.rb: Added more Hash methods to CSV::Row.jeg2
2012-12-07* lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]jeg2
2012-08-21remove trainling spaces.nobu
2012-08-20* lib/csv.rb: Fixes #161 on githubjeg2
2012-07-07* test/csv/test_features.rb: add require for Tempfile.nagachika
2012-05-08test: fix test conditionsnobu
2012-05-08test: why believe source directories are writable always?nobu
2011-07-21* lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre
2011-05-26* lib/csv.rb: Enhance each() to support Enumerator.jeg2
2011-05-25* lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg2
2011-04-27* lib/csv.rb (CSV::open): suppress universal newline decorator.nobu
2011-04-26* strip trailing spaces.nobu
2011-02-22* lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,sorah
2010-12-26* test/with_different_ofs.rb (DifferentOFS): should not affectnobu
2010-12-25* test/csv: DifferentOFS needs to be include in each classes.nobu
2010-12-25test/with_different_ofs.rb: fixed typos.nobu
2010-12-25* test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu