<?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 for Apotomo Cookbook</title>
	<atom:link href="http://apotomo.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://apotomo.de</link>
	<description>Stateful widgets for Rails.</description>
	<pubDate>Fri, 30 Jul 2010 13:31:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The RubyConf 2008 in Orlando, FL - the nerds were there! by Basti</title>
		<link>http://apotomo.de/2009/05/the-rubyconf-2008-in-orlando-fl-the-nerds-were-there/comment-page-1/#comment-507</link>
		<dc:creator>Basti</dc:creator>
		<pubDate>Tue, 29 Jun 2010 16:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=54#comment-507</guid>
		<description>Oh, so 'dan' was your 'host' in 2007. I get it, I get it!</description>
		<content:encoded><![CDATA[<p>Oh, so &#8216;dan&#8217; was your &#8216;host&#8217; in 2007. I get it, I get it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Cells View Inheritance to clean up your views by Tomasz</title>
		<link>http://apotomo.de/2010/04/using-cells-view-inheritance-to-clean-up-your-views/comment-page-1/#comment-498</link>
		<dc:creator>Tomasz</dc:creator>
		<pubDate>Fri, 14 May 2010 09:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=635#comment-498</guid>
		<description>Cells are great and helpful! Just fits right in big projects. Well, I'm strongly using everywhere,  whenever it can simplify reusing of codes, and actually I'm any more seeing partials. Now I'm porting my cms project to Rails 3 and waiting for Cells release. Keep doing great work.</description>
		<content:encoded><![CDATA[<p>Cells are great and helpful! Just fits right in big projects. Well, I&#8217;m strongly using everywhere,  whenever it can simplify reusing of codes, and actually I&#8217;m any more seeing partials. Now I&#8217;m porting my cms project to Rails 3 and waiting for Cells release. Keep doing great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a Rails Helper predictable by Johan Hernandez</title>
		<link>http://apotomo.de/2010/04/making-a-rails-helper-predictable/comment-page-1/#comment-486</link>
		<dc:creator>Johan Hernandez</dc:creator>
		<pubDate>Thu, 29 Apr 2010 18:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=527#comment-486</guid>
		<description>Interesting approach, thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Interesting approach, thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActiveHelper 0.1.0 released by nick</title>
		<link>http://apotomo.de/2010/03/activehelper-010-released/comment-page-1/#comment-395</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Wed, 31 Mar 2010 17:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=501#comment-395</guid>
		<description>yo trans,
thanks for your post!

1) what about some
  provides public_instance_methods
or
  provides :public_methods =&gt; true
or so? i enjoy being explicit.

2) yeah i know, you're definitly right. i wanted to relate it to ActiveSupport, which is pretty useful and completely rails independent. you using rails? :-D

3) link to the repository is at the top, i'll add another one in a second.

thanks again,
nick</description>
		<content:encoded><![CDATA[<p>yo trans,<br />
thanks for your post!</p>
<p>1) what about some<br />
  provides public_instance_methods<br />
or<br />
  provides :public_methods => true<br />
or so? i enjoy being explicit.</p>
<p>2) yeah i know, you&#8217;re definitly right. i wanted to relate it to ActiveSupport, which is pretty useful and completely rails independent. you using rails? <img src='http://apotomo.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>3) link to the repository is at the top, i&#8217;ll add another one in a second.</p>
<p>thanks again,<br />
nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What about pagination? (Part 2) by nick</title>
		<link>http://apotomo.de/2010/03/what-about-pagination-part-2/comment-page-1/#comment-394</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Wed, 31 Mar 2010 17:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=467#comment-394</guid>
		<description>hey svoop!
wait for the next lesson, promised! ;-)
thanks for your question!!!</description>
		<content:encoded><![CDATA[<p>hey svoop!<br />
wait for the next lesson, promised! <img src='http://apotomo.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
thanks for your question!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What about pagination? (Part 2) by svoop</title>
		<link>http://apotomo.de/2010/03/what-about-pagination-part-2/comment-page-1/#comment-393</link>
		<dc:creator>svoop</dc:creator>
		<pubDate>Wed, 31 Mar 2010 10:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=467#comment-393</guid>
		<description>A peek at the source shows that link_to_event returns &#60;a href="#" onclick="new Ajax.Request(... Thinking of Rails 3, do you plan to make this unobtrusive in the future?</description>
		<content:encoded><![CDATA[<p>A peek at the source shows that link_to_event returns &lt;a href=&#8221;#&#8221; onclick=&#8221;new Ajax.Request(&#8230; Thinking of Rails 3, do you plan to make this unobtrusive in the future?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActiveHelper 0.1.0 released by trans</title>
		<link>http://apotomo.de/2010/03/activehelper-010-released/comment-page-1/#comment-388</link>
		<dc:creator>trans</dc:creator>
		<pubDate>Tue, 30 Mar 2010 21:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=501#comment-388</guid>
		<description>Very nice. I've wondered about something like this myself. Glad to see someone doing it.

Couple of thoughts: 1) Can public methods automatically be 'provides'? 2) naming the library ActiveHelpers pretty much shouts "RAILS", so despite being generally useful I am not sure you'll get a lot of traction outside Rails. Just a thought.

Lastly, a link to the source code/ repository would be great.</description>
		<content:encoded><![CDATA[<p>Very nice. I&#8217;ve wondered about something like this myself. Glad to see someone doing it.</p>
<p>Couple of thoughts: 1) Can public methods automatically be &#8216;provides&#8217;? 2) naming the library ActiveHelpers pretty much shouts &#8220;RAILS&#8221;, so despite being generally useful I am not sure you&#8217;ll get a lot of traction outside Rails. Just a thought.</p>
<p>Lastly, a link to the source code/ repository would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Onfire brings bubbling events to your Ruby objects 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>Comment on Your 12 Minutes of Apotomo - new weekly tutorial series launched! by Jim Hoskins</title>
		<link>http://apotomo.de/2010/03/your-12-minutes-of-apotomo-new-weekly-tutorial-series-launched/comment-page-1/#comment-384</link>
		<dc:creator>Jim Hoskins</dc:creator>
		<pubDate>Mon, 29 Mar 2010 17:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://apotomo.de/?p=408#comment-384</guid>
		<description>The "Next lesson!" button on this page links to the image itself, not the next lesson :D</description>
		<content:encoded><![CDATA[<p>The &#8220;Next lesson!&#8221; button on this page links to the image itself, not the next lesson <img src='http://apotomo.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Onfire brings bubbling events to your Ruby objects 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>
</channel>
</rss>
