February 2012 M T W T F S S « Jun 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Tag Archives: Ruby
Playing with EventMachine
I’ve had a bit of opportunity to play with Ruby EventMachine over the last few weeks at work. While the RDoc is very helpful it’s still a bit of work to figure things out. To that end, I figured I … Continue reading
Riding the Rabbit
We’ve started using RabbitMQ at work for some of our messaging needs. We’ve been using the Ruby AMQP library for all of our communication with Rabbit so far. So, I thought I’d write up a quick article on how to … Continue reading
A Peek at Ruby Internals
The MountainWest Ruby Conf 2008 had an interesting talk on Ruby Internals by Patrick Farley . If you’ve worked with Ruby and are interested in learning more about classes, meta-classes and how all the method dispatch magic works give it … Continue reading
Introducing Ruby PostRank 0.5 (Beta)
So, the guys over at AideRSS released a REST service for their PostRank API. The new API, at PostRank.com, provides access to some interesting data. It’s fun to see how you rank up against other sites (although, I rank pretty … Continue reading