Capybara and Poltergeist: Snap!
11 Dec 2012
Poltergeist is a great JavaScript driver for Capybara. Use this helper method to get quick page snapshots to debug your tests.
11 Dec 2012
Poltergeist is a great JavaScript driver for Capybara. Use this helper method to get quick page snapshots to debug your tests.
04 Dec 2012
While packing for an upcoming conference, you think to yourself, 'I know what I'll do. I'll bring my laptop!' Now you've got problems.
28 Nov 2012
File this under just-blog-it-already-so-you-can-stop-googling-it
27 Nov 2012
The arbitrary less-than-15-lines constraint is back, baby! This time, a Domainr CLI
23 Nov 2012
You may not know this about me, but I used to be a pretty wretched guy. I'm still a pretty wretched guy, but I used to be, too.
12 Nov 2012
Regular expressions are great for matching many patterns, but they often fall down when dealing with recursive matching. In these cases, there is a simple algorithm that you can use which is more reliable than regular expressions.
09 Nov 2012
These are the Ruby Rebus answers you're looking for.
31 Oct 2012
20 Ruby-based movie title Rebus puzzles. Can you guess them all?!
28 Oct 2012
Letterpess is already a success by almost any measure. It reached #16 in the App Store's free apps chart and managed to bring Game Center to its knees over the app's first week of availability. But I think Letterpress has an opportunity to really shine.
19 Oct 2012
Ruby's regular expressions have an idiosyncrasy that can get you in trouble when doing input validation. Find out how to avoid this common gotcha in this post.