Hi,
I'm using the nightly builds of MacRuby and have not been able to load the
restclient gem. I always get an error:
ArgumentError: invalid string transliteration
But it doesn't really give me a good hint where to look to find the problem. I
took a quick look at the source but nothing jumped
Do you have the full stack trace?
Sent from my iPhone
On Nov 27, 2010, at 15:08, Mark Rada wrote:
> Hi,
>
> I'm using the nightly builds of MacRuby and have not been able to load the
> restclient gem. I always get an error:
>
> ArgumentError: invalid string transliteration
>
> But it doesn'
When I try:
#!/usr/bin/env macruby
require 'rubygems'
begin
require 'restclient'
rescue ArgumentError => e
puts e.backtrace
end
I get:
/Users/ferrous/test.rb:6:in `'
On 2010-11-27, at 3:37 PM, Matt Aimonetti wrote:
> D