aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/src
Commit message (Expand)AuthorAge
* When initializing a message, skip a field if value is nil (#3693)Gravatar Zachary Anker2018-06-26
* Merge pull request #3627 from zanker/zanker/add-submsg-hash-initGravatar Joshua Haberman2017-09-21
|\
| * Allow initializing a chain of protos using only a hashGravatar Zachary Anker2017-09-20
* | Fixed to_h with repeated messages to return hashes in RubyGravatar Zachary Anker2017-09-20
|/
* Fix hash computation for JRuby's RubyMessageGravatar Brendan Ribera2016-09-20
* Ruby: fixed string freezing for JRuby.Gravatar Josh Haberman2016-07-25
* Fixed oneof behavior for enums and fixed JRuby.Gravatar Josh Haberman2016-05-18
* Merge pull request #1224 from google/rubysentinelGravatar Joshua Haberman2016-02-16
|\
| * Removed 'optional' from proto3 syntax file.Gravatar Josh Haberman2016-02-10
* | Invoke super implementation instead of raising errorGravatar Anders Carling2015-11-23
* | Add field name to initialization map exceptionsGravatar Anders Carling2015-11-20
* | Use same exception class in ruby and jrubyGravatar Anders Carling2015-11-20
* | Raise NoMethodError for unknown fieldsGravatar Anders Carling2015-11-20
|/
* Merge pull request #338 from skippy/encode-decode-helpersGravatar Chris Fallin2015-05-15
|\
* | make repeated_field quack like an arrayGravatar Adam Greene2015-05-14
| * adding and simplifying encoders/decodersGravatar Adam Greene2015-05-13
|/
* Merge pull request #334 from skippy/allow-msg-to-accept-nilGravatar Chris Fallin2015-05-02
|\
| * allow a message field to be unsetGravatar Adam Greene2015-05-02
* | return nil if array index indicie is out of boundsGravatar Adam Greene2015-05-01
|/
* add jruby support by protobuf-java reflection APIGravatar Isaiah Peng2015-03-10