aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/conformance_ruby.rb
Commit message (Collapse)AuthorAge
* add some test proto2 supported, add js proto2 supported, fixed some errorGravatar Yilun Chong2017-06-30
|
* change php objc nodejs csharp rubyGravatar Yilun Chong2017-06-29
|
* add proto2 supported for cpp,python,nodejs,ruby,phpGravatar Yilun Chong2017-06-27
|
* add support for proto2Gravatar Yilun Chong2017-06-26
|
* Factored Conformance and Benchmark test messages into shared test schema. ↵Gravatar Joshua Haberman2016-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1971) * Factored Conformance test messages into shared test schema. * Updated benchmarks to use new proto3 message locations. * Fixed include path. * Conformance: fixed include of Python test messages. * Make maven in Rakefile use --batch-mode. * Revert changes to benchmarks. On second thought I think a separate schema for CPU benchmarking makes sense. * Try regenerating C# protos for new test protos. * Removed benchmark messages from test proto. * Added Jon Skeet's fixes for C#. * Removed duplicate/old test messages C# file. * C# fixes for test schema move. * Fixed C# to use the correct TestAllTypes message. * Fixes for Objective C test schema move. * Added missing EXTRA_DIST file.
* Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.Gravatar Josh Haberman2016-07-25
| | | | | This brings us more into line with other langauges, and makes it more obvious when we are requiring protobuf generated code.
* Changed Ruby to properly camelCase its JSON by default.Gravatar Josh Haberman2016-02-18
|
* Fixed lint errors and responded to CR comments.Gravatar Josh Haberman2015-07-17
| | | | Change-Id: If7b1cc0f03f609a7f43ddafc8509b44207c60910
* Added Ruby to conformance tests.Gravatar Josh Haberman2015-07-16
This involved fixing a few important bugs in the Ruby implementation -- mostly cases of mixing upb field types and descriptor types (upb field types do not distinguish between int/sint/fixed/sfixed like descriptor types do). Also added protobuf-specific exceptions so parse errors can be caught specifically. Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036