summaryrefslogtreecommitdiff
path: root/ruby/tests/basic.rb
AgeCommit message (Expand)Author
2018-11-06Revert "Merge tag 'v3.0.1-javalite'"Colin Cross
2016-05-18Fixed oneof behavior for enums and fixed JRuby.Josh Haberman
2016-05-18Ruby oneofs: return default instead of nil for unset fields.Josh Haberman
2016-04-14Ruby JSON: always accept both camelCase and original field names.Josh Haberman
2016-02-18Changed Ruby to properly camelCase its JSON by default.Josh Haberman
2015-11-20Add field name to initialization map exceptionsAnders Carling
2015-11-20Raise NoMethodError for unknown fieldsAnders Carling
2015-05-15Merge pull request #338 from skippy/encode-decode-helpersChris Fallin
2015-05-14make repeated_field quack like an arrayAdam Greene
2015-05-13Added Ruby to Travis testing.Chris Fallin
2015-05-13adding and simplifying encoders/decodersAdam Greene
2015-05-02Merge pull request #334 from skippy/allow-msg-to-accept-nilChris Fallin
2015-05-02allow a message field to be unsetAdam Greene
2015-05-01return nil if array index indicie is out of boundsAdam Greene
2015-05-01add size alias for lengthAdam Greene
2015-04-13Fixed issue #283: crash in JSON handler cleanup.Chris Fallin
2015-03-10add jruby support by protobuf-java reflection APIIsaiah Peng
2015-02-17Merge pull request #211 from isaiah/map_inspectChris Fallin
2015-02-14Google::Protobuf::Map#inspect should be consistent with Hash#inspectIsaiah Peng
2015-02-05Merge pull request #189 from cfallin/update-ruby-upbJoshua Haberman
2015-02-03Merge pull request #190 from isaiah/to_aryChris Fallin
2015-02-03add #to_ary to RepeatedFieldIsaiah Peng
2015-02-02Updated to latest upb and added test for JSON map operation.Chris Fallin
2015-01-14Ruby extension: added oneof accessor.Chris Fallin
2015-01-14Addressed code-review comments.Chris Fallin
2015-01-14Support oneofs in MRI Ruby C extension.Chris Fallin
2015-01-13Line-wraps at 80 chars.Chris Fallin
2015-01-06Support for maps in the MRI C Ruby extension.Chris Fallin
2014-12-12Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin
2014-12-09Provide a Ruby extension.Chris Fallin