<?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: running on rails</title>
	<atom:link href="http://blog.smr.co.in/programming/running-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smr.co.in/programming/running-on-rails/</link>
	<description>i.feel.good</description>
	<pubDate>Fri, 30 Jul 2010 05:01:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: kopos</title>
		<link>http://blog.smr.co.in/programming/running-on-rails/#comment-1438</link>
		<dc:creator>kopos</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smr.co.in/cgi-bin/i.cgi/blogs/work/1146696908.html#comment-1438</guid>
		<description>welcome&lt;br/&gt;another ror fan. nice. truly to do agile dev, nothing beats it. but imo, ror is great as long as you do simple crud operations. but once you plan to do larger implementations, with lots of business logic &#038; other operations, its not so easy; the curve gets increasingly steep; just like any existing mvc archs.&lt;br&gt;&lt;br&gt;and tell me is it truly 3 tier? can the model and controller exist on separate machines?</description>
		<content:encoded><![CDATA[<p>welcome<br />another ror fan. nice. truly to do agile dev, nothing beats it. but imo, ror is great as long as you do simple crud operations. but once you plan to do larger implementations, with lots of business logic &#038; other operations, its not so easy; the curve gets increasingly steep; just like any existing mvc archs.</p>
<p>and tell me is it truly 3 tier? can the model and controller exist on separate machines?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pramodh</title>
		<link>http://blog.smr.co.in/programming/running-on-rails/#comment-1439</link>
		<dc:creator>Pramodh</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smr.co.in/cgi-bin/i.cgi/blogs/work/1146696908.html#comment-1439</guid>
		<description>send the code to me..&lt;br/&gt;I want to contribute &#038; learn.. .&lt;br&gt;&lt;br&gt;can you send it to &#112;&#114;&#97;&#109;&#111;&#100;&#104;&#64;&#115;&#116;&#117;&#100;&#101;&#110;&#116;&#115;&#46;&#105;&#105;&#105;&#116;&#46;&#110;&#101;&#116;&lt;br&gt;&lt;br&gt;Pramodh</description>
		<content:encoded><![CDATA[<p>send the code to me..<br />I want to contribute &#038; learn.. .</p>
<p>can you send it to &#112;&#114;&#97;&#109;&#111;&#100;&#104;&#64;&#115;&#116;&#117;&#100;&#101;&#110;&#116;&#115;&#46;&#105;&#105;&#105;&#116;&#46;&#110;&#101;&#116;</p>
<p>Pramodh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smr</title>
		<link>http://blog.smr.co.in/programming/running-on-rails/#comment-1440</link>
		<dc:creator>smr</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smr.co.in/cgi-bin/i.cgi/blogs/work/1146696908.html#comment-1440</guid>
		<description>Re:&lt;br/&gt;@kopos&lt;br&gt;yeah... the curve is not linear. it cant be.&lt;br&gt;&lt;br&gt;ummm... model and controller can run on different machinces.. but controller will need the db definitions, which makes it pseudo 3 tier.</description>
		<content:encoded><![CDATA[<p>Re:<br />@kopos<br />yeah&#8230; the curve is not linear. it cant be.</p>
<p>ummm&#8230; model and controller can run on different machinces.. but controller will need the db definitions, which makes it pseudo 3 tier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kopos</title>
		<link>http://blog.smr.co.in/programming/running-on-rails/#comment-1441</link>
		<dc:creator>kopos</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smr.co.in/cgi-bin/i.cgi/blogs/work/1146696908.html#comment-1441</guid>
		<description>hmmm...&lt;br/&gt;hmmm... why would the controller need the db definitions? all it needs is to decrypt the action from the view and send it to in a model understandable message to the model. all it needs to be is a glue. so the level of glue is debatable; it can be a layer or can know very much about the view and model too.&lt;br&gt;&lt;br&gt;not exactly if i were to put in some business logic i would definitely use a sql package to care of that aspect wont it?</description>
		<content:encoded><![CDATA[<p>hmmm&#8230;<br />hmmm&#8230; why would the controller need the db definitions? all it needs is to decrypt the action from the view and send it to in a model understandable message to the model. all it needs to be is a glue. so the level of glue is debatable; it can be a layer or can know very much about the view and model too.</p>
<p>not exactly if i were to put in some business logic i would definitely use a sql package to care of that aspect wont it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
