<?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: Agile Web Development with Rails First Impressions</title>
	<atom:link href="http://jessewarden.com/2006/05/agile-web-development-with-rails-first-impressions.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jessewarden.com/2006/05/agile-web-development-with-rails-first-impressions.html</link>
	<description>A blog on software development, technology, games &#038; movies.</description>
	<pubDate>Wed, 09 Jul 2008 03:53:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Richard</title>
		<link>http://jessewarden.com/2006/05/agile-web-development-with-rails-first-impressions.html#comment-3478</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 09 May 2006 17:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1008#comment-3478</guid>
		<description>There is also another good framework called Django. For example, it creates the data tables and all the admin interfaces for those tables.
http://djangoproject.com

It seems that you can only use django on the server, so a mixed development enviroment with coldfusion and django would not work together.


</description>
		<content:encoded><![CDATA[<p>There is also another good framework called Django. For example, it creates the data tables and all the admin interfaces for those tables.<br />
<a href="http://djangoproject.com" rel="nofollow">http://djangoproject.com</a></p>
<p>It seems that you can only use django on the server, so a mixed development enviroment with coldfusion and django would not work together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2006/05/agile-web-development-with-rails-first-impressions.html#comment-3477</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Tue, 09 May 2006 16:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1008#comment-3477</guid>
		<description>All the examples of the book that I've read so far utilize variables and mixin functions, which is pretty clean when you consider the environment.  There ARE no sql statements, even in the Controller, so I certainly have some respect for ERb compared to other implementations.</description>
		<content:encoded><![CDATA[<p>All the examples of the book that I&#8217;ve read so far utilize variables and mixin functions, which is pretty clean when you consider the environment.  There ARE no sql statements, even in the Controller, so I certainly have some respect for ERb compared to other implementations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nola</title>
		<link>http://jessewarden.com/2006/05/agile-web-development-with-rails-first-impressions.html#comment-3476</link>
		<dc:creator>Nola</dc:creator>
		<pubDate>Tue, 09 May 2006 16:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1008#comment-3476</guid>
		<description>I would never write SQL in a ERB file. Anyone who does I think is breaking the M-V-C. I would run the sql in the controller and pass an array to the ERB file. Then in the ERB file, loop through the array and print.

It doesn't have to be messy...</description>
		<content:encoded><![CDATA[<p>I would never write SQL in a ERB file. Anyone who does I think is breaking the M-V-C. I would run the sql in the controller and pass an array to the ERB file. Then in the ERB file, loop through the array and print.</p>
<p>It doesn&#8217;t have to be messy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheElder</title>
		<link>http://jessewarden.com/2006/05/agile-web-development-with-rails-first-impressions.html#comment-3475</link>
		<dc:creator>TheElder</dc:creator>
		<pubDate>Tue, 09 May 2006 16:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1008#comment-3475</guid>
		<description>If you want to see more on Ruby Language check out:

http://poignantguide.net/ruby/ which is a pretty good resource.

Also there is a nice 'Try Ruby' site that's really cool as well at:

http://tryruby.hobix.com/</description>
		<content:encoded><![CDATA[<p>If you want to see more on Ruby Language check out:</p>
<p><a href="http://poignantguide.net/ruby/" rel="nofollow">http://poignantguide.net/ruby/</a> which is a pretty good resource.</p>
<p>Also there is a nice &#8216;Try Ruby&#8217; site that&#8217;s really cool as well at:</p>
<p><a href="http://tryruby.hobix.com/" rel="nofollow">http://tryruby.hobix.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
