Articles tagged 'ruby'

  • 10 min read

Reflecting on Rubyfuza 2015

Rubyfuza 2015 was amazing. Just like all the other years, this one stood out on all levels. I love referring to Rubyfuza as a massive family reunion, except that everyone is excited to see each other. I have a lot of Ruby friends, that I only get to...

  • 1 min read

Reusing your frontend JS on the server with The Ruby Racer

I can’t tell you how much fun it is typing out a blog post again. It has been nearly two years since the last post. I hope this will be the end of the dry spell for me.

Earlier this year at Rubyfuza 2013 I had the privilege to share with the audience...

  • 0 min read

Practicing safe Ruby, with safely

UPDATE: Hoptoad was re-branded to Airbrake Bug Tracker since this post was originally written.

One of the things that makes daemon-kit such a great project (at least to me), is the built-in “safely” method wraps your code in a loving embrace of error...

  • 5 min read

Paginating documents with couchrest and will_paginate

CouchDB is hands down my favorite of the NoSQL variants and offers some pretty spectacular features, none of which I will bore you with in this post. I will however jot down how I (fairly easily) achieved pagination with couchrest & will_paginate in...

  • 3 min read

Correlating documents in CouchDB

I’m in the very fortunate position, two actually, of being able to 1) migrate my biggest production application from MySQL to CouchDB, and 2) build a stunning new system for a multinational welfare organization on top of CouchDB.

I’ve been lurking...

  • 5 min read

Cleaning up your act, with a little handsoap

Dettol Handsoap

Handsoap is a new, fresh Ruby library for creating SOAP clients. Why am I excited about soap? I’m not, unless they’re beautiful. Yet, somewhere along the line you are going to be faced with writing a client for a SOAP service. Whether it is from...

  • 1 min read

Latin Shoes, lorem-app

So it’s been pretty quiet around these parts lately, my apologies. But I’ve not been keeping quiet on other fronts, I’ve been busy implementing ruote, by John Mettraux and contributing some patches back to this amazing project. Looking at my github...

  • 9 min read

Ruby and Messaging (Part 2) – Giving Rails a Break

NOTE: This post has been in draft for a couple of months now, and might seem a bit dated because of that. I need to complete the series and have decided to publish it for a sense of completeness.

Like all good bloggers out there, it seems plenty...

  • 2 min read

Continuing the (ruby) olympics

Jeff has a great article on the Ruby Olympics, and I couldn’t help to add my 2c to the discussion, so here goes:

Consume Podcasts

I’m an avid listener of (and got mentioned on) the Rails Envy Podcast. I also follow the Ruby on Rails podcast, the...

  • 6 min read

Messaging and Ruby (Part 1) – The Big Picture

Rails doesn’t scale.

Now that I have your attention, lets forget scaling all together and instead start focusing on how you can give Rails a break using messaging or ‘backgrounding’. This is the first in a series of articles where I’m combining my...