<?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: Four Ways Ruby on Rails Can Help You</title>
	<atom:link href="http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/</link>
	<description></description>
	<lastBuildDate>Sun, 20 May 2012 16:23:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Miraç</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-93817</link>
		<dc:creator>Miraç</dc:creator>
		<pubDate>Mon, 07 Mar 2011 19:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-93817</guid>
		<description>Hi;
Thanks for the post.
I don&#039;t use Ruby as the primary language.
Because few job opportunities in Turkey.
Do you have job opportunities for the United States and Japan?</description>
		<content:encoded><![CDATA[<p>Hi;<br />
Thanks for the post.<br />
I don&#8217;t use Ruby as the primary language.<br />
Because few job opportunities in Turkey.<br />
Do you have job opportunities for the United States and Japan?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aarthi Raj</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-93102</link>
		<dc:creator>Aarthi Raj</dc:creator>
		<pubDate>Mon, 28 Feb 2011 14:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-93102</guid>
		<description>Wow... this simply,clearly explains y one should use ruby on rails....</description>
		<content:encoded><![CDATA[<p>Wow&#8230; this simply,clearly explains y one should use ruby on rails&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-56634</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Tue, 19 Jan 2010 09:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-56634</guid>
		<description>Hi,

You have written a good article and have done some good research.

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You have written a good article and have done some good research.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-55493</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Sat, 02 Jan 2010 10:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-55493</guid>
		<description>There&#039;s no doubt that RoR is a great way to go, but depending on your needs PHP still might be a good solution.  We&#039;ve done a few awesome projects with RoR and prefer the view convention over anything else.  Nice post BTW!</description>
		<content:encoded><![CDATA[<p>There&#8217;s no doubt that RoR is a great way to go, but depending on your needs PHP still might be a good solution.  We&#8217;ve done a few awesome projects with RoR and prefer the view convention over anything else.  Nice post BTW!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-51706</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 18 Nov 2009 18:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-51706</guid>
		<description>I work in RoR as a designer and prefer it over many other options.  I&#039;ve worked in PHP but mostly with systems like WordPress, Drupal, Joomla, etc.  I love the views convention and find any erb snippets of code really easy to work with and to understand.  I think the separation of code is totally fine.  

Do the people barking at RoR and trying to bury it know it as well as they know their PHP or other languages?  How can you make a fair assessment without comparing equal knowledge? 

As far as the comment on keeping on the cutting edge, I agree with Eric J. Gruber, welcome to web 2.0.  The next generation of the web and the current economy requires more intelligent developers and designers.  You need multiple weapons in your arsenal.</description>
		<content:encoded><![CDATA[<p>I work in RoR as a designer and prefer it over many other options.  I&#8217;ve worked in PHP but mostly with systems like WordPress, Drupal, Joomla, etc.  I love the views convention and find any erb snippets of code really easy to work with and to understand.  I think the separation of code is totally fine.  </p>
<p>Do the people barking at RoR and trying to bury it know it as well as they know their PHP or other languages?  How can you make a fair assessment without comparing equal knowledge? </p>
<p>As far as the comment on keeping on the cutting edge, I agree with Eric J. Gruber, welcome to web 2.0.  The next generation of the web and the current economy requires more intelligent developers and designers.  You need multiple weapons in your arsenal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-44946</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 26 Aug 2009 21:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-44946</guid>
		<description>Phil,

ERBs do no promote clean code. Take a look at Apache Wicket for an example of a Java based MVC framework that does not allow the mixing of markup and code. In Wicket you have clean html files and you have java code in java classes manipulating elements in the htlm.

There are many things I like about ror. I only wish it would provide for the separation of markup and code as does Wicket.

Many one day it will and then I will give it another look-over.</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>ERBs do no promote clean code. Take a look at Apache Wicket for an example of a Java based MVC framework that does not allow the mixing of markup and code. In Wicket you have clean html files and you have java code in java classes manipulating elements in the htlm.</p>
<p>There are many things I like about ror. I only wish it would provide for the separation of markup and code as does Wicket.</p>
<p>Many one day it will and then I will give it another look-over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-44887</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 26 Aug 2009 11:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-44887</guid>
		<description>ROR would be close to perfect if it provided an alternative to erb files which mix markup and code and allowed for a separation of concerns - markup only html files.</description>
		<content:encoded><![CDATA[<p>ROR would be close to perfect if it provided an alternative to erb files which mix markup and code and allowed for a separation of concerns &#8211; markup only html files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-38270</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 03 Jun 2009 08:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-38270</guid>
		<description>@DemoGeek - Yeah, Phusion Passenger (www.modrails.com) check it out!</description>
		<content:encoded><![CDATA[<p>@DemoGeek &#8211; Yeah, Phusion Passenger (www.modrails.com) check it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DemoGeek</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-37851</link>
		<dc:creator>DemoGeek</dc:creator>
		<pubDate>Fri, 29 May 2009 19:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-37851</guid>
		<description>I&#039;ve tried twice to dwell into RoR with determination but ended up backing out given the deployment overheads. Are there any easy deployment solutions to a RoR app other than Capistrano?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried twice to dwell into RoR with determination but ended up backing out given the deployment overheads. Are there any easy deployment solutions to a RoR app other than Capistrano?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://sixrevisions.com/web-development/four-ways-ruby-on-rails-can-help-you/#comment-37261</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 23 May 2009 20:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=790#comment-37261</guid>
		<description>Php on Trax rocks the house for a php alt to Rails. It has many advanced features of rails built into it. Check it out.  http://www.phpontrax.com</description>
		<content:encoded><![CDATA[<p>Php on Trax rocks the house for a php alt to Rails. It has many advanced features of rails built into it. Check it out.  <a href="http://www.phpontrax.com" rel="nofollow">http://www.phpontrax.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

