Re: Issue with Ruby implementation

2010-02-11 Thread Jeff Hammerbacher
Thanks dude. Can we stick that information somewhere in a README or something? On Thu, Feb 11, 2010 at 11:39 AM, Jeff Hodges wrote: > FYI, the latest version of rubygems is 1.3.5 and resides here: > http://rubyforge.org/frs/?group_id=126 > > You can install it by just unpacking the tarball and r

[jira] Commented: (AVRO-392) Binary Decoder Performance and flexibility overhaul

2010-02-11 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832664#action_12832664 ] Scott Carey commented on AVRO-392: -- I'm not sure it is a good idea to support both "buffered

Re: Issue with Ruby implementation

2010-02-11 Thread Jeff Hodges
FYI, the latest version of rubygems is 1.3.5 and resides here: http://rubyforge.org/frs/?group_id=126 You can install it by just unpacking the tarball and running ruby setup.rb. -- Jeff On Thu, Feb 11, 2010 at 9:21 AM, Jeff Hodges wrote: > That version of rubygems is hella old. Update it and you

[jira] Commented: (AVRO-406) Support streaming RPC calls

2010-02-11 Thread Philip Zeyliger (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832617#action_12832617 ] Philip Zeyliger commented on AVRO-406: -- I'm wary of using Iterators all the time. Users

[jira] Commented: (AVRO-341) specify avro transport in spec

2010-02-11 Thread Philip Zeyliger (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832612#action_12832612 ] Philip Zeyliger commented on AVRO-341: -- {quote} > I'd like us to consider describing Avr

Re: Issue with Ruby implementation

2010-02-11 Thread Jeff Hodges
That version of rubygems is hella old. Update it and you'll find echoe fine. -- Jeff On Thu, Feb 11, 2010 at 3:07 AM, Jeff Hammerbacher wrote: > Hey, > > When I try to run "rake test" inside of lang/ruby/, I see "no such file to > load -- echoe", among other things (I'm on Mac OS X Leopard, Ruby

Issue with Ruby implementation

2010-02-11 Thread Jeff Hammerbacher
Hey, When I try to run "rake test" inside of lang/ruby/, I see "no such file to load -- echoe", among other things (I'm on Mac OS X Leopard, Ruby 1.8.6, Rake 0.7.3). I tried to install the "echoe" gem (gem 1.0.1) and could not find it. What's the deal? Thanks, Jeff