Re: [MacRuby-devel] AWS-S3 gem doesn't work with MacRuby

2011-08-27 Thread Eloy Duran
Actually, googling did reveal some Objective-C code for S3, which is a possible workaround. HTH On 25 aug. 2011, at 21:25, Jeremy Smith wrote: > This works when I try it in MRI. But this is what happens in Macruby. Is > there a workaround? > > $ macirb -f > irb(main):003:0> require

Re: [MacRuby-devel] AWS-S3 gem doesn't work with MacRuby

2011-08-27 Thread Eloy Duran
I haven’t used this library on MacRuby, so unless someone else knows of a workaround the only solution is to fix it. It would be great if you could reduce the actual problem to a few lines of code and file a ticket, even if there's a workaround :) Eloy On 25 aug. 2011, at 21:25, Jeremy Smith w

Re: [MacRuby-devel] Experiences with m17N using PostgreSQL with macruby

2011-08-27 Thread Eloy Duran
In principle MRI is always right, so unless there's a comment or spec that explains why we deviate it's a bug. Eloy On 24 aug. 2011, at 18:19, Steve Clarke wrote: > I want to use PostgreSQL with macruby. > > At first I couldn't make this work. I eventually had some success and > learned qu