<?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: Rails makes you think you can</title>
	<atom:link href="http://avnetlabs.com/rails/rails-makes-you-think-you-can/feed" rel="self" type="application/rss+xml" />
	<link>http://avnetlabs.com/rails/rails-makes-you-think-you-can</link>
	<description>Accessible web development</description>
	<lastBuildDate>Wed, 06 Jan 2010 00:33:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Q-efx</title>
		<link>http://avnetlabs.com/rails/rails-makes-you-think-you-can/comment-page-1#comment-637</link>
		<dc:creator>Q-efx</dc:creator>
		<pubDate>Sun, 14 Jun 2009 09:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/rails/rails-makes-you-think-you-can#comment-637</guid>
		<description>I tried zf one or two years ago. And it was shit imho. Slow, complex, few tutorials. Then I tried ror. I coded with it for one year. The biggest problem for me was not really the &quot;performance&quot;, the biggest annoying thing was: The code tests. If you start the tests. You could out and drink a cup of coffee. Too slow for me ;-)

Then I tried CI. It was nice. All you need. But extending but was a bit of hazzle. ( Same problem as ror ) 

The I found Yii. It is so far the best framework I could find out there. It is fast, easy, close to ror. But not too close. And most important thing: Easy to extend. I wrote some extensions in it. In just a few minutes. ( After using it just a few weeks ) Another thing which is cool: It uses lazy loading everywhere! So unused components, extensions, models and so on are not loeded until they are needed.

A funny thing is: RoR is so easy, and has such a clean structure on classes and &quot;how you do things&quot;. That I sometimes still think in this &quot;RoR&quot; way, how to do things :)

www.yiiframework.com</description>
		<content:encoded><![CDATA[<p>I tried zf one or two years ago. And it was shit imho. Slow, complex, few tutorials. Then I tried ror. I coded with it for one year. The biggest problem for me was not really the &#8220;performance&#8221;, the biggest annoying thing was: The code tests. If you start the tests. You could out and drink a cup of coffee. Too slow for me <img src='http://avnetlabs.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Then I tried CI. It was nice. All you need. But extending but was a bit of hazzle. ( Same problem as ror ) </p>
<p>The I found Yii. It is so far the best framework I could find out there. It is fast, easy, close to ror. But not too close. And most important thing: Easy to extend. I wrote some extensions in it. In just a few minutes. ( After using it just a few weeks ) Another thing which is cool: It uses lazy loading everywhere! So unused components, extensions, models and so on are not loeded until they are needed.</p>
<p>A funny thing is: RoR is so easy, and has such a clean structure on classes and &#8220;how you do things&#8221;. That I sometimes still think in this &#8220;RoR&#8221; way, how to do things <img src='http://avnetlabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.yiiframework.com" rel="nofollow">http://www.yiiframework.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francisco lopes</title>
		<link>http://avnetlabs.com/rails/rails-makes-you-think-you-can/comment-page-1#comment-473</link>
		<dc:creator>francisco lopes</dc:creator>
		<pubDate>Sun, 03 May 2009 07:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/rails/rails-makes-you-think-you-can#comment-473</guid>
		<description>hello,

i found your blog while searching for two step views with codeigniter and, while i was reading another post of yours (&quot;zend framework - my three month review&quot;) i noticed you too don&#039;t like to do your validations on the controller. i wonder what work around on codeigniter you did to move your validations to the model?

would it be possible for you to share with us?

thanks and nice blog. :)</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>i found your blog while searching for two step views with codeigniter and, while i was reading another post of yours (&#8220;zend framework &#8211; my three month review&#8221;) i noticed you too don&#8217;t like to do your validations on the controller. i wonder what work around on codeigniter you did to move your validations to the model?</p>
<p>would it be possible for you to share with us?</p>
<p>thanks and nice blog. <img src='http://avnetlabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baphled</title>
		<link>http://avnetlabs.com/rails/rails-makes-you-think-you-can/comment-page-1#comment-356</link>
		<dc:creator>baphled</dc:creator>
		<pubDate>Tue, 28 Apr 2009 16:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/rails/rails-makes-you-think-you-can#comment-356</guid>
		<description>Nice post m8, I tend to agree with you here, after playing around with Rails for a while I found it very easy to pick up but a pain to use for my own projects, i.e. projects with no DB&#039;s

Though I spent a bit of time cursing ZF, i&#039;ve come to appreciate it a lot more over time, especially when working on personal projects. ZF&#039;s still has a long way to go but they seem to be on track in general.

IMO if you want to throw a basic system together, which has the generic functionality (DB,Auth, etc) i&#039;d use Rails, if you need to fully customise the system (multi-tier, no DB, etc) ZF is a lot more flexible in this regard.

I&#039;d love to create a decent Rails app one day, I just can&#039;t justify doing so atm, ZF seems to deal with my requirements pretty damn nicely.</description>
		<content:encoded><![CDATA[<p>Nice post m8, I tend to agree with you here, after playing around with Rails for a while I found it very easy to pick up but a pain to use for my own projects, i.e. projects with no DB&#8217;s</p>
<p>Though I spent a bit of time cursing ZF, i&#8217;ve come to appreciate it a lot more over time, especially when working on personal projects. ZF&#8217;s still has a long way to go but they seem to be on track in general.</p>
<p>IMO if you want to throw a basic system together, which has the generic functionality (DB,Auth, etc) i&#8217;d use Rails, if you need to fully customise the system (multi-tier, no DB, etc) ZF is a lot more flexible in this regard.</p>
<p>I&#8217;d love to create a decent Rails app one day, I just can&#8217;t justify doing so atm, ZF seems to deal with my requirements pretty damn nicely.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.354 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-01-07 17:22:40 -->
