688Ruby Version Manager for OSX

Nice, simple and clean way to install the latest version of Ruby and Gems on OSX. The Tutorial: http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac And here’s also the direct link: http://rvm.beginrescueend.com/

367Missing constants in RubyCocoa for Snow Leopard

Not sure if anyone except me will need this information again. Situation: A legacy RubyCocoa Application that runs fine in OSX 10.5, but refuses to compile in 10.6. RubyCocoa is working, only access to constants seems to be problematic. So far the following workarounds:
OSX::KCGScreenSaverWindowLevel ➯➤➲ OSX::NSScreenSaverWindowLevel
Bug Report and Workaround about inproper mapped constants in Bridgesupport on Snow Leopard http://lists.macosforge.org/pipermail/macruby-devel/2009-October.txt Notes Structs in Ruby

365Project templates for PyObjC and RubyCocoa

svn co http://svn.macosforge.org/repository/ruby/MacRuby/trunk/misc/xcode-templates/ ruby-templates svn co http://svn.red-bean.com/pyobjc/trunk/pyobjc/pyobjc-xcode/ python templates Info from here: http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-Xcode/index.html