<?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"
	>
<channel>
	<title>Comments on: Development Philosophy</title>
	<atom:link href="http://jaxn.org/article/2008/01/18/development-philosophy/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaxn.org/article/2008/01/18/development-philosophy/</link>
	<description>the philosophy of technology</description>
	<pubDate>Fri, 29 Aug 2008 06:31:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: BradW</title>
		<link>http://jaxn.org/article/2008/01/18/development-philosophy/#comment-33847</link>
		<dc:creator>BradW</dc:creator>
		<pubDate>Sat, 19 Jan 2008 20:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://jaxn.org/article/2008/01/18/development-philosophy/#comment-33847</guid>
		<description>Thanks for the props - and I couldn't agree more about the directions of ruby web frameworks!

Hope all is well bro.</description>
		<content:encoded><![CDATA[<p>Thanks for the props - and I couldn&#8217;t agree more about the directions of ruby web frameworks!</p>
<p>Hope all is well bro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://jaxn.org/article/2008/01/18/development-philosophy/#comment-33844</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sat, 19 Jan 2008 15:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://jaxn.org/article/2008/01/18/development-philosophy/#comment-33844</guid>
		<description>Hobo is another interesting project. It's built on top of rails and gives you a lot more than rails if you just want a simple project up and running quickly. Unfortunately, everything they use is very tightly coupled.

That's a shame because I think that Hobo's templating system, DRYML, is better than using erb and partials. DRYML lets you create your own tags and the templates you come up with look a lot like HTML. But the DRYML tags are actually ruby methods. So, if you have a good HTML developer, then you can let them create the face of your site with DRYML and you can keep working on the backend.

On the filpside, trying to create your own tags in rails is a pain in the ass. You have the option of creating a custom formbuilder, but what happens if you want tags from several different form builders? You can overwrite the default tags, or maybe use alias_method_chain, but then what is the purpose of creating your own custom formbuilder?

Anyway, that's some food for thought. I think Merb, Datamapper (w/ the validatable gem) and DRYML would be a killer combination. Routes and controllers from rails 2.0 could stay. Since they introduced namespaces the routing in rails has gotten much better.</description>
		<content:encoded><![CDATA[<p>Hobo is another interesting project. It&#8217;s built on top of rails and gives you a lot more than rails if you just want a simple project up and running quickly. Unfortunately, everything they use is very tightly coupled.</p>
<p>That&#8217;s a shame because I think that Hobo&#8217;s templating system, DRYML, is better than using erb and partials. DRYML lets you create your own tags and the templates you come up with look a lot like HTML. But the DRYML tags are actually ruby methods. So, if you have a good HTML developer, then you can let them create the face of your site with DRYML and you can keep working on the backend.</p>
<p>On the filpside, trying to create your own tags in rails is a pain in the ass. You have the option of creating a custom formbuilder, but what happens if you want tags from several different form builders? You can overwrite the default tags, or maybe use alias_method_chain, but then what is the purpose of creating your own custom formbuilder?</p>
<p>Anyway, that&#8217;s some food for thought. I think Merb, Datamapper (w/ the validatable gem) and DRYML would be a killer combination. Routes and controllers from rails 2.0 could stay. Since they introduced namespaces the routing in rails has gotten much better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Watson</title>
		<link>http://jaxn.org/article/2008/01/18/development-philosophy/#comment-33835</link>
		<dc:creator>Cory Watson</dc:creator>
		<pubDate>Sat, 19 Jan 2008 04:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://jaxn.org/article/2008/01/18/development-philosophy/#comment-33835</guid>
		<description>Catalyst ftw.</description>
		<content:encoded><![CDATA[<p>Catalyst ftw.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
