Postings
musings
Jun 19, 2008
Surgery and prognosis
Ten days after my prostatecomy. (Follow up from previous article)
musings
May 28, 2008
prostate cancer!
This post was written May 28 but I delayed publishing it until now
rails
Feb 21, 2008
List methods for nested sets
Unfortunately better_nested_set (and acts_as_nested_set) lacks the list methods provided by acts_as_list. Here's a module that provides them.
rails
Feb 20, 2008
options for select with style
Here's a variant of Rails' options_for_select helper which lets you add styles to the options, such as for adding icons the the dropdown select.
rails
Feb 12, 2008
link to tag current
A simple helper variant of link_to_unless_current which tags the current item.
rails
Feb 11, 2008
Restful In Place Editor
Here's a patch to the in_place_editor to work smoother with RESTful resources.
rails
Jan 27, 2008
Choosing a Schema for Dynamic Records
I want users to be able to design their own forms, and collect data submitted on those forms. An important decision is the design of how these custom dynamic records are stored and accessed.



