5Jan/110
Testing Effectively with Rails
I enjoyed this reminder about the benefits of keeping the unit tests exposing edge cases and the integration tests on the happy path. Testing Effectively with Rails
1Dec/100
Cleaner git history – Stash, Rebase, Pop
A common workflow of mine is: git stash && git pull –rebase && git stash pop I actually have this aliased to gpull. It stashes any uncommitted changes, pull in the latest with rebase, and then pops my changes off the stash. git pull is a shorthand for git fetch and git merge. You can [...]
19Oct/100
Excited about ARel 2.0
Not only is it faster, but it’s providing some great code reading. ARel Two Point Ohhhhh Yaaaaaa
1Jul/100
Optimize Legibility with CSS
Love the new support for text-rendering. Cross-browser kerning-pairs & ligatures
