summaryrefslogtreecommitdiff
path: root/test/rb
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-4/+4
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-4/+4
* THRIFT-2578 Moving 'make cross' from test.sh to test.pyRoger Meier2014-06-182-0/+4
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2014-06-107-673/+210
* THRIFT-1810 add ruby to test/test.shRoger Meier2014-01-196-15/+18
* Thrift-2137:Ruby test lib fails jenkins build #864jfarrell2013-08-182-1/+10
* Thrift-1714:Explicitly add CWD to Ruby test_suites.rbJake Farrell2012-10-061-1/+1
* THRIFT-526. rb: Generated Ruby enums have no good way to get the names back o...Bryan Duxbury2009-06-241-0/+6
* THRIFT-421. rb: Fix tests broken by original patchKevin Clark2009-04-072-2/+2
* THRIFT-430. rb: ruby tutorials and ruby tests require deprecated files and cl...Bryan Duxbury2009-04-079-13/+3
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-3016-0/+304
* THRIFT-275. rb: Remove deprecated classes from Ruby libraryBryan Duxbury2009-03-243-6/+2
* Remove now defunct tests (they've been moved to specs in lib/rb)Kevin Clark2009-03-041-275/+0
* THRIFT-352. rb: Implicit enums should be valid valuesKevin Clark2009-03-041-0/+9
* THRIFT-216. Add validate method to fixtures so tests passKevin Clark2009-01-141-0/+54
* Merge branch 'fastbinary'Kevin Clark2008-07-0813-23/+1211
* Fix odd bug in integration tests where it passed the wrong args to an Excepti...Kevin Clark2008-06-181-1/+1
* Improve compatibility with the old Hash-style set.Kevin Clark2008-06-181-3/+3
* Fix the last of the deprecated names in testsKevin Clark2008-06-181-7/+6
* Fix name usage in tests. Remove test for TTransport as it really wasn't testi...Kevin Clark2008-06-182-21/+5
* Remove test_remappings because it isn't comprehensive and it's triggering und...Kevin Clark2008-06-181-21/+1
* Clean up the last few deprecation warnings in the testsKevin Clark2008-06-181-7/+7
* Fix up thrift/thrift to only require the the files that define the classes it...Kevin Clark2008-06-181-2/+2
* rb: Add more classes/modules to the Thrift namespace. Provide backwards compa...Kevin Clark2008-06-182-2/+34
* rb: Add deprecate! method Rename TTransport#readAll/isOpen, and deprecateKevin Clark2008-06-181-3/+19
* Exercise namespacing in Ruby testsKevin Clark2008-06-181-4/+4
* Swap out 'tests' target for 'check' in Ruby MakefileKevin Clark2008-06-181-2/+2
* Add tests for Ruby TTransport. Only require .rb files in ruby tests.Kevin Clark2008-06-183-1/+67
* Reorganize testsKevin Clark2008-06-188-130/+42
* Tweak Ruby Makefile to use --gen syntaxKevin Clark2008-06-181-2/+2
* Make "make clean" rules a bit more standard.David Reiss2008-02-241-1/+1
* Thrift: Whitespace cleanup.David Reiss2008-02-063-3/+3
* Ruby default values patchMark Slee2008-01-107-139/+284
* Merge Ruby framed transportMark Slee2007-12-051-0/+35
* Complete rb test server with testEnum and testTypedefMark Slee2007-11-201-12/+12
* Lots of Ruby code generation improvementsMark Slee2007-07-062-7/+30
* Ruby test code fix, and BNF file for protocolMark Slee2007-06-302-0/+14
* Some thrift test code improvementsMark Slee2007-03-072-2/+2
* Ruby test server codeMark Slee2007-02-072-1/+70
* Ruby support for ThriftMark Slee2007-01-272-0/+49