Double Shot #97
I ended up spending most of yesterday writing what turned out to be about 6 lines of controller and 20 lines of view. I'm not sure whether to be proud of my skills at condensing things down or appalled that it took me so long to find the reasonably elegant Rails way of doing things. But I met the customer's deadline.
- Setting up a new Rails app with Git and Setting up a new remote git repository - Toolman Tim shows how to use the sexy new alternative source code control system with Rails.
- The Fully Upturned Bin - whytheluckystiff from a few years ago on Ruby memory management and garbage collection, a subject I'm starting to dig into a bit.
- ActsAsTaggableOn Released - An even more flexible version of ActsAsTaggableOnSteroids (which I've been using in a couple of projects).