1. 1ce8b3d rb: When passing unknown keys to Thrift::Struct.new, report those keys in the exception [THRIFT-51] by Kevin Clark · 17 years ago
  2. 2319375 rb: Implement type-checking in Thrift::Struct.new and field accessors by Kevin Clark · 17 years ago
  3. 6c4598b rb: Struct#new should properly initialize boolean values by Kevin Clark · 17 years ago
  4. 5a2d0ad Make a lot of miscellaneous ruby-styling changes by Kevin Clark · 17 years ago
  5. 01a5144 Fix default values of non-primitive types being shared between struct instances (THRIFT-4) by Kevin Clark · 17 years ago
  6. d389f54 Strip the rest of the empty () parens by Kevin Clark · 17 years ago
  7. 41c0a02 Improve compatibility with the old Hash-style set. by Kevin Clark · 17 years ago
  8. 8d79e3f Convert fields of type Thrift::Types::SET to use the Set library. by Kevin Clark · 17 years ago
  9. fe897d3 Use deprecate_module! where appropriate by Kevin Clark · 17 years ago
  10. f5754ac Add new spec for deprecate_class! by Kevin Clark · 17 years ago
  11. 0d45617 Finish up the CamelCase -> ruby_style changes by Kevin Clark · 17 years ago
  12. b8a7ad7 Start renaming camelCase methods to ruby_style by Kevin Clark · 17 years ago
  13. c42231b Set up the class deprecations by Kevin Clark · 17 years ago
  14. 2960044 rb: Add more classes/modules to the Thrift namespace. Provide backwards compatable mappings. by Kevin Clark · 17 years ago
  15. 10cdf10 rb: Move client, processor, struct files for consistant naming. by Kevin Clark · 17 years ago[Renamed from lib/rb/lib/thrift/thrift_struct.rb]
  16. 97d2166 rb: Move exceptions, types, processor, client, struct under Thrift module. Add constants for backwards compatability by Kevin Clark · 17 years ago
  17. 9bf3362 Split out thrift/thrift.rb, add top level thrift.rb in prep for gemmification by Kevin Clark · 17 years ago