The Ruby Code Review. A Play in Three Acts - Joe O'Brien, Jim Weirich, Chris Nelson
Category: Languages > Ruby      Posted: 08 Feb 09

Sit in like a fly on the wall, while Jim Weirich and Joe O'Brien walk through a code review with the customer, Chris Nelson. The team has uncovered so...

Ruby Mendicant Project - Gregory Brown
Category: Languages > Ruby      Posted: 08 Feb 09

The Ruby Mendicant project was at first meant as a joke. Who would be crazy enough to donate money to an individual developer to work on unspecified ...

Ruby 1.9: What to Expect - Sam Ruby
Category: Languages > Ruby      Posted: 08 Feb 09

Ruby 1.9.0 came out in December, but it will be a while before it is stable and major packages have been ported to it. In addition to new features, the...

Making Your Code CRAPpier: Applying Principles of Visual Design To Code - Michael Granger
Category: Languages > Ruby      Posted: 08 Feb 09

Code serves two purposes: the first is to instruct the computer to do something, of course, but the second is to communicate your intentions with othe...

Tap -[not] a talk about replacing rake - Simon Chiang
Category: Languages > Ruby      Posted: 08 Feb 09

In this talk I will present a task application framework called Tap. Tap on the surface acts like a supercharged rake, with similar declaration syntax...

A wonderful, awful idea: ruby in the browser - Christopher Nelson
Category: Languages > Ruby      Posted: 08 Feb 09

This talk is about the many paths towards getting ruby running in your web browser. I'll first talk about why this is even a good idea. I'll then talk...

Advanced DSLs in Ruby - Neal Ford
Category: Languages > Ruby      Posted: 08 Feb 09

Building Domain Specific Languages in Ruby shows the power and flexibility of the language. This talk covers some advanced DSL techniques in Ruby, inc...

OS X Application Development with HotCocoa - Rich Kilmer
Category: Languages > Ruby      Posted: 08 Feb 09

HotCocoa is a thin, idiomatic Ruby layer that sits above Cocoa and other frameworks. HotCocoa will be included with MacRuby when it ships in future ve...

Ruby with an Accent - Organising a Regional Ruby Conference - Alan Francis
Category: Languages > Ruby      Posted: 08 Feb 09

This year, I co-organised Scotland on Rails ( http://scotlandonrails.com/ ) - the first regional Ruby/Rails conference in the UK. We attracted around ...

Ruby Kata and Sparring - Micah Martin
Category: Languages > Ruby      Posted: 08 Feb 09

All respectable software craftsmen make efforts to keep their coding claws sharp. And solely working 9-5 on business applications will dull one's whit...

How Ruby Can Be Fast: A Tour of Dynamic VM Technologies - Glenn Vanderburg
Category: Languages > Ruby      Posted: 08 Feb 09

All Rubyists know that in its current state, Ruby is slow. And our usual answer to critics is "it's fast enough." But there's no reason Ruby can't be ...

The Fall and Rise of Dynamic Programming Languages - Rick DeNatale
Category: Languages > Ruby      Posted: 08 Feb 09

A war is being waged between the Empire and the Rebel Alliance. The imperial forces are laboring tirelessly to stamp out such dangerous ideas as late-...