aboutsummaryrefslogtreecommitdiff
path: root/ruby/tests
AgeCommit message (Expand)Author
2019-06-21Merge remote-tracking branch 'origin/3.8.x'Bo Yang
2019-06-17Change int64 json encoding to be string for php and ruby (#6251)Paul Yang
2019-06-16Fix TypeError on decoding enum map values in Ruby (#6262)Sorah Fukumori
2019-03-27Add wrapper type helpers for Ruby (#5739)Joe Bolinger
2019-03-26Add native type setters for Timestamp and Duration in Ruby (#5751)Joe Bolinger
2019-03-06make tests work on older rubies (#5823)Joe Bolinger
2019-03-06Revert "Updated upb from defcleanup branch and modified Ruby to use it (#5539...Joshua Haberman
2019-03-06Updated upb from defcleanup branch and modified Ruby to use it (#5539)Joshua Haberman
2019-03-02Fix Ruby module name generation when the ruby_package option is used (again) ...Joe Bolinger
2019-03-02Add frozen checks in Ruby (#5726)Joe Bolinger
2019-03-02Generate extra enum method helpers for Ruby (#5670)Joe Bolinger
2019-02-27Revert "Fix Ruby module name generation when the ruby_package option is used ...Paul Yang
2019-02-27Fix Ruby module name generation when the ruby_package option is used (#5735)Joe Bolinger
2019-02-27Raise error for JSON overflow encoding in Ruby (#5752)Joe Bolinger
2019-02-27Allow repeated fields in Ruby to accept multiple arguments on push (#5736)Joe Bolinger
2019-02-24add eql? method (#5730)Joe Bolinger
2019-02-12implement to_s for message types (#5710)Joe Bolinger
2019-02-06Add more descriptive error messages to init methods in Ruby (#5659)Joe Bolinger
2019-01-17Fix Any json encoding/decoding for ruby. (#5592)Paul Yang
2019-01-15Ruby nested msg caps (#5564)toc007
2019-01-08Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal ...Paul Yang
2019-01-03Add ruby 2.6 test (#5528)Paul Yang
2018-12-26Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options"...Paul Yang
2018-12-22Merge pull request #5373 from ebenoist/erik/unknown-fieldsJoshua Haberman
2018-12-21Adds the ability to ignore unknown fields on parseErik Benoist
2018-11-18Fix most of the unused variable warnings in Ruby tests (#5313)Toby Hsieh
2018-10-29Fix RepeatedField#first in Ruby gem (#5293)Toby Hsieh
2018-10-18 Add ruby 2.3, 2.4 and 2.5 test for linux. (#5256)Paul Yang
2018-10-08Fix broken ruby test (#5235)Paul Yang
2018-09-27Merge pull request #4816 from hrsht/hrsht/zanker-proto2Joshua Haberman
2018-09-27Adds support for proto2 syntax for Ruby gem.Harshit Chopra
2018-08-01Merge branch '3.6.x' into merge-3-6-xAdam Cozzette
2018-07-23Check the message to be encoded is the wrong type. (#4885) (#4949)Paul Yang
2018-07-17Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang
2018-07-12Check the message to be encoded is the wrong type. (#4885)Paul Yang
2018-07-02Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang
2018-07-02Merge pull request #4321 from devwout/ruby_json_omit_repeatedJoshua Haberman
2018-07-02Merge pull request #3847 from FX-HAO/masterJoshua Haberman
2018-06-26When initializing a message, skip a field if value is nil (#3693)Zachary Anker
2018-06-26Adds a base class for all explicitly raised TypeErrors (#4255)Erik Benoist
2018-06-19Add Google::Protobuf::Any.pack convenience class method. (#4719)igorpeshansky
2018-05-25Allows the json marshaller to be passed json marshal options (#4252)Erik Benoist
2018-05-25Adopt ruby_package in ruby generated code. (#4627)Paul Yang
2018-05-22Allows the json marshaller to be passed json marshal options (#4252)Erik Benoist
2018-05-17Adopt ruby_package in ruby generated code. (#4627)Paul Yang
2018-04-30Fix RepeatedField#delete_if (#4292)Stuart Campbell
2018-02-20Ruby JSON encoding omits zero-length repeated fields by default.Ewout
2018-01-03Merge remote-tracking branch 'origin/3.5.x' into masterJisi Liu
2017-12-07Add discard unknown API in ruby. (#3990)Paul Yang
2017-11-29Merge pull request #2519 from rubynerd-forks/ruby-fix-repeated-message-type-f...Joshua Haberman