RubyCocoa: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with 'RubyCocoa is some cool shit I use regularly, although I don't know shit about how it works. As far as I understand it, it glues Cocoa and Ruby together, hence the nam…')
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[RubyCocoa]] is some cool shit I use regularly, although I don't know shit about how it works. As far as I understand it, it glues [[Cocoa]] and [[Ruby]] together, hence the name. :)
[[RubyCocoa]] is some cool shit I use regularly, although I don't know shit about how it works. As far as I understand it, it glues [[Cocoa]] and [[Ruby]] together, hence the name. :)
Using it for a while now, I came to this conclusions:
* [[RubyCocoa]] makes developing [[Cocoa]]-Apps much faster (just think about string conversions, string matchings and so on)
* [[RubyCocoa]] Apps compiled on [[MacOS X]] 10.5 compiled for [[MacOS X]] 10.5 will run on [[MacOS X]] 10.6, too.<ref>Tested with [[XCode]] 3.2.1 64 Bit on [[MacOS X]] 10.6.4</ref>
* [[RubyCocoa]] Apps compiled on [[MacOS X]] 10.6 compiled for [[MacOS X]] 10.5 will '''not'''<ref>That's quite annoying! I hope [[Apple]] will continue support of [[RubyCocoa]]!</ref> run on [[MacOS X]] 10.6!<ref>Tested with [[MacOS X]] 10.5.8 and [[XCode]] 3.1.3 (pre-release) / [[MacOS X]] 10.6.4</ref>
----
* Links
** http://efreedom.com/Question/1-1385146/Rubycocoa-0132-Snow-Leopard-Ruby-187
** http://efreedom.com/Question/1-1426155/Build-RubyCocoa-Application-Version-Leopard-Snow-Leopard
** http://efreedom.com/Question/1-1808128/Application-Developed-Snow-Leopard-Appearing-Executable-Leopard
** http://sourceforge.jp/projects/rubycocoa/lists/archive/devel/2009-September/001414.html
* Footnotes:
<references/>


[[Category:Ruby]]
[[Category:Ruby]]
[[Category:Cocoa]]
[[Category:Cocoa]]

Latest revision as of 21:22, 7 November 2010

RubyCocoa is some cool shit I use regularly, although I don't know shit about how it works. As far as I understand it, it glues Cocoa and Ruby together, hence the name. :)

Using it for a while now, I came to this conclusions:


  1. Tested with XCode 3.2.1 64 Bit on MacOS X 10.6.4
  2. That's quite annoying! I hope Apple will continue support of RubyCocoa!
  3. Tested with MacOS X 10.5.8 and XCode 3.1.3 (pre-release) / MacOS X 10.6.4