Videos tagged with RubyCocoa




MountainWest RubyConf 2009: Test-driving GUIs (with RubyCocoa)

MountainWest RubyConf 2009: Test-driving GUIs (with RubyCocoa)

Posted in Conferences, Development, Testing, Operating Systems

Test-driven design is probably more popular in the Ruby community than in other language communities. Nevertheless, test-driven design of graphical user interfaces is still seen as something of a black art. In this talk, I’ll demonstrate how to test-drive a Mac GUI, using either RubyCocoa or MacRuby. I’ll concentrate on opening a File Chooser, then move to drag-and-drop (if there&rs...

Tags: Conferences, Ruby, Testing, OS, MacOS, RubyCocoa, Confreaks, MountainWest RubyConf 2009, FlexMock


RubyConf 2008: Seattle.rb Rocks!

RubyConf 2008: Seattle.rb Rocks!

Posted in Conferences, Development, Frameworks

Seattle.rb Rocks would cover a number of side projects developed by Seattle.rb members in a lightning-talk-like format. Individual presentations would run for roughly ten minutes, and at least the following individual presentations would be given: Phil Hagelberg will talk about Bus Scheme, which is a Scheme implementation that is implemented (mostly) on the bus. Phil will explore what it's like...

Tags: Conferences, Ruby, Ruby On Rails, Frameworks, RubyCocoa, Gems, Confreaks, Ruby2Ruby, RubyConf 2008


RubyConf 2008: MacRuby: Ruby for your Mac

RubyConf 2008: MacRuby: Ruby for your Mac

Posted in Conferences, Development, Operating Systems

Everyone wants to develop Cocoa in Ruby. It can create awesome Mac apps. But you need to develop in Objective-C. Which is not so pretty. However, they both share some of the same concepts and ideas. RubyCocoa exists, but it's a bridge. So conversion is happening and that is slow and resource intensive. And each runtime has a different garbage collector! MacRuby interprets Ruby on the Objective-...

Tags: Conferences, Ruby, OS, MacOS, Objective-C, Cocoa, RubyCocoa, Confreaks, RubyConf 2008, MacRuby, HotCocoa, ...


Lone Star Ruby Conf 2008: Creating Desktop Applications with Ruby on Mac OS X

Lone Star Ruby Conf 2008: Creating Desktop Applications with Ruby on Mac OS X

Posted in Conferences, Development, Operating Systems

As of Leopard, Apple has made Ruby a first class citizen for developing desktop applications. At some point everyone has an idea for a great desktop application. With a good number of Rubyists using OS X these days I want to give an introduction to what is possible with RubyCocoa so that when that great idea shows up, they know their options. This talk introduces Ruby Cocoa, listing the major f...

Tags: Conferences, Ruby, OS, MacOS, RubyCocoa, Confreaks, Lone Star Ruby Conf 2008, GitNub, MacRuby, RubyObjC, nu, ...



How to build OS X GUI applications with Ruby and RubyCocoa

How to build OS X GUI applications with Ruby and RubyCocoa

Posted in Development, Operating Systems

Erik Kastner has put together a great tutorial showing you how to build a graphical OS X app using Ruby and RubyCocoa. For a less wordy approach, there's also a short screencast which shows you the whole process from start to finish. With the continual improvements of the RubyCocoa library, and Apple's commitment to Ruby for Cocoa development in OS X 10.5, Ruby is rapidly becoming a viable alte...

Tags: Ruby, OS, MacOS, Cocoa, RubyCocoa