[MacRuby-devel] restclient gem with MacRuby
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 out at me as being suspicious. Has anybody tried using this gem in the past and had similar problems or successes? Thanks, Mark ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] restclient gem with MacRuby
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'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 out at me as being > suspicious. > > Has anybody tried using this gem in the past and had similar problems or > successes? > > Thanks, >Mark > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] restclient gem with MacRuby
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: > 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'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 out at me as being >> suspicious. >> >> Has anybody tried using this gem in the past and had similar problems or >> successes? >> >> Thanks, >> Mark >> >> ___ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
