Postings
rails
Dec 03, 2008
Won't Paginate
I had a problem with will_paginate when giving it a page number and per_page settings that are out of range, resulting in an empty table on the page. And here's how I solved it.
rails
Nov 11, 2008
has one of many
Lets you make has_many associations look like a has_one (Note, i've renamed it, was has_one_current (Nov 14))
rails
Sep 12, 2008
Render collection with layout
The Rails "partial layouts" feature doesn't work how I expected with collections. Here's a helper.
musings
Sep 03, 2008
Journey to the Center of the Earth and Back in One Day
My son, Steven, wrote this essay last night, his first writing assignment as he starts high school 9th grade. The assignment was to "recount a story about your parents before you were born".
Productive or wasted week?
A testament to testing and behavior driven development. Implementing file uploads.
Find in textmate
Create separate textmate projects that contain only the subdirs I want to search in.
rails
Aug 07, 2008
alias method chain in a module
There's a number of postings that explain how to use alias_method_chain, but it wasn't clear how to use it in a module.



