Posts Tagged “projects”

Practicing safe Ruby, with safely

by Kenneth Kalmer on April 14, 2011

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 reporting comfort. You could at any point do this: safely do (…)

Read the rest of this entry »

daemon-kit Progress Report

by Kenneth Kalmer on June 11, 2009

Since I last announced Capistrano support for daemon-kit, a few other things have happened that is steadily moving the project forward. Here is a synopsis of them all: No more daemons Sounds contradictory, but I’ve stripped out the daemons gem (…)

Read the rest of this entry »

Safety nets for your Ruby daemons

by Kenneth Kalmer on May 13, 2009

Daemon-kit has been getting a lot of TLC from me lately, and it’s not going to stop anytime soon. As I wander deeper and deeper into AMQP territory, I need to extend daemon-kit to cope with all kinds of new (…)

Read the rest of this entry »

Easy Ruby cronjobs with daemon-kit

by Kenneth Kalmer on April 28, 2009

I started conceptualizing and playing with a pet project called daemon-kit earlier this year, with the aim to ultimately be the preferred way of assembling daemon processes written in Ruby. Today I took the opportunity to add two more generators (…)

Read the rest of this entry »