Feb 23, 2009 @ 12:07 am

This first part aims at explaining how Ruby in the background is not Ruby anymore. In the next part I’m going to talk about HOW to bridge some existing C library with your ruby application.
As you might know already, the official ruby interpreter is written in pure C. This means that whenever you type a […]

Posted under : In depth
Feb 17, 2009 @ 12:45 pm

First of all, I’d like to deny the rumor that I am dead.
I’m struggling since day #1 to find a good code editor for ruby. Mac users are happy with their textmate… but what’s left for us linux users? I tried gedit, vim, scribes and eclipse (with the aptana plugin) but wasn’t happy enough with […]

Posted under : short & sweet
Oct 30, 2008 @ 02:38 pm

simplyglobal : A simple globalization plugin for Rails
The following is a guest post from Dan Simard
Sometimes, you have to reinvent the wheel. It’s really sad to say and you will probably hate me for saying that (and I know that you’ll do because I hate myself for it). I’ve written a new […]

Posted under : Easy reading