By far the dominant reason for not releasing sooner was a reluctance to trade the dream of success for the...
Even if you’ve trapped, you can change your programming style and reap some of the benefits of those new...
For all of my professed admiration of Ruby on rails, I personally don't think that easier and more productive...
UML is applying an abstraction at the wrong end of the problem. It is primarily used to sketch object models...
But trust me on the dynamic languages.
A/Bingo is a Ruby on Rails A/B testing framework written as a plugin.
View testing that doesn't suck.
Rio is a facade for most of the standard ruby classes that deal with I/O; providing a simple, intuitive, succinct...
It's important, however, that his wonderful code live on, and we need your help to do so. We've...
You want to try out all of the different ruby interpreters and versions including different patchlevels, but you don't...
Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for...
Another ActiveModel alternative.
Recently I've been made aware of people inside US Government organizations using my Ruby on Rails Security presentation as...
The same problem happened with address, which was specified to mean only the contact information for the author of a...
I brought up the question whether tests should call the translation API when checking for the presence of a string...
Amidst my 400 unread Boing Boing links are probably ten or fifteen that are probably real gems. But I’ll...
What if my controller decides to take the Thing.create! and rescue route? What if my model has a special initializer...
I've recently moved from using Parallels for browser testing to Sun's Open Source VirtualBox. Here's a walkthrough...
On any page accessed with SSL, all Ajax requests must use SSL, or they will fail. To make this happen...
Passing the --profile flag to RSpec produces some additional output, namely the running times of the ten slowest examples in...
Background allows you to add some context to the scenarios in a single feature. A Background is much like a...