November 2008
10 posts
PolyPage →
“Polypage was designed to ease the process of showing multiple page states in html mock-ups. By adding simply adding class names to a document you can imply state and conditional view logic.”
Using Exceptional in External Scripts
I’ve been using Exceptional for all of my Rails apps lately and I’ve been very happy with it. For one of my current apps, I’ve got a couple of scripts that run automatically (daily and weekly cron jobs). I had created a Lighthouse ticket a while back to make sure that exceptions that occurred in these scripts would be caught by Exceptional.
It turns out that they...