<?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: New DRYML &#8211; Part 1</title>
	<atom:link href="http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/</link>
	<description>Hobo - the web app builder for Rails</description>
	<lastBuildDate>Sat, 12 May 2012 20:31:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bronson</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-15283</link>
		<dc:creator>bronson</dc:creator>
		<pubDate>Thu, 15 Nov 2007 22:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-15283</guid>
		<description>&lt;p&gt;FWIW, append, prepend, before, and after have all gone away in 0.6.2+.  And it seems like merge&lt;em&gt;attrs, merge&lt;/em&gt;params, and merge all do pretty much the same thing now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>FWIW, append, prepend, before, and after have all gone away in 0.6.2+.  And it seems like merge<em>attrs, merge</em>params, and merge all do pretty much the same thing now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Fee</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-8594</link>
		<dc:creator>Thomas Fee</dc:creator>
		<pubDate>Sat, 04 Aug 2007 20:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-8594</guid>
		<description>&lt;p&gt;Can&#039;t wait to try it out, but I&#039;m a neophyte with this. After running script/plugin install svn://hobocentral.net/hobo/tags/rel_0.6-pre1, I didn&#039;t know what to do to &quot;hook it in&quot;. I tried script/generate hobo --add-routes, but just got a NoMethodError.&lt;/p&gt;

&lt;p&gt;Tom, can you provide a couple of hints?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can&#8217;t wait to try it out, but I&#8217;m a neophyte with this. After running script/plugin install svn://hobocentral.net/hobo/tags/rel_0.6-pre1, I didn&#8217;t know what to do to &#8220;hook it in&#8221;. I tried script/generate hobo &#8211;add-routes, but just got a NoMethodError.</p>
<p>Tom, can you provide a couple of hints?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Rackham</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-8391</link>
		<dc:creator>Stuart Rackham</dc:creator>
		<pubDate>Wed, 01 Aug 2007 20:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-8391</guid>
		<description>&lt;p&gt;Tom - you are right, I just needed to read merge_attrs as a verb not a noun.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tom &#8211; you are right, I just needed to read merge_attrs as a verb not a noun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-8364</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 01 Aug 2007 13:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-8364</guid>
		<description>&lt;p&gt;Finn - I&#039;d suggest sticking with the 0.5.3 syntax for now and waiting for the new stuff to stabilise - it&#039;s going to be a bit experimental for a while (like the whole of Hobo!)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Finn &#8211; I&#8217;d suggest sticking with the 0.5.3 syntax for now and waiting for the new stuff to stabilise &#8211; it&#8217;s going to be a bit experimental for a while (like the whole of Hobo!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-8363</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 01 Aug 2007 13:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-8363</guid>
		<description>&lt;p&gt;Stuart - the reason for having the word &#039;merge&#039; in there is that it kind of equivalent to something like (in Ruby):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;some_method({:foo =&gt; baa}.merge(my_options))
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I think &lt;code&gt;attrs&lt;/code&gt; by itself is a bit less clear. Especially given that you can use it without a RHS: &lt;code&gt;&lt;my_tag merge_attrs/&gt;&lt;/code&gt; which means &quot;merge any additional attributes passed to the tag I&#039;m defining&quot;. That&#039;s by far the most common usage. &lt;/p&gt;

&lt;p&gt;hachaboob - soon :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Stuart &#8211; the reason for having the word &#8216;merge&#8217; in there is that it kind of equivalent to something like (in Ruby):</p>
<pre><code>some_method({:foo =&gt; baa}.merge(my_options))
</code></pre>
<p>I think <code>attrs</code> by itself is a bit less clear. Especially given that you can use it without a RHS: <code>&lt;my_tag merge_attrs/&gt;</code> which means &#8220;merge any additional attributes passed to the tag I&#8217;m defining&#8221;. That&#8217;s by far the most common usage. </p>
<p>hachaboob &#8211; soon :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hachaboob</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-8275</link>
		<dc:creator>hachaboob</dc:creator>
		<pubDate>Tue, 31 Jul 2007 03:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-8275</guid>
		<description>&lt;p&gt;When will Rapid generate valid [new] DRYML tags?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When will Rapid generate valid [new] DRYML tags?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Rackham</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-8274</link>
		<dc:creator>Stuart Rackham</dc:creator>
		<pubDate>Tue, 31 Jul 2007 02:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-8274</guid>
		<description>&lt;p&gt;OK the, comment markup drops text in angle brackets, so without them should have read:&lt;/p&gt;

&lt;p&gt;... differentiates them from the def attrs ...&lt;/p&gt;

&lt;p&gt;Apologies for the confusion.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK the, comment markup drops text in angle brackets, so without them should have read:</p>
<p>&#8230; differentiates them from the def attrs &#8230;</p>
<p>Apologies for the confusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Rackham</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-8272</link>
		<dc:creator>Stuart Rackham</dc:creator>
		<pubDate>Tue, 31 Jul 2007 01:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-8272</guid>
		<description>&lt;p&gt;My previous comment should have read:&lt;/p&gt;

&lt;p&gt;... differentiates them from the  attrs ...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>My previous comment should have read:</p>
<p>&#8230; differentiates them from the  attrs &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Rackham</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-8260</link>
		<dc:creator>Stuart Rackham</dc:creator>
		<pubDate>Mon, 30 Jul 2007 20:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-8260</guid>
		<description>&lt;p&gt;Hi Tom, the templates are a hugely powerful simplification, I guess you had one of those eureka moments.&lt;/p&gt;

&lt;p&gt;Just one thing, is merge_attrs any clearer than xattrs? Why not just attrs? The context clearly differentiates them from the  attrs and they both do deal with the notion of setting attributes.&lt;/p&gt;

&lt;p&gt;Looking forward to Part 2.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Tom, the templates are a hugely powerful simplification, I guess you had one of those eureka moments.</p>
<p>Just one thing, is merge_attrs any clearer than xattrs? Why not just attrs? The context clearly differentiates them from the  attrs and they both do deal with the notion of setting attributes.</p>
<p>Looking forward to Part 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finn Higgins</title>
		<link>http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/comment-page-1/#comment-7855</link>
		<dc:creator>Finn Higgins</dc:creator>
		<pubDate>Sat, 21 Jul 2007 22:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/07/21/new-dryml-part-1/#comment-7855</guid>
		<description>&lt;p&gt;Looking very good, Tom.  Can&#039;t wait for part 2...&lt;/p&gt;

&lt;p&gt;I suppose the question on everybody&#039;s mind is when this is going to make it into a release proper?  I&#039;m building something on Hobo at the moment, so an approximate release date is going to affect my decision to pull down the preview and work to the new DRYML syntax or stick with 0.5.3 and migrate to the new syntax after launch...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looking very good, Tom.  Can&#8217;t wait for part 2&#8230;</p>
<p>I suppose the question on everybody&#8217;s mind is when this is going to make it into a release proper?  I&#8217;m building something on Hobo at the moment, so an approximate release date is going to affect my decision to pull down the preview and work to the new DRYML syntax or stick with 0.5.3 and migrate to the new syntax after launch&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

