Archive for January, 2008

Feel the Love!

Lisp and Scatology

Stupid Rails Mistakes: Caching and Authenticity Tokens

If you’re using anything other than fragment caching on pages with forms (and your fragment caching runs after your form blocks), then you’ll likely see Rails freakout on on the 2nd user that submits your cached form. The authenticity_token from the prior user has been cached and Rails is protecting you (I think). So, [...]

Software Methodologies

Try them all!

Song for being sick on a thursday


Mandarin Tumbling

I’m tumbling shorter posts and links now, in case anyone is interested. (Although I still do it on this blog as well…incorrigible I guess).

Stupid Rails Mistakes: Asset Packaging

If you’re working with a design team that uses the same CSS id and class selector names across multiple CSS files, if you run asset packaging (cache = ‘true’), you’ll bundle all of the CSS files together and your site will probably berserk on you - a fun way to torture your designers who don’t [...]