aboutsummaryrefslogtreecommitdiff
path: root/ruby/src
Commit message (Collapse)AuthorAgeFilesLines
* adding and simplifying encoders/decodersAdam Greene2015-05-134-55/+11
| | | | | | * make consistent between mri and jruby * create a #to_h and have it use symbols for keys * add #to_json and #to_proto helpers on the Google::Protobuf message classes
* Merge pull request #334 from skippy/allow-msg-to-accept-nilChris Fallin2015-05-021-5/+10
|\ | | | | ruby: allow a message field to be unset
| * allow a message field to be unsetAdam Greene2015-05-021-5/+10
| |
* | return nil if array index indicie is out of boundsAdam Greene2015-05-012-13/+25
|/ | | | | | | ruby arrays don't throw an exception; they return nil. Lets do the same! this fix also includes the ability to use negative array indicies
* add jruby support by protobuf-java reflection APIIsaiah Peng2015-03-1018-0/+4467