<?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: REST on Rails指南5: respond_to</title>
	<atom:link href="http://www.letrails.cn/archives/11/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.letrails.cn/archives/11/</link>
	<description></description>
	<lastBuildDate>Mon, 02 Jan 2012 01:59:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Ruby on Rails 初學入門(4) - Scaffold 的程式說明(MVC) &#124; TechNow.com.hk</title>
		<link>http://www.letrails.cn/archives/11/comment-page-1/#comment-327</link>
		<dc:creator>Ruby on Rails 初學入門(4) - Scaffold 的程式說明(MVC) &#124; TechNow.com.hk</dc:creator>
		<pubDate>Wed, 12 Nov 2008 10:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/11#comment-327</guid>
		<description>[...] 的 Accept-Type&#8221;, 若不用 respond_to 的話, 程式得要改寫成下述:(參考: REST on Rails指南5: respond_to) def index(client_format) @posts = [...]</description>
		<content:encoded><![CDATA[<p>[...] 的 Accept-Type&#8221;, 若不用 respond_to 的話, 程式得要改寫成下述:(參考: REST on Rails指南5: respond_to) def index(client_format) @posts = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blackanger</title>
		<link>http://www.letrails.cn/archives/11/comment-page-1/#comment-252</link>
		<dc:creator>blackanger</dc:creator>
		<pubDate>Wed, 19 Mar 2008 02:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/11#comment-252</guid>
		<description>破6诞生就诞生吧，Ruby的出现并不是要取代什么。OK ？</description>
		<content:encoded><![CDATA[<p>破6诞生就诞生吧，Ruby的出现并不是要取代什么。OK ？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zbb88</title>
		<link>http://www.letrails.cn/archives/11/comment-page-1/#comment-47</link>
		<dc:creator>zbb88</dc:creator>
		<pubDate>Thu, 23 Aug 2007 13:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/11#comment-47</guid>
		<description>坚持在PERL战线的原因有以下几点..
1. Perl CPAN上的编程资源太好, 太强大了..丢不下呀 :-) 
2. 我要做的不只是网站, 其实是个WEB应用程序, 涉及很多方面包括XML,文字处理, LINUX编程等等, 这些都是PERL的强项.
3. 虽然RUBY和PYTHON都是以取代PERL为目标, 但那是指PERL 5..  PERL 6就快诞生了~~~</description>
		<content:encoded><![CDATA[<p>坚持在PERL战线的原因有以下几点..<br />
1. Perl CPAN上的编程资源太好, 太强大了..丢不下呀 <img src='http://www.letrails.cn/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
2. 我要做的不只是网站, 其实是个WEB应用程序, 涉及很多方面包括XML,文字处理, LINUX编程等等, 这些都是PERL的强项.<br />
3. 虽然RUBY和PYTHON都是以取代PERL为目标, 但那是指PERL 5..  PERL 6就快诞生了~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.letrails.cn/archives/11/comment-page-1/#comment-37</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 17 Jul 2007 01:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/11#comment-37</guid>
		<description>呵呵，对PERL不是很熟悉，不过还是建议你试试Ruby，因为Ruby最初的目的就是要取代PERL，只不过一直不太引人注目，直到后来出了Rails才火起来，它本来的目的反倒被淡化了。

所以我觉得RoR肯定要胜过PERL+CATALYST的。</description>
		<content:encoded><![CDATA[<p>呵呵，对PERL不是很熟悉，不过还是建议你试试Ruby，因为Ruby最初的目的就是要取代PERL，只不过一直不太引人注目，直到后来出了Rails才火起来，它本来的目的反倒被淡化了。</p>
<p>所以我觉得RoR肯定要胜过PERL+CATALYST的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zbb88</title>
		<link>http://www.letrails.cn/archives/11/comment-page-1/#comment-36</link>
		<dc:creator>zbb88</dc:creator>
		<pubDate>Mon, 16 Jul 2007 16:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/11#comment-36</guid>
		<description>好文章, 我准备在马上要做的毕业设计中使用REST模式.
因为我想大量使用AJAX, 而REST架构风格刚好与之相配.
我用的是PERL+CATALYST(一个类似RUBY ON RAILS的MVC框架), 关于这方面的资料很少, 是个问题..</description>
		<content:encoded><![CDATA[<p>好文章, 我准备在马上要做的毕业设计中使用REST模式.<br />
因为我想大量使用AJAX, 而REST架构风格刚好与之相配.<br />
我用的是PERL+CATALYST(一个类似RUBY ON RAILS的MVC框架), 关于这方面的资料很少, 是个问题..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

