Why I love Ruby, number 236

As I start writing a post titled, ‘Why I love Ruby,” it occurred to me that I’m probably not the first person to post such an entry. hmm.. wonder how many others have written those same exact words? Enter the phrase, “why I love Ruby”, surrounded in quotes, into Google and there’s your [...]

RadRails terminal window

I still need to post a ‘why I love Ruby on Rails’ list, but in the meantime, here is one of my favorites.
You can execute Ruby interactively via irb, aka ‘Interactive Ruby’. Irb is a Ruby shell that’s let’s you do all sorts of cool stuff. And when developing with rails, you can [...]