[ Content | Sidebar ]

Archives for August, 2006

More Rails

Personally, I think it’s weird that mongrel will refresh controller and helper changes without a restart, yet won’t refresh views. I dunno, maybe it’s just my setup. In any event, it’s way more awesomer than webrick or Apache. Supa-quick load, yo. I wouldn’t advise running it under Windows, though. I had a hell of a [...]

An insect for a pet

Seriously, I just want to pet this guy

Ruby (rails) fun

This’ll only make sense to about three of my readers, but I just wanted to point out that it fills me with a certain glee to code something like: validates_something_of :foo, :if => Proc.new { breakpoint } When that breakpoint fires, it’s like you’re hanging off the edge of the universe.