Re: [MacRuby-devel] segmentation fault 11 with net:http post inside of a function?

2013-07-04 Thread bryan rasmussen
> Perhaps copy has already been defined in top level and it do something > >important? Try rename your method to something else and try again. Hi, that's the ticket. thanks, Bryan Rasmussen ___ MacRuby-devel mailing list

[MacRuby-devel] send keystrokes with system.events?

2013-07-04 Thread bryan rasmussen
Hi, I've been looking for examples as to how I might send keystrokes using system.events from macruby, but not finding anything. Anyone know of any, or can give me an example script so I can get a start. Thanks, Bryan Rasmussen ___ MacRuby-

Re: [MacRuby-devel] segmentation fault 11 with net:http post inside of a function?

2013-07-03 Thread bryan rasmussen
frustrations-abound-rvm-vs-macports-and-the-bug-segmentation-fault/ but not exactly since I am using macruby directly, I shouldn't be using openssl anywhere in that code, and this doesn't really explain why it only fails when called inside a function (but after the post to the server c

[MacRuby-devel] segmentation fault 11 with net:http post inside of a function?

2013-07-03 Thread bryan rasmussen
en I run this code require 'net/http' uri = URI('http://localhost:3000/api/copy/test') Net::HTTP.post_form(uri, 'value' => "testing") I don't. The post goes through fine in both instances. I suppose there has to be some really simple thing I am mis