what's confusing is that in 1.3.5 "attr_accessor :tag_name" is an instance attribute not a class attribute. So Release#tag_name fails.
But we're using Release.find.tag_name, i.e. it would be called on an instance. Just trying to understand why this works for me but not on Hudson.
Thanks, -- Greg Lucas
