September 2008
4 posts
rickyv:
After hearing Matt Damon’s brilliant comparison of a Sarah Palin presidency to a bad Disney movie, I called up Sam and said “Let’s make a trailer for what that movie would look like.” Within hours, Dan and Amir were writing it, Ben and the CHTV crew were casting and producing it, and two weeks later, here it is.
Digg?
PaklSound1 is one of the funnest iPhone apps I’ve found
be_valid_xhtml →
I’ve extended this (with limited testing) to allow for validation of a string. If you have a model that is generation templates (as I am) then getting a AC::Response is not really desirable.
http://gist.github.com/9300
REXML wrapping and rcov
I recently ran in to some problems trying to get Rcov to run on a new code base I’m working with. Admittedtly a few of the files are far longer that I’d like, but a standard xml library should deal with such things gracefully. Unfortunately, REXML will throw all sorts of nastiness on pretty.rb:131. The problem is that the wrap function: a) doesn’t handle a few corner cases...