aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
Commit message (Expand)AuthorAgeFilesLines
* test_features.rb: fix unused variable warningk0kubun2017-09-261-1/+1
* Fixed regression to convert blank value at r45497.hsbt2017-08-221-0/+9
* Gracefully handle CSV IO when file descriptor closed.hsbt2017-08-221-0/+8
* Fixed equality method fails when given the object that doesn't support table ...hsbt2017-08-221-0/+3
* Fixed to write_headers option behavior when given no rows.hsbt2017-08-221-0/+13
* Escape skip_lines string before convert to Regexp.hsbt2017-08-221-0/+9
* csv.rb: fix incompatibility introduced in r59428glass2017-07-282-0/+12
* csv.rb: use keyword parametersglass2017-07-271-6/+0
* Strip punctuation from CSV headers in symbol converter.hsbt2017-05-161-0/+7
* Added accessor of original line when parsing.hsbt2017-05-161-0/+14
* csv.rb: fix field_size_limit checknobu2017-01-231-0/+22
* * lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumeratorktsj2016-09-072-2/+82
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-3/+3
* Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg22016-01-011-0/+23
* Add frozen_string_literal: false for all filesnaruse2015-12-1611-0/+11
* * lib/csv.rb: accept to use Range object for row selection.hsbt2015-06-172-0/+6
* * test/csv/test_row.rb: Added some missing tests in CSV.hsbt2014-09-052-0/+18
* * test/with_different_ofs.rb: move into test library directory.hsbt2014-06-261-1/+1
* csv.rb: honor encoding optionnobu2014-06-101-0/+8
* * lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr2014-05-291-0/+2
* test_features.rb: fix up r46123nobu2014-05-261-6/+8
* * lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak2014-05-251-0/+6
* * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg22014-04-011-3/+4
* * lib/csv.rb: Don't attempt to convert nil headers.jeg22014-04-011-0/+7
* * lib/csv.rb: Fixed a broken regular expression that was causingjeg22014-03-201-0/+8
* * test/csv/test_data_converters.rb: use descriptive assertions.nobu2014-03-017-75/+65
* * lib/csv.rb: Optimize header hashes by freezing string keys.jeg22013-11-242-1/+25
* * lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg22013-11-231-2/+9
* csv.rb: foreach enumeratornobu2013-10-041-0/+6
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-241-1/+0
* test_encodings.rb: remove BOM encodingsnobu2013-09-241-0/+1
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-22/+22
* * lib/csv.rb: Remove the dangerous serialization feature.jeg22013-02-052-159/+0
* * lib/csv.rb: Added more Hash methods to CSV::Row.jeg22012-12-271-0/+27
* * lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]jeg22012-12-071-1/+5
* remove trainling spaces.nobu2012-08-212-3/+3
* * lib/csv.rb: Fixes #161 on githubjeg22012-08-201-0/+33
* * test/csv/test_features.rb: add require for Tempfile.nagachika2012-07-072-0/+2
* test: fix test conditionsnobu2012-05-081-3/+6
* test: why believe source directories are writable always?nobu2012-05-083-9/+18
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-0/+15
* * lib/csv.rb: Enhance each() to support Enumerator.jeg22011-05-261-0/+8
* * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg22011-05-252-4/+15
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-0/+15
* * strip trailing spaces.nobu2011-04-263-34/+34
* * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,sorah2011-02-221-1/+1
* * test/with_different_ofs.rb (DifferentOFS): should not affectnobu2010-12-2610-10/+10
* * test/csv: DifferentOFS needs to be include in each classes.nobu2010-12-2511-1/+19
* test/with_different_ofs.rb: fixed typos.nobu2010-12-2511-21/+10
* * test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu2010-12-251-14/+3