index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ruby
/
tests
/
basic.rb
Commit message (
Expand
)
Author
Age
*
Fix for JRuby (assert_true is not present).
Josh Haberman
2016-07-28
*
Ruby: fixed string freezing for JRuby.
Josh Haberman
2016-07-25
*
Ruby: encode and freeze strings when the are assigned or decoded.
Josh Haberman
2016-07-21
*
Fixed oneof behavior for enums and fixed JRuby.
Josh Haberman
2016-05-18
*
Ruby oneofs: return default instead of nil for unset fields.
Josh Haberman
2016-05-18
*
Ruby JSON: always accept both camelCase and original field names.
Josh Haberman
2016-04-14
*
Changed Ruby to properly camelCase its JSON by default.
Josh Haberman
2016-02-18
*
Add field name to initialization map exceptions
Anders Carling
2015-11-20
*
Raise NoMethodError for unknown fields
Anders Carling
2015-11-20
*
Merge pull request #338 from skippy/encode-decode-helpers
Chris Fallin
2015-05-15
|
\
*
|
make repeated_field quack like an array
Adam Greene
2015-05-14
*
|
Added Ruby to Travis testing.
Chris Fallin
2015-05-13
|
*
adding and simplifying encoders/decoders
Adam Greene
2015-05-13
|
/
*
Merge pull request #334 from skippy/allow-msg-to-accept-nil
Chris Fallin
2015-05-02
|
\
|
*
allow a message field to be unset
Adam Greene
2015-05-02
*
|
return nil if array index indicie is out of bounds
Adam Greene
2015-05-01
|
/
*
add size alias for length
Adam Greene
2015-05-01
*
Fixed issue #283: crash in JSON handler cleanup.
Chris Fallin
2015-04-13
*
add jruby support by protobuf-java reflection API
Isaiah Peng
2015-03-10
*
Merge pull request #211 from isaiah/map_inspect
Chris Fallin
2015-02-17
|
\
|
*
Google::Protobuf::Map#inspect should be consistent with Hash#inspect
Isaiah Peng
2015-02-14
*
|
Merge pull request #189 from cfallin/update-ruby-upb
Joshua Haberman
2015-02-05
|
\
\
|
|
/
|
/
|
*
|
Merge pull request #190 from isaiah/to_ary
Chris Fallin
2015-02-03
|
\
\
|
*
|
add #to_ary to RepeatedField
Isaiah Peng
2015-02-03
|
|
*
Updated to latest upb and added test for JSON map operation.
Chris Fallin
2015-02-02
|
|
/
|
/
|
*
|
Ruby extension: added oneof accessor.
Chris Fallin
2015-01-14
*
|
Addressed code-review comments.
Chris Fallin
2015-01-14
*
|
Support oneofs in MRI Ruby C extension.
Chris Fallin
2015-01-14
|
/
*
Line-wraps at 80 chars.
Chris Fallin
2015-01-13
*
Support for maps in the MRI C Ruby extension.
Chris Fallin
2015-01-06
*
Rename protobuf Ruby module to google/protobuf and rework its build
Chris Fallin
2014-12-12
*
Provide a Ruby extension.
Chris Fallin
2014-12-09