Test driven development is your friend
Since I started programming in ruby, I tried to force myself to do test driven development. The pain of writing the test first and the actual code later prevents me from over engineering and makes me focus better on... read more
Fail save
While working with the excellent writertopia authorization plugin I made some small changes to let it fail more secure in certain situations. With this plugin you are able to query and set permissions for users... read more
A rails application in less than 10 hours.
I was a bit bored and thought about the idea of writing an useful and production ready web application with 'ruby on rails' in less then 10 hours. When I say production ready, I mean that the code is more or less... read more
Onetime Password plugin for rails
Do you blog from friends computers or the internet cafe? I do not. I am too much afraid that there is some sort of malware installed that will grab my password. To overcome this problem, I wrote a small onetime... read more
