protobuf/ruby/tests
Josh Haberman 194ad621bb Ruby JSON: always accept both camelCase and original field names.
For JSON encoding we provide a new option to decide at
encode time whether to use camelCase or original proto field
names:

  json = MapMessage.encode_json(m, :preserve_proto_fieldnames => true)
2016-04-14 18:33:17 -07:00
..
basic.rb Ruby JSON: always accept both camelCase and original field names. 2016-04-14 18:33:17 -07:00
generated_code_test.rb Two tests for Ruby code generator: 2015-01-14 15:44:46 -08:00
generated_code.proto down-integrate internal changes 2015-05-21 19:32:02 -07:00
repeated_field_test.rb make repeated_field quack like an array 2015-05-14 10:38:11 -07:00
stress.rb add jruby support by protobuf-java reflection API 2015-03-10 23:14:08 +01:00