aboutsummaryrefslogtreecommitdiff
path: root/ruby/src
AgeCommit message (Expand)Author
2019-05-22Remove Ruby to_hash methodsMike Moore
2019-02-20delete all duplicate empty blanks (#5758)Xiang Dai
2018-06-26When initializing a message, skip a field if value is nil (#3693)Zachary Anker
2017-09-21Merge pull request #3627 from zanker/zanker/add-submsg-hash-initJoshua Haberman
2017-09-20Allow initializing a chain of protos using only a hashZachary Anker
2017-09-20Fixed to_h with repeated messages to return hashes in RubyZachary Anker
2016-09-20Fix hash computation for JRuby's RubyMessageBrendan Ribera
2016-07-25Ruby: fixed string freezing for JRuby.Josh Haberman
2016-05-18Fixed oneof behavior for enums and fixed JRuby.Josh Haberman
2016-02-16Merge pull request #1224 from google/rubysentinelJoshua Haberman
2016-02-10Removed 'optional' from proto3 syntax file.Josh Haberman
2015-11-23Invoke super implementation instead of raising errorAnders Carling
2015-11-20Add field name to initialization map exceptionsAnders Carling
2015-11-20Use same exception class in ruby and jrubyAnders 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-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-03-10add jruby support by protobuf-java reflection APIIsaiah Peng