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...
Write declarative tests using nested contexts without performance penalties. Contest is less than 100 lines of code and gets the...
I've recently moved from using Parallels for browser testing to Sun's Open Source VirtualBox. Here's a walkthrough...
Background allows you to add some context to the scenarios in a single feature. A Background is much like a...
Deadweight is RCov for CSS, kind of. Given a set of stylesheets and a set of URLs, it determines which...
decided to go fixtureless with Shoulda + Factory Girl. All good, except one problem. Slow as fuck tests. So here’s...
Google Chrome Frame is a plugin for Internet Explorer that embeds the entire Chrome web rendering engine inside IE.
Apple's random rules for iPhone app approval are a recipe for trivial apps and alienated developers
Concerns is a simple Rails plugin that provides you with a simple way to organise your Controllers, Models and Mailers...
DevIL is a fast and lightweight image library that supports the loading and saving of images in almost any graphics...
If you need big synchronization points, e.g. for big marketing campaigns, you might be better off using an iterative development...
R. Clayton Miller's 10/GUI is probably one of the most dramatic reimaginations of the desktop user interface I’ve...
In the end, the structure of data is something fundamental that can't be simplified or abstracted away. The ORM...
Unit tests are to refactoring like a drop cloth is to painting. Both feel like more work at first but...
Even though the gradual engagement meme has been around for a while, and everyone just hates signup forms, they just...
But Twitter is not playing at the $1.00 blackjack table. They’re playing at the $1B blackjack table. Forget for...
Riot differs primarily in that it does not rerun setup for each test in a context.
Limelight is a rich client GUI framework unlike any other. With a unique angle on GUI development, Limelight harnesses the...
Good programmers know that a lack of superficial code quality and consistency is the best indicator of deeper systemic problems...
Learn how to set up a one-to-many or many-to-many association which is entirely embedded into a...
A rails plugin to store a collection of boolean attributes in a single ActiveRecord column as a bit field.