Logistics and teamwork
Amy Hoy's Atom feed is busted.
Amy uses Typo. Typo uses builder
Builder had a quirk. It did not automatically escape attributes. This has been fixed.
Typo picks up builder via rails 1.1 through the magic of svn:externals.
The version of builder in svn for rails does did not have the fix. Checked in by David Heinemeier Hansson.
So... how do we go about getting builder updated in Rails 1.1, picked up by Typo, and deployed by Amy?
amy: Oh, ATOM!
I’ve gotten several emails about my Atom feed being broken. Well, I read them all, but I haven’t had the mental bandwidth to respond or really look into the matter. (Why the Atom interest all of a sudden? I’d never heard of this problem until a...Excerpt from Planet RubyOnRails at
Typo-Atom patch
Seven months ago, I got Jim Weirich to make a change to builder. Monday, I got David Heinemeier Hansson to incorporate that change into Rails. Today I noticed that the title for this entry showed up as Associations aren’t :dependent => true anym... [more]Trackback from Sam Ruby at
Oh, ATOM!
I’ve gotten several emails about my Atom feed being broken. Well, I read them all, but I haven’t had the mental bandwidth to respond or really look into the matter. (Why the Atom interest all of a sudden? I’d never heard of this problem until a...Excerpt from (24)slash7 at
So... how do we go about getting builder updated in Rails 1.1, picked up by Typo, and deployed by Amy?
Note that this is not actually updated in Rails 1.1, although it is available in Edge Rails if you run off of the svn repo. The Builder lib was updated in svn on Apr. 25:
As of Sep. 21 the latest release of activesupport available as a gem is version 1.3.1, released on Apr. 5:
It would have been nice if this change had been included in one of the several minor point releases made to Rails since then. Presumably it will make it into 1.2.
As an interim fix, the Builder 2.0 gem can be used directly as described here:
Posted by finn at
Oh, ATOM!
I’ve gotten several emails about my Atom feed being broken. Well, I read them all, but I haven’t had the mental bandwidth to respond or really look into the matter. (Why the Atom interest all of a sudden? I’d never heard of this problem until a...Excerpt from (24)slash7 at