Archive for the “ruby” category
Rails specs not running under Ruby 1.9 ?
by Kenneth Kalmer on September 27, 2009
I spent some time getting PowerDNS on Rails to run on Ruby 1.9.1, which ended up being very easy due to the small amount of plugins & gems used by the project. The only change I had to make myself (…)
Ruote in 20 minutes video
by Kenneth Kalmer on August 25, 2009
Kudos to my brother and the rest of the guys at Monopost for cleaning up the bad audio as best they can. Ruote in 20 minutes from Kenneth Kalmer on Vimeo. The original post of the presentation is over here.
Getting the Ruby 1.9 ball rolling
by Kenneth Kalmer on August 14, 2009
After I read this post on Labnotes I decided to “take the plunge” into the world of Ruby 1.9 properly. I mean, I was at RubyKaigi where the biggest lesson of all was “Change!” (and changing to 1.9). Ruby 1.9.1 (…)
Looking beyond daemon-kit 0.2
by Kenneth Kalmer on August 9, 2009
I wrote daemon-kit to solve two big issues with writing daemon processes in Ruby: Everyone is re-inventing the daemons gem Individual daemons share a lot common code, apart from the daemonizing bits As for #1, daemon-kit at first wrapped the (…)