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
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''' run on [[MacOS X]] 10.6, too<ref>tested with [[Mac OS X]] 10.5.8 and [[XCode]] 3.1.3 (pre-release) / [[MacOS X]] 10.6.4</ref>
----
* Footnotes:
</references/>
* 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


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

Revision as of 14:26, 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:


  • Footnotes:

</references/>

  1. Tested with XCode 3.2.1 64 Bit on MacOS X 10.6.4
  2. tested with Mac OS X 10.5.8 and XCode 3.1.3 (pre-release) / MacOS X 10.6.4