Archive for October, 2007

Starting Ruby development - Day 1 - Install Ruby and Aptana IDE

In the following days I will cover how you can quick start your Ruby learning. Today we will start with Ruby installation and IDE setup.
The first thing you need is a decent IDE so that you can quickly try out Ruby programs. Ruby installation comes with command line tools such as “irb”. But for any [...]