hoodwink.d enhanced

Wed Aug 10

Integrating Flash interfaces with Rails


Rich Kilmer describes how he integrated his ActionStep library into Rails in one night while at OSCON. Includes some examples.

Using the Rake Build Language


A tutorial by Martin Fowler
By using Ruby, I want to concentrate the things I do, not the magical rules of the language, like starting with public void something something something to say, “print hello world.” I just want to say, “print this!” I don’t want all the surrounding magic keywords. I just want to concentrate on the task. That’s the basic idea. So I have tried to make Ruby code concise and succinct.

Yukihiro Matsumoto