<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>“Yinghai.Org” 的评论</title>
	<atom:link href="http://www.yinghai.org/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.yinghai.org</link>
	<description>泛舟沧海 立马昆仑</description>
	<lastBuildDate>Fri, 27 Aug 2010 03:33:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Jun Sha 关于 MacPorts迁移到homebrew 的评论</title>
		<link>http://www.yinghai.org/?p=481&#038;cpage=1#comment-39</link>
		<dc:creator>Jun Sha</dc:creator>
		<pubDate>Fri, 27 Aug 2010 03:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=481#comment-39</guid>
		<description>用了一段时间了，感觉很不错，安完以后真是没那么多额外的内容。升级也很方面，再次感谢你介绍这么好的资源</description>
		<content:encoded><![CDATA[<p>用了一段时间了，感觉很不错，安完以后真是没那么多额外的内容。升级也很方面，再次感谢你介绍这么好的资源</p>
]]></content:encoded>
	</item>
	<item>
		<title>JJ 关于 两年多 的评论</title>
		<link>http://www.yinghai.org/?p=390&#038;cpage=1#comment-38</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Fri, 18 Jun 2010 01:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=390#comment-38</guid>
		<description>祝老哥节日快乐！不过似乎也不是什么节日。。。
我要毕业了，做人妇，不过似乎还不知道做谁的。。。</description>
		<content:encoded><![CDATA[<p>祝老哥节日快乐！不过似乎也不是什么节日。。。<br />
我要毕业了，做人妇，不过似乎还不知道做谁的。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>cao li 关于 Zoom Zoom 的评论</title>
		<link>http://www.yinghai.org/?p=462&#038;cpage=1#comment-36</link>
		<dc:creator>cao li</dc:creator>
		<pubDate>Tue, 01 Jun 2010 21:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=462#comment-36</guid>
		<description>来了就该跺一脚∩ O(∩_∩)O</description>
		<content:encoded><![CDATA[<p>来了就该跺一脚∩ O(∩_∩)O</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jun Sha 关于 [原创]Rails中用AASM实现工作流与多步骤向导 的评论</title>
		<link>http://www.yinghai.org/?p=483&#038;cpage=1#comment-35</link>
		<dc:creator>Jun Sha</dc:creator>
		<pubDate>Mon, 31 May 2010 06:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=483#comment-35</guid>
		<description>嗨！感谢你介绍的这么详细还有示例，后来通过搜索也看到你在JavaEye里面写的文章了。第一时间就看到你写的这篇文章，只是最近才有时间开始研究。

通过学习例子，已经初步了解如何建立简单的流程。

只是在gem里已经安装AASM的情况下，Rails 3里面总是报错没有找到该gem，而且我也通过在项目夹下执行bundle install。

再继续研究下，感觉act as state machine还是挺有意思的 ：）</description>
		<content:encoded><![CDATA[<p>嗨！感谢你介绍的这么详细还有示例，后来通过搜索也看到你在JavaEye里面写的文章了。第一时间就看到你写的这篇文章，只是最近才有时间开始研究。</p>
<p>通过学习例子，已经初步了解如何建立简单的流程。</p>
<p>只是在gem里已经安装AASM的情况下，Rails 3里面总是报错没有找到该gem，而且我也通过在项目夹下执行bundle install。</p>
<p>再继续研究下，感觉act as state machine还是挺有意思的 ：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jun Sha 关于 MacPorts迁移到homebrew 的评论</title>
		<link>http://www.yinghai.org/?p=481&#038;cpage=1#comment-34</link>
		<dc:creator>Jun Sha</dc:creator>
		<pubDate>Tue, 04 May 2010 06:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=481#comment-34</guid>
		<description>看了你写的步骤和给出的参考地址，homebrew源代码用Ruby写的，而且很小巧，真不错。今晚按照你写的步骤试试看。

def select_pm(manager)
  puts &quot;#{manager} is fantastic that is make me happy!&quot;
end

select_pm(:homebrew)

多跟着Yinghai学习：）</description>
		<content:encoded><![CDATA[<p>看了你写的步骤和给出的参考地址，homebrew源代码用Ruby写的，而且很小巧，真不错。今晚按照你写的步骤试试看。</p>
<p>def select_pm(manager)<br />
  puts &#8220;#{manager} is fantastic that is make me happy!&#8221;<br />
end</p>
<p>select_pm(:homebrew)</p>
<p>多跟着Yinghai学习：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>yinghai 关于 Ruby 1.8.7 和1.9.1 Windows手动安装 的评论</title>
		<link>http://www.yinghai.org/?p=475&#038;cpage=1#comment-33</link>
		<dc:creator>yinghai</dc:creator>
		<pubDate>Sun, 02 May 2010 21:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=475#comment-33</guid>
		<description>嘿嘿，谢谢你的关注啊，我平时开发ror不经常用Windows，在公司有的时候没办法.</description>
		<content:encoded><![CDATA[<p>嘿嘿，谢谢你的关注啊，我平时开发ror不经常用Windows，在公司有的时候没办法.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jun Sha 关于 Ruby 1.8.7 和1.9.1 Windows手动安装 的评论</title>
		<link>http://www.yinghai.org/?p=475&#038;cpage=1#comment-32</link>
		<dc:creator>Jun Sha</dc:creator>
		<pubDate>Fri, 30 Apr 2010 15:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=475#comment-32</guid>
		<description>之前有试过，不过当时只是为了学习Ruby1.9的新特性，没有试过在win下ruby1.9安装rails3 beta。或者用cygwin安装ruby也是win下的一个选择。

Yinghai提到的ruby installer问题的确是那样的，win缺少lib，安装时会报错。所以，在win下最好就是手动安装再添加lib。

不过最近折腾不动了，ROR的配制确实是比较累的。真理就是：不选择最好的，只选择适合你的。

感谢Yinghai能够发布适合新手的ruby基础博文，记得以前自己在win下安装1.9.1 pre-view的时候总是报错，后来找了很久解决方案。</description>
		<content:encoded><![CDATA[<p>之前有试过，不过当时只是为了学习Ruby1.9的新特性，没有试过在win下ruby1.9安装rails3 beta。或者用cygwin安装ruby也是win下的一个选择。</p>
<p>Yinghai提到的ruby installer问题的确是那样的，win缺少lib，安装时会报错。所以，在win下最好就是手动安装再添加lib。</p>
<p>不过最近折腾不动了，ROR的配制确实是比较累的。真理就是：不选择最好的，只选择适合你的。</p>
<p>感谢Yinghai能够发布适合新手的ruby基础博文，记得以前自己在win下安装1.9.1 pre-view的时候总是报错，后来找了很久解决方案。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jun Sha 关于 203 Routing in Rails 3 的评论</title>
		<link>http://www.yinghai.org/?p=411&#038;cpage=1#comment-30</link>
		<dc:creator>Jun Sha</dc:creator>
		<pubDate>Thu, 15 Apr 2010 05:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=411#comment-30</guid>
		<description>：）感谢您给的建议！

在稳定的环境中集中精力编写程序，不折腾了，等release candidate后再说吧！

会关注您的博客以及您在cn.asciicasts.com发布的文章。

Sha Jun
Ruby.JSha@gmail.com</description>
		<content:encoded><![CDATA[<p>：）感谢您给的建议！</p>
<p>在稳定的环境中集中精力编写程序，不折腾了，等release candidate后再说吧！</p>
<p>会关注您的博客以及您在cn.asciicasts.com发布的文章。</p>
<p>Sha Jun<br />
<a href="mailto:Ruby.JSha@gmail.com">Ruby.JSha@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>yinghai 关于 203 Routing in Rails 3 的评论</title>
		<link>http://www.yinghai.org/?p=411&#038;cpage=1#comment-29</link>
		<dc:creator>yinghai</dc:creator>
		<pubDate>Thu, 15 Apr 2010 03:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=411#comment-29</guid>
		<description>我觉得，性能问题得等到出现的时候，根据具体情况找一个具体解决方案。
你给出的两个配置，我觉得在开发的机器上，性能区别可能不大。
部署的话，我还是倾向稍微稳定一些的，不然好多问题自己研究也挺耗时间的。</description>
		<content:encoded><![CDATA[<p>我觉得，性能问题得等到出现的时候，根据具体情况找一个具体解决方案。<br />
你给出的两个配置，我觉得在开发的机器上，性能区别可能不大。<br />
部署的话，我还是倾向稍微稳定一些的，不然好多问题自己研究也挺耗时间的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jun Sha 关于 203 Routing in Rails 3 的评论</title>
		<link>http://www.yinghai.org/?p=411&#038;cpage=1#comment-28</link>
		<dc:creator>Jun Sha</dc:creator>
		<pubDate>Thu, 15 Apr 2010 01:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=411#comment-28</guid>
		<description>您好，感谢您能给我回复：）

正在按照cn.asciicasts.com里的Rails新特性在学习，收获很多。
只是，我有时候总是纠结于Rails,Ruby,Server,Database... ...的版本升级或搭配，而没能将精力全部集中在编写核心程序上。
昨天晚上(北京时间)，我还升级到了最新的Rails Third beta。

安装了RVM，安装了一个稳定版本的Ruby和另一个版本Ruby-1.9.2-head，基于后一个Ruby版本安装Rails 3 来学习新的特性。

1. Ruby-1.8.7 + Rails-3 + Postgresql + Passenger-Nginx
2. Ruby-1.9.2-head + Rails-3 + Postgresql + Passenger-Nginx

-- “您对于在搭配方面有什么建议么？”

（我似乎又纠结于性能了，而没能集中精力编程）

-- “像我这样的症状（没能集中精力编程）有解么？”

感谢您的帮助！
Sha Jun</description>
		<content:encoded><![CDATA[<p>您好，感谢您能给我回复：）</p>
<p>正在按照cn.asciicasts.com里的Rails新特性在学习，收获很多。<br />
只是，我有时候总是纠结于Rails,Ruby,Server,Database&#8230; &#8230;的版本升级或搭配，而没能将精力全部集中在编写核心程序上。<br />
昨天晚上(北京时间)，我还升级到了最新的Rails Third beta。</p>
<p>安装了RVM，安装了一个稳定版本的Ruby和另一个版本Ruby-1.9.2-head，基于后一个Ruby版本安装Rails 3 来学习新的特性。</p>
<p>1. Ruby-1.8.7 + Rails-3 + Postgresql + Passenger-Nginx<br />
2. Ruby-1.9.2-head + Rails-3 + Postgresql + Passenger-Nginx</p>
<p>&#8211; “您对于在搭配方面有什么建议么？”</p>
<p>（我似乎又纠结于性能了，而没能集中精力编程）</p>
<p>&#8211; “像我这样的症状（没能集中精力编程）有解么？”</p>
<p>感谢您的帮助！<br />
Sha Jun</p>
]]></content:encoded>
	</item>
	<item>
		<title>yinghai 关于 203 Routing in Rails 3 的评论</title>
		<link>http://www.yinghai.org/?p=411&#038;cpage=1#comment-27</link>
		<dc:creator>yinghai</dc:creator>
		<pubDate>Tue, 13 Apr 2010 20:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=411#comment-27</guid>
		<description>很多已经翻译了,中文的文章在这里http://cn.asciicasts.com/episodes, 你有特别想要了解的么,关于Rails 3的,或者其他的,可以给我说</description>
		<content:encoded><![CDATA[<p>很多已经翻译了,中文的文章在这里http://cn.asciicasts.com/episodes, 你有特别想要了解的么,关于Rails 3的,或者其他的,可以给我说</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jun Sha 关于 203 Routing in Rails 3 的评论</title>
		<link>http://www.yinghai.org/?p=411&#038;cpage=1#comment-26</link>
		<dc:creator>Jun Sha</dc:creator>
		<pubDate>Tue, 13 Apr 2010 15:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=411#comment-26</guid>
		<description>I hope you will write more articles better.</description>
		<content:encoded><![CDATA[<p>I hope you will write more articles better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jun Sha 关于 Zoom Zoom 的评论</title>
		<link>http://www.yinghai.org/?p=462&#038;cpage=1#comment-25</link>
		<dc:creator>Jun Sha</dc:creator>
		<pubDate>Mon, 12 Apr 2010 01:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=462#comment-25</guid>
		<description>找到组织了，拜读了你翻译的Railscasts有关Rails 3 的内容，对我来说这些很有用，感谢您无私的辛勤劳动。

Jun Sha</description>
		<content:encoded><![CDATA[<p>找到组织了，拜读了你翻译的Railscasts有关Rails 3 的内容，对我来说这些很有用，感谢您无私的辛勤劳动。</p>
<p>Jun Sha</p>
]]></content:encoded>
	</item>
	<item>
		<title>yinghai 关于 Zoom Zoom 的评论</title>
		<link>http://www.yinghai.org/?p=462&#038;cpage=1#comment-24</link>
		<dc:creator>yinghai</dc:creator>
		<pubDate>Wed, 31 Mar 2010 15:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=462#comment-24</guid>
		<description>你这个到处占地方的土匪</description>
		<content:encoded><![CDATA[<p>你这个到处占地方的土匪</p>
]]></content:encoded>
	</item>
	<item>
		<title>Minnie 关于 Zoom Zoom 的评论</title>
		<link>http://www.yinghai.org/?p=462&#038;cpage=1#comment-23</link>
		<dc:creator>Minnie</dc:creator>
		<pubDate>Tue, 30 Mar 2010 00:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=462#comment-23</guid>
		<description>我是来占地方滴～～～浪里个浪～～～</description>
		<content:encoded><![CDATA[<p>我是来占地方滴～～～浪里个浪～～～</p>
]]></content:encoded>
	</item>
	<item>
		<title>浪之痕 关于 两年多 的评论</title>
		<link>http://www.yinghai.org/?p=390&#038;cpage=1#comment-21</link>
		<dc:creator>浪之痕</dc:creator>
		<pubDate>Mon, 21 Sep 2009 00:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=390#comment-21</guid>
		<description>路过就来踩一下，不知还记得偶否~
提示一下 一起被老师罚在早上拔草的~~呵呵</description>
		<content:encoded><![CDATA[<p>路过就来踩一下，不知还记得偶否~<br />
提示一下 一起被老师罚在早上拔草的~~呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>DJ 关于 两年多 的评论</title>
		<link>http://www.yinghai.org/?p=390&#038;cpage=1#comment-20</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=390#comment-20</guid>
		<description>欢迎早日加入人父的行列  哈哈哈 。。。。</description>
		<content:encoded><![CDATA[<p>欢迎早日加入人父的行列  哈哈哈 。。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ppfrog 关于 两年多 的评论</title>
		<link>http://www.yinghai.org/?p=390&#038;cpage=1#comment-19</link>
		<dc:creator>ppfrog</dc:creator>
		<pubDate>Sat, 22 Aug 2009 02:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=390#comment-19</guid>
		<description>顶一下,人夫加油</description>
		<content:encoded><![CDATA[<p>顶一下,人夫加油</p>
]]></content:encoded>
	</item>
	<item>
		<title>雯小雯 关于 两年多 的评论</title>
		<link>http://www.yinghai.org/?p=390&#038;cpage=1#comment-18</link>
		<dc:creator>雯小雯</dc:creator>
		<pubDate>Mon, 17 Aug 2009 06:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=390#comment-18</guid>
		<description>争取再过两年为人父。</description>
		<content:encoded><![CDATA[<p>争取再过两年为人父。</p>
]]></content:encoded>
	</item>
	<item>
		<title>yinghai 关于 两年多 的评论</title>
		<link>http://www.yinghai.org/?p=390&#038;cpage=1#comment-17</link>
		<dc:creator>yinghai</dc:creator>
		<pubDate>Sat, 15 Aug 2009 03:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.yinghai.org/?p=390#comment-17</guid>
		<description>谷子一屋子，金子一袋子</description>
		<content:encoded><![CDATA[<p>谷子一屋子，金子一袋子</p>
]]></content:encoded>
	</item>
</channel>
</rss>
