ruby-cocoa
Xcode: How-to create a Terminal window inside my application?
While I am playing with开发者_如何学运维 Rubycocoa, I created a small application that works like a charm. However, the only thing missing is like a Terminal inside my application. In Coda, there is a[详细]
2022-12-26 10:15 分类:问答Invoking external shell application through RubyCocoa
How would I invoke an external application through the RubyCocoa bridge? I read something about NSTask, yet I have no idea how this should be translated in RubyCocoa. My goal is to have an IB开发者_开[详细]
2022-12-25 18:12 分类:问答How do I make Interface Builder recognize IBOutlet/IBAction for new languages?
it\'s a theoretical question: suppose I come up with an outstanding new scripting language and want to make a Cocoa bridge for that.[详细]
2022-12-20 07:09 分类:问答Read system information using macruby or ruby cocoa
Could someone t开发者_JS百科ell me please how to read system information, such as OS version, versions of installed applications, and hardware details, using MacRuby or RubyCocoa?You might be able to[详细]
2022-12-20 02:20 分类:问答Replication to maintain data integrity
We have two situations: We have a database server that contains tables of job titles.Those job titles need to be accessed by a database on another server.We have established a linked server connecti[详细]
2022-12-19 02:09 分类:问答NULL in a RubyCocoa application?
I\'m creating an application in RubyCocoa and I have this code: fileContents = OSX::NSAttributedString.alloc.initWithData_options_documentAttributes_error_(data, null, null, outError)[详细]
2022-12-15 17:55 分类:问答mysql gem for snow leopard
I had trouble with the gem at first but got it to work when I installed开发者_运维百科 the 64-bit MySQL and reinsatlled the gem with arch flags.[详细]
2022-12-11 13:21 分类:问答Ruby threads cannot be used in RubyCocoa without patches to the Ruby interpreter
I found this error in Ruby console while I am testing a Rails application. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib /mongrel.rb:285:[详细]
2022-12-11 05:01 分类:问答RubyCocoa on PowerPC G5 processor (Leopard 10.5.7)
Does 开发者_开发技巧anybody know which version of RubyCocoa runs on this processor (if at all)?Isn\'t RubyCocoa included in Leopard?Thought it was part of the \"Scripting Bridge\" for Ruby.I don\'t ha[详细]
2022-12-09 19:08 分类:问答