Tag Archives: Ruby

Hunting a Random Bug – A True Story

A few weeks ago, I finished a bug hunt for the RapidFTR open source project, which took me three evenings. I thought it might be worth sharing the story of the hunt. This article will describe what I did. I will … Continue reading

Posted in Programming | Tagged , , , , , , , , , | 3 Comments

Testing Google Analytics Custom Events with Capybara and Poltergeist

In our current client project, we are using Google Analytics to track custom events of what users are doing on our website. To make sure, this is working in the way we expect, we want to write functional tests to … Continue reading

Posted in Ruby | Tagged , , , , , , , , | 2 Comments

A Ruby Script for Upgrading Multiple DokuWiki Installations

After DokuWiki has been released multiple times in the last few days because of security problems, I though it was a good time, to write a little script for automatically updating multiple instances. You can find the ruby script at … Continue reading

Posted in Ruby | Tagged , , , | Leave a comment

Speeding up iterative calculation in Ruby

The domain background of my diploma thesis is sample size calculation for clinical trials – in fact simulation of those. This means I need to calculate how many probands or trial subjects are needed, to get the result with a … Continue reading

Posted in Ruby, Thesis | Tagged , , | Leave a comment

Argument Fun with Ruby

As some of you might know, my diploma thesis is on simulation with the help of an internal ruby DSL. This DSL will be – at least I hope so – full of small little interesting things, making the life … Continue reading

Posted in Ruby, Thesis | Tagged , , | Leave a comment