Ruby

Naming Of Anonymous, First Class Code Segments

One of the things I’m starting to notice when working on Ioke isthat current programming languages doesn’t seem to have enough namesfor first class code...

0 replies - 1240 views - 11/26/08 by olabini in News

Ioke dynamic reception

Ioke will, just as most other dynamic languages, have a way to achieve what Martin Fowler calls Dynamic Reception. For you who are not familiar with this term,...

0 replies - 849 views - 11/10/08 by olabini in Articles

Language Specialization

Didn't you just totally sell out? -- Obie Fernandez @ Rails Summit Latin AmericaObie and I are good friends. He wasn't trying to insult me. I was talking about...

5 replies - 6253 views - 10/30/08 by Jay Fields in News

Counting Ruby Objects on the JRuby Heap

I got an email the other day from Michael Yuan. He had been working with some folks who were running an application on JRuby and they thought they might be...

0 replies - 3398 views - 10/08/08 by Gregg Sporar in News

Rest With Rails Part III - Using ActiveResource

It is easy to use open-uri and Net::HTTP. Well, easy is a relative term. Building a client library to access our task manager service will still require a fair...

0 replies - 4313 views - 09/16/08 by Schalk Neethling in News

Language Generation

This post is the first in a series of posts about PAIPr. Read here for more info about the concept.

0 replies - 946 views - 09/10/08 by olabini in News

Paradigms of Artificial Intelligence Programming (In Ruby)

Since I never can get enough projects, I’ve decided to start on something I’ve thought about doing for a long time. There are several reasons for doing it,...

0 replies - 1129 views - 09/10/08 by olabini in News

Rest With Rails Part 2 : Serving XML, JSON and Atom

In part 1 of REST with Rails we had an introduction to creating RestFull services with Rails. In this article we will be looking into serving this content...

0 replies - 14172 views - 09/09/08 by Schalk Neethling in News

Simplified finders in DataMapper

It seems I’m spending lots of time reading about DataMapper currently, while planning the first refactoring of Ribs. While reading I keep seeing Sam’s...

0 replies - 941 views - 09/08/08 by olabini in News

Check out the Advanced ActiveRecord Envycast

I just went through the first screencast from the Rails Envy guys’. I wasn’t sure if I would liked the fact that they used a green screen approach, but...

0 replies - 719 views - 09/08/08 by danielwanja in News

Rails Conf Europe 2008 - Day 2

On Day 2, David Black gave the opening session. After some logistics he introduced the favorite son of Chicago - David Heinemeier...

0 replies - 841 views - 09/05/08 by Arun Gupta in Articles

REST With Rails Part 1

In this first part I will show you how to build RESTful services using Rails. REST is an architectural style modeled after the Web. Basically, it codifies the...

1 replies - 6262 views - 09/04/08 by Schalk Neethling in News

JtestR 0.3.1 Released

JtestR allows you to test your Java code with Ruby frameworks.Homepage: http://jtestr.codehaus.orgDownload: http://dist.codehaus.org/jtestrJtestR 0.3.1 is the...

0 replies - 712 views - 08/22/08 by olabini in News