Re: [MacRuby-devel] define_method (was: Nib issues on Snow Leopard)

2009-09-18 Thread Bjoern Paschen
Hi ... Am 17.09.2009 um 20:51 schrieb Matt Aimonetti: The incomplete CGI implementation seems to be causing the issue: $ macruby -e "require 'CGI'; puts CGI.escape('foo bar')" wrong number of arguments (1 for 0) (ArgumentError) I'll look into it tonight. The app works now. Thank you guys :)

Re: [MacRuby-devel] Nib issues on Snow Leopard

2009-09-17 Thread Bjoern Paschen
Hi Alex ... Am 17.09.2009 um 20:31 schrieb Alex Vollmer: The app works so far, except for the "require 'cgi'" in TwittRbDelegate.rb. That one throws an ArgumentError in define_method. If you comment it out the application will run but be unable to send tweets. I wasn't able to find a solut

Re: [MacRuby-devel] Nib issues on Snow Leopard

2009-09-16 Thread Bjoern Paschen
Hello Matt... Thanks for the info. I didn't check that list, I should do it right away. :) Cheers, Bjoern. Am 17.09.2009 um 03:17 schrieb Matt Aimonetti: CGI isn't fully working on 0.5 yet, it's on the todo list tho. - Matt ___ MacRuby-devel ma

Re: [MacRuby-devel] Nib issues on Snow Leopard

2009-09-16 Thread Bjoern Paschen
Hello Alex... I watched that peepcode screencast a couple of days ago and build the app from scratch with macruby 0.5. If it is of any help, I put the project directory on my ftp: ftp://witwenmacher.com/TwittRb.zip The app works so far, except for the "require 'cgi'" in TwittRbDelegate.r