<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Onfire brings bubbling events to your Ruby objects</title>
	<atom:link href="http://apotomo.de/2010/03/onfire-brings-bubbling-events-to-your-ruby-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://apotomo.de/2010/03/onfire-brings-bubbling-events-to-your-ruby-objects/</link>
	<description>Stateful widgets for Rails.</description>
	<pubDate>Tue, 07 Sep 2010 08:13:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nick</title>
		<link>http://apotomo.de/2010/03/onfire-brings-bubbling-events-to-your-ruby-objects/comment-page-1/#comment-386</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 29 Mar 2010 21:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=382#comment-386</guid>
		<description>claudio- we can surely make the :parent name configurable. want me to do that?

i'd solve your second problem like this

City
  def parent; country; end
Country
  def parent; continent; end

and so on!

thanks for your questions, they gave me an insight in the applications of it!!!</description>
		<content:encoded><![CDATA[<p>claudio- we can surely make the :parent name configurable. want me to do that?</p>
<p>i&#8217;d solve your second problem like this</p>
<p>City<br />
  def parent; country; end<br />
Country<br />
  def parent; continent; end</p>
<p>and so on!</p>
<p>thanks for your questions, they gave me an insight in the applications of it!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio Petasecca Donati</title>
		<link>http://apotomo.de/2010/03/onfire-brings-bubbling-events-to-your-ruby-objects/comment-page-1/#comment-383</link>
		<dc:creator>Claudio Petasecca Donati</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=382#comment-383</guid>
		<description>Nice module! :)

Is there a way to use a hierarchy-navigation method other than :parent?

What if, for example, my class has a hierarchy based on method :container?

And what if my hierarchy is polymorphic, with different bubble-up methods?
For example, a geographic hierarchy composed by [City, Country, Continent, World] where a City has its parent in a Country through method :country, a Country has its parent in Continent through method :continent, and so on?

Nice work, I enjoy it :)</description>
		<content:encoded><![CDATA[<p>Nice module! <img src='http://apotomo.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Is there a way to use a hierarchy-navigation method other than :parent?</p>
<p>What if, for example, my class has a hierarchy based on method :container?</p>
<p>And what if my hierarchy is polymorphic, with different bubble-up methods?<br />
For example, a geographic hierarchy composed by [City, Country, Continent, World] where a City has its parent in a Country through method :country, a Country has its parent in Continent through method :continent, and so on?</p>
<p>Nice work, I enjoy it <img src='http://apotomo.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaScript Tutorial &#124; JavaScript WebDev Insider</title>
		<link>http://apotomo.de/2010/03/onfire-brings-bubbling-events-to-your-ruby-objects/comment-page-1/#comment-368</link>
		<dc:creator>JavaScript Tutorial &#124; JavaScript WebDev Insider</dc:creator>
		<pubDate>Thu, 25 Mar 2010 01:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=382#comment-368</guid>
		<description>[...] Apotomo Cookbook » Blog Archive » Onfire brings bubbling events to &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Apotomo Cookbook » Blog Archive » Onfire brings bubbling events to &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
