The Modest Rubyist

A blog about Ruby & Rails from beginner to advanced.

Aruba - Cucumber Goodness for the Command-Line

April 22nd 2010

Recently, I have been spending some of my extra time writing a little command-line application for interacting with the O'Reilly Bookworm Public API. I remembered reading about Aruba, a Cucumber ‘add-on’ similar to cucumber-rails but for the command-line, on TheChangeLog. Aruba’s own step definitions are self-documented in its own features and scenarios but I will cover some of the basics here. I will also cover some useful parts of the API defined by Aruba that you can use to write your own steps…

Why I Ruby, Maybe Why You Should Too

April 14th 2010

Its been a little longer than I had hoped since my last post. Since I have been on vacation, working little with even less to write about, I thought I would do a little ditty on why Ruby has become my primary programming/scripting language and why I like it so much…

Redis + CompSci 101 (Redis::Stack)

March 27th 2010

Recently I got introduced to Redis, a super-cool, im-memory (but less-volitale), key-value store. As usual, I was late to the party.

Redis, is several things, including a sort of data structures server. So to flash back to CompSci 101, in this article I build a stack on top of the Redis Ruby client, which is one of the first things I did with it…

Older Posts