Re: [MacRuby-devel] [MacRuby] #746: Net::HTTP assertion failed

2010-06-17 Thread MacRuby
#746: Net::HTTP assertion failed -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker |

[MacRuby-devel] Objects instantiated as anonymous class by Bindings mechanism

2010-06-17 Thread Wladj
Hi, i spent a little time with the problem i had some time ago, in effect there is a problem with bindings mechanism in MacRuby 0.6 : - create a new MacRuby Document based project - MyDocument.nib create a new ObjectController binded with File's Owner Content, model key path "dummy"

[MacRuby-devel] [MacRuby] #750: Net::HTTP.get fails

2010-06-17 Thread MacRuby
#750: Net::HTTP.get fails ---+ Reporter: joecanna...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker| Milestone:

Re: [MacRuby-devel] [MacRuby] #750: Net::HTTP.get fails

2010-06-17 Thread MacRuby
#750: Net::HTTP.get fails ---+ Reporter: joecanna...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker| Milestone:

[MacRuby-devel] Building Cocoa Apps with MacRuby

2010-06-17 Thread dan sinclair
Hello, I wrote up some thoughts on building cocoa applications with MacRuby last night and would love to hear any thoughts other people have. You can see the article at http://everburning.com/news/ramblings-on-programming-cocoa-with-ruby/ . I've been trying several different methods, HotCocoa,

Re: [MacRuby-devel] Building Cocoa Apps with MacRuby

2010-06-17 Thread Rich Morin
Xcode has some scripting capability. Might you be able to hack up some scripts to automate away some of the hassle? -r -- http://www.cfcl.com/rdmRich Morin http://www.cfcl.com/rdm/resume r...@cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writi

Re: [MacRuby-devel] Building Cocoa Apps with MacRuby

2010-06-17 Thread dan sinclair
I tried using TextMate with XCode for a while but I didn't like having to switch back and forth between the two all the time. It felt clunky to develop in TextMate and build and see the debug output in XCode. Having to run XCode just to be able to build the application felt heavy. That was part

Re: [MacRuby-devel] [MacRuby] #746: Net::HTTP assertion failed

2010-06-17 Thread MacRuby
#746: Net::HTTP assertion failed -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #750: Net::HTTP.get fails

2010-06-17 Thread MacRuby
#750: Net::HTTP.get fails ---+ Reporter: joecanna...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|Mileston

Re: [MacRuby-devel] [MacRuby] #340: http.get failing with the error "wrong chunk size line: (Net::HTTPBadResponse)"

2010-06-17 Thread MacRuby
#340: http.get failing with the error "wrong chunk size line: (Net::HTTPBadResponse)" +--- Reporter: bobsteven...@… |Owner: lsansone...@… Type: defect | Status:

Re: [MacRuby-devel] Objects instantiated as anonymous class by Bindings mechanism

2010-06-17 Thread Wladj
as workaround i can create the hash via NSMutableDictionary.dictionary or in my case : temp = YAML::load( NSString.alloc.initWithData( fileWrapper.regularFileContents, encoding:NSString.defaultCStringEncoding)) @data = NSMutableDictionary.dictionary @data.setDictionary(temp) is a bug or a behav

Re: [MacRuby-devel] Objects instantiated as anonymous class by Bindings mechanism

2010-06-17 Thread Laurent Sansonetti
Hi, It looks like a bug indeed. Could you file a ticket on trac? We will get this corrected in 0.7. Thanks! Laurent On Jun 17, 2010, at 1:46 PM, Wladj wrote: > as workaround i can create the hash via NSMutableDictionary.dictionary or in > my case : > > temp = YAML::load( NSString.alloc.initW

[MacRuby-devel] [MacRuby] #751: Objects instantiated as anonymous class by Bindings mechanism

2010-06-17 Thread MacRuby
#751: Objects instantiated as anonymous class by Bindings mechanism +--- Reporter: wladj...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] Building Cocoa Apps with MacRuby

2010-06-17 Thread Michael Jackson
The way I'm currently doing it is with two separate apps as well. I keep the Xcode GDB window open for building and debug output and I have MacVim open for editing the code. Of course, I have to open up the main project window if I want to add some files to the project, but I find that having Xcode

Re: [MacRuby-devel] [MacRuby] #503: connect to udp socket: getaddrinfo: nodename nor servname provided, or not known (SocketError)

2010-06-17 Thread MacRuby
#503: connect to udp socket: getaddrinfo: nodename nor servname provided, or not known (SocketError) -+-- Reporter: mar...@… |Owner: lsansone...@… Type: defect | Status: