<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/xslt/rss2.xsl" media="screen"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Latest replies to 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版</title>
		<link>http://chinaonrails.com/topic/view/1851.html</link>
		<description>截至 2010-3-16 6:42:32 CST ，主题 [ &lt;a href="http://chinaonrails.com/topic/view/1851.html" target="_blank"&gt;参与写的“莲花宝典”即将出笼：Web开发大全：ROR版&lt;/a&gt; ] 共收到来自 18 名会员的 45 篇回复。</description>
		<category>Books</category>
		<language>zh_cn</language>
		<item>
			<title>#45 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by darkhucx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p9723</link>
			<dc:creator>darkhucx</dc:creator>
			<author>darkhucx</author>
			<enclosure url="http://chinaonrails.com/img/p/573.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/573_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/573_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			个人感觉初学看Ruby for rails和Agile Web Development with Rails 3rd，其余的看官方的指南，升入研究的话再找些别的书看吧！
			</description>
			<pubDate>Wed, 08 Jul 2009 11:40:14 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p9723</guid>
		</item>
		<item>
			<title>#44 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by caiying</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7472</link>
			<dc:creator>caiying</dc:creator>
			<author>caiying</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			数据库中存有播放mp3路径，在读取数据库数据生成rss供mp3_player播放时，发现直接加上条件后可能根据条件播放显示对应的歌曲，代码简要如下： &lt;br /&gt;
def mp3 &lt;br /&gt;
    @file = "http://localhost:3000/media/feed" &lt;br /&gt;
  end &lt;br /&gt;
  &lt;br /&gt;
  def feed &lt;br /&gt;
    @sql = "select * from articles where id = 1" &lt;br /&gt;
    @articles = Article.find_by_sql(@sql)  &lt;br /&gt;
  end &lt;br /&gt;
但如果我传入参数进行有选择的读取数据库mp3路径，生成rss供mp3_player播放时，就无法播放了。代码如下 &lt;br /&gt;
  def mp3 &lt;br /&gt;
    @file = "http://localhost:3000/media/feed" &lt;br /&gt;
  end &lt;br /&gt;
  &lt;br /&gt;
  def feed &lt;br /&gt;
    @id = 1 &lt;br /&gt;
    @sql = "select * from articles where id = " + @id &lt;br /&gt;
    @articles = Article.find_by_sql(@sql)  &lt;br /&gt;
  end &lt;br /&gt;
生成的rss是一样的，但不知道为什么传入参数的就播放不起来
			</description>
			<pubDate>Tue, 02 Dec 2008 08:37:10 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7472</guid>
		</item>
		<item>
			<title>#43 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7332</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			这里讨论是书，换个话题，把你的问题详细列出来吧
			</description>
			<pubDate>Wed, 19 Nov 2008 13:52:57 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7332</guid>
		</item>
		<item>
			<title>#42 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by caiying</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7331</link>
			<dc:creator>caiying</dc:creator>
			<author>caiying</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			解决问题。不过问一下老师有没有针对播放这个技术ROR开发的一些资料
			</description>
			<pubDate>Wed, 19 Nov 2008 13:40:30 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7331</guid>
		</item>
		<item>
			<title>#41 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7330</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			上面写的没看懂的话，我觉得我们单独讨论吧，发个联络方式到我的本站信箱
			</description>
			<pubDate>Wed, 19 Nov 2008 13:25:44 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7330</guid>
		</item>
		<item>
			<title>#40 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by caiying</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7329</link>
			<dc:creator>caiying</dc:creator>
			<author>caiying</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			如果是我手工下载了flashplayrhelpr，那应该如何放置这个文件，才能在dome_flashplayrhelpr这个项目中使用
			</description>
			<pubDate>Wed, 19 Nov 2008 13:21:12 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7329</guid>
		</item>
		<item>
			<title>#39 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7328</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			http://rubyforge.org/frs/?group_id=2739&amp;release_id=8782&lt;br /&gt;
&lt;br /&gt;
可直接下载&lt;br /&gt;
zip文件&lt;br /&gt;
&lt;br /&gt;
放到&lt;br /&gt;
vendor\plugins 文件夹下
			</description>
			<pubDate>Wed, 19 Nov 2008 13:07:42 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7328</guid>
		</item>
		<item>
			<title>#38 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by caiying</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7327</link>
			<dc:creator>caiying</dc:creator>
			<author>caiying</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			在安装了svn后（也就安装了subversion和tortoiseSVN）,再次执行ruby script/plugin install svn://rubyforge.org/ var/svn/flashplayrhelpr 命令，等待一段时间后提示：”svn：无法连线至主机"rubyforgen.org"：由于连接方在一段时间后没有证券答复或连接的主机没有反应，连接尝试失败“  。不知道是我没有安装好svn，还是需要注意其它内容
			</description>
			<pubDate>Wed, 19 Nov 2008 12:49:10 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7327</guid>
		</item>
		<item>
			<title>#37 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by tangyuanjian</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7317</link>
			<dc:creator>tangyuanjian</dc:creator>
			<author>tangyuanjian</author>
			<enclosure url="http://chinaonrails.com/img/p/890.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/890_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/890_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			希望能提供其他几章的代码！
			</description>
			<pubDate>Tue, 18 Nov 2008 23:48:57 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7317</guid>
		</item>
		<item>
			<title>#36 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7307</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			caiying&lt;br /&gt;
&lt;br /&gt;
你如果在windows上，检查svn是否装好了&lt;br /&gt;
&lt;br /&gt;
再检查你命令中不该有的空格
			</description>
			<pubDate>Tue, 18 Nov 2008 08:35:04 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7307</guid>
		</item>
		<item>
			<title>#35 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by caiying</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p7306</link>
			<dc:creator>caiying</dc:creator>
			<author>caiying</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			ruby script/plugin install svn://rubyforge.org/   var/svn/flashplayrhelpr  这样的安装命令为什么没有反应
			</description>
			<pubDate>Mon, 17 Nov 2008 17:21:49 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p7306</guid>
		</item>
		<item>
			<title>#34 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bvcat</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6806</link>
			<dc:creator>bvcat</dc:creator>
			<author>bvcat</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			@bd7lx  &lt;br /&gt;
&lt;br /&gt;
联系下我咯～
			</description>
			<pubDate>Wed, 15 Oct 2008 21:03:41 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6806</guid>
		</item>
		<item>
			<title>#33 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 404</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6551</link>
			<dc:creator>404</dc:creator>
			<author>404</author>
			<enclosure url="http://chinaonrails.com/img/p/48.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			《Ruby for Rails》和《Agile Web Development with Rails》对Newbie阅读来说是非常不错的选择，刚开始学Rails读过这两本书后对Rails能有个比较系统的认识，做个玩具站点没什么大问题。相比网络上的稍微凌乱也不够系统，有些网络教程翻译不畅也只能一知半解，要不就是题材较旧又或者只是记录开发人员的一点笔记经验而已（当然ChinaOnRails的内容都是采集的全球实时技术资讯，有劳bd7lx的殷勤奉献！）。搜索是一样工具，学习是一种追求，奉献更是一种感悟。网络给我们带来方便，其资源丰富但对个体来说至少是纷杂凌乱的。如何让自己少走弯路？传说中的捷径抑或捷足先登都具有很强的投机性，也因人而异。万丈高楼平地起，基础必不可少！书是定位好了读者群的，读者朋友也要给自己定位，阶段性选择适合自己的读物，稳打稳扎，步步为营，精益求精！&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://i3.6.cn/cvbnm/30/db/f3/d7c0aa547793ed04adfa9cf3c03b1c17.jpg" border="0" /&gt;
			</description>
			<pubDate>Sun, 05 Oct 2008 00:49:15 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6551</guid>
		</item>
		<item>
			<title>#32 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by song8159</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6550</link>
			<dc:creator>song8159</dc:creator>
			<author>song8159</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			买了一本，感觉对读者的定位不好。初学者看不懂。入了门的，google一下，所有的内容都可以找到，而且比书上介绍全，高手就更不用看了。
			</description>
			<pubDate>Sat, 04 Oct 2008 22:35:34 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6550</guid>
		</item>
		<item>
			<title>#31 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by ning</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6549</link>
			<dc:creator>ning</dc:creator>
			<author>ning</author>
			<enclosure url="http://chinaonrails.com/img/p/1000.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/1000_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/1000_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			介意？还是谢意？
			</description>
			<pubDate>Sat, 04 Oct 2008 19:06:58 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6549</guid>
		</item>
		<item>
			<title>#30 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 404</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6548</link>
			<dc:creator>404</dc:creator>
			<author>404</author>
			<enclosure url="http://chinaonrails.com/img/p/48.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			有同学报告说第二章有段代码运行不了，俺翻书一看也有点不解，作者是否漏掉了秘方？&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://i3.6.cn/cvbnm/57/d1/35/c7d43881ff02ac4203a7cf2ee6db1b2f.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
做好事改了个代码给他看，作者表介意。&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://pastie.org/284750" rel="nofollow external" class="tpc"&gt;http://pastie.org/284750&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
这次能跑了，&lt;br /&gt;
&lt;img class="code" src="http://i3.6.cn/cvbnm/c9/64/c8/390b0ded6a92097f234c5b0b7557afbe.jpg" border="0" /&gt;
			</description>
			<pubDate>Sat, 04 Oct 2008 16:15:59 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6548</guid>
		</item>
		<item>
			<title>#29 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6444</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			&lt;a href="http://chinaonrails.com/topic/view/2125.html" rel="nofollow external" class="tpc"&gt;http://chinaonrails.com/topic/view/2125.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
多谢&lt;br /&gt;
多谢&lt;br /&gt;
&lt;br /&gt;
再多谢&lt;br /&gt;
&lt;br /&gt;
海猫大编辑
			</description>
			<pubDate>Thu, 25 Sep 2008 11:45:17 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6444</guid>
		</item>
		<item>
			<title>#28 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bvcat</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6443</link>
			<dc:creator>bvcat</dc:creator>
			<author>bvcat</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			先奉上本书的示例代码下载地址：&lt;br /&gt;
&lt;br /&gt;
http://bv.csdn.net/resource/WebR0R.zip&lt;br /&gt;
&lt;br /&gt;
@bd7lx &lt;br /&gt;
&lt;br /&gt;
拿一本书作为奖品当然没有问题哈～期待第1000个社员的到来！！！啊～又过了20天了，不知我是否来晚了哈&lt;br /&gt;
&lt;br /&gt;
msn：sein916@hotmail.com&lt;br /&gt;
gtalk：sein916@gmail.com&lt;br /&gt;
&lt;br /&gt;
欢迎各位随时联系我呵～
			</description>
			<pubDate>Thu, 25 Sep 2008 11:36:10 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6443</guid>
		</item>
		<item>
			<title>#27 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by galeki</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6016</link>
			<dc:creator>galeki</dc:creator>
			<author>galeki</author>
			<enclosure url="http://chinaonrails.com/img/p_0.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_0_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_0_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			正在阅读，受益匪浅 &lt;img src="/img/icons/silk/emoticon_smile.png" align="absmiddle" style="padding: 0px 2px 0px 2px;" border="0" /&gt;
			</description>
			<pubDate>Thu, 04 Sep 2008 22:15:18 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6016</guid>
		</item>
		<item>
			<title>#26 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6011</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			欢迎海猫&lt;br /&gt;
&lt;br /&gt;
借chinaonrails宝地宣传了好久&lt;br /&gt;
&lt;br /&gt;
版主有意在给即将道来的第1000个社员点奖励&lt;br /&gt;
&lt;br /&gt;
能否拿本book来刺激一下
			</description>
			<pubDate>Thu, 04 Sep 2008 16:02:37 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6011</guid>
		</item>
		<item>
			<title>#25 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bvcat</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p6010</link>
			<dc:creator>bvcat</dc:creator>
			<author>bvcat</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			小编海猫报道来迟，好热闹，感谢6位作者对本书的出色工作，也感谢各位大侠的支持～
			</description>
			<pubDate>Thu, 04 Sep 2008 15:48:13 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p6010</guid>
		</item>
		<item>
			<title>#24 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 海阳</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5899</link>
			<dc:creator>海阳</dc:creator>
			<author>海阳</author>
			<enclosure url="http://chinaonrails.com/img/p/336.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/336_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/336_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			不错，支持国产。
			</description>
			<pubDate>Thu, 28 Aug 2008 08:32:35 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5899</guid>
		</item>
		<item>
			<title>#23 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5898</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			&lt;a href="http://www.china-pub.com/computers/common/mianfeisd.asp?id=209144" rel="nofollow external" class="tpc"&gt;http://www.china-pub.com/computers/common/mianfeisd.asp?id=209144&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
样章下载
			</description>
			<pubDate>Thu, 28 Aug 2008 08:27:40 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5898</guid>
		</item>
		<item>
			<title>#22 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by cnruby</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5842</link>
			<dc:creator>cnruby</dc:creator>
			<author>cnruby</author>
			<enclosure url="http://chinaonrails.com/img/p/96.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/96_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/96_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			非常感谢，抱歉！&lt;br /&gt;
正确代码：&lt;br /&gt;
http://www.lycom.de/pages/rorchapter1code
			</description>
			<pubDate>Mon, 25 Aug 2008 07:09:03 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5842</guid>
		</item>
		<item>
			<title>#21 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 404</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5841</link>
			<dc:creator>404</dc:creator>
			<author>404</author>
			<enclosure url="http://chinaonrails.com/img/p/48.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			书中第一章的代码排版可能由于不同操作系统的换行符导致的，编辑肯定用的Windows忽略了统一换行符，嘎嘎～～对阅读影响并不大，这本书的读者范围本身就应该针对有点Rails基础的朋友。其他章节都没问题，排版良好，很美观。第一章整理的基础知识阅读起来较轻松，浅显易懂（比如一句话一个示例代码就可以讲清楚metaprogramming），收放自如，知识点还比较详尽，温故知新！&lt;br /&gt;
&lt;img class="code" src="http://i3.6.cn/cvbnm/66/0a/03/9e4754c113f6fb95edc1d3f18ee3e56d.jpg" border="0" /&gt;
			</description>
			<pubDate>Sun, 24 Aug 2008 12:02:32 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5841</guid>
		</item>
		<item>
			<title>#20 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5786</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			我参与写了部署演练一章（第十章），里面提到了最新的mod_rails&lt;br /&gt;
&lt;br /&gt;
IceskYsl, 我也等着有人送我一本，作为rails爱好者我竟然没有买过中文书，都是人家送的，惭愧。
			</description>
			<pubDate>Tue, 19 Aug 2008 08:37:23 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5786</guid>
		</item>
		<item>
			<title>#19 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by rociiu</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5785</link>
			<dc:creator>rociiu</dc:creator>
			<author>rociiu</author>
			<enclosure url="http://chinaonrails.com/img/p/680.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/680_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/680_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			bd7lx 写哪部分？
			</description>
			<pubDate>Mon, 18 Aug 2008 18:10:25 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5785</guid>
		</item>
		<item>
			<title>#18 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by IceskYsl</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5784</link>
			<dc:creator>IceskYsl</dc:creator>
			<author>IceskYsl</author>
			<enclosure url="http://chinaonrails.com/img/p/83.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/83_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/83_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			还真不贵～呵呵～有人送一本没？
			</description>
			<pubDate>Mon, 18 Aug 2008 17:57:02 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5784</guid>
		</item>
		<item>
			<title>#17 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5780</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			今天和福建的一位购到此书的朋友作了些交流&lt;br /&gt;
&lt;br /&gt;
遗憾的是，我还没有看到样书
			</description>
			<pubDate>Mon, 18 Aug 2008 14:18:04 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5780</guid>
		</item>
		<item>
			<title>#16 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 404</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5778</link>
			<dc:creator>404</dc:creator>
			<author>404</author>
			<enclosure url="http://chinaonrails.com/img/p/48.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			&lt;a href="http://www.china-pub.com/209144" rel="nofollow external" class="tpc"&gt;&lt;img class="code" src="http://i3.6.cn/cvbnm/cb/cd/41/0681b41c106d550b21f126fb5097c7bd.jpg" border="0" /&gt;&lt;/a&gt;
			</description>
			<pubDate>Mon, 18 Aug 2008 14:12:19 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5778</guid>
		</item>
		<item>
			<title>#15 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 燃魂纵宇</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5733</link>
			<dc:creator>燃魂纵宇</dc:creator>
			<author>燃魂纵宇</author>
			<enclosure url="http://chinaonrails.com/img/p/453.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/453_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/453_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			楼上这位大腕背得挺熟的嘛
			</description>
			<pubDate>Wed, 13 Aug 2008 11:37:05 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5733</guid>
		</item>
		<item>
			<title>#14 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 404</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5707</link>
			<dc:creator>404</dc:creator>
			<author>404</author>
			<enclosure url="http://chinaonrails.com/img/p/48.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			全力支持，已经预订了！我的购物车就等这一本书出来下单了。&lt;br /&gt;
&lt;br /&gt;
“什么mashup啦、widget啦、AJAX啦、REST啦，能用的全给它用上。你要是URL里还带一问号啊，你都不好意思跟人打招呼。每个页面放一地图，甭管有事没事都往地图上标记，倍儿有面子。这网站就够牛了吧？那是基本要求，还得在多种环境部署，高性能的服务器环境一个脚本就得部署好。你想啊，那些做一个功能都只花15分钟的程序员，根本没心思用两小时做一次部署。所以我们的要求是：不但要酷，还要敏捷。”
			</description>
			<pubDate>Mon, 11 Aug 2008 12:42:08 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5707</guid>
		</item>
		<item>
			<title>#13 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5704</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			熊节和Cai版主写了推荐序言&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.china-pub.com/209144" rel="nofollow external" class="tpc"&gt;http://www.china-pub.com/209144&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://gigix.thoughtworkers.org/2008/8/7/recommendation-for-ror-book/" rel="nofollow external" class="tpc"&gt;http://gigix.thoughtworkers.org/2008/8/7/recommendation-for-ror-book/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
还有Jruby实战的翻译者&lt;br /&gt;
DigitalSonic 丁雪丰的推荐&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://digitalsonic.javaeye.com/blog/204842" rel="nofollow external" class="tpc"&gt;http://digitalsonic.javaeye.com/blog/204842&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
多谢各位
			</description>
			<pubDate>Mon, 11 Aug 2008 10:50:15 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5704</guid>
		</item>
		<item>
			<title>#12 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by cashplk</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5593</link>
			<dc:creator>cashplk</dc:creator>
			<author>cashplk</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			出来了？
			</description>
			<pubDate>Fri, 01 Aug 2008 23:20:05 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5593</guid>
		</item>
		<item>
			<title>#11 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by idleren</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5590</link>
			<dc:creator>idleren</dc:creator>
			<author>idleren</author>
			<enclosure url="http://chinaonrails.com/img/p_0.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_0_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_0_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			到现在还没有地方可以买到
			</description>
			<pubDate>Fri, 01 Aug 2008 15:50:11 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5590</guid>
		</item>
		<item>
			<title>#10 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5588</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			&lt;img class="code" src="http://img413.imageshack.us/img413/1020/img0545oe3.jpg" border="0" /&gt;
			</description>
			<pubDate>Fri, 01 Aug 2008 14:50:29 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5588</guid>
		</item>
		<item>
			<title>#9 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 琳琳的小狗</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5539</link>
			<dc:creator>琳琳的小狗</dc:creator>
			<author>琳琳的小狗</author>
			<enclosure url="http://chinaonrails.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p_1_n.gif" type="image/jpeg" />
			<category>Books</category>
			<description>
			呵呵，正在拜读样章，品完之后写篇书评吧，我的习惯：）&lt;br /&gt;
&lt;br /&gt;
很想看bdd那章，可惜没有……只好等书出版了。
			</description>
			<pubDate>Wed, 30 Jul 2008 11:03:08 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5539</guid>
		</item>
		<item>
			<title>#8 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5537</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			道喜大哥的jruby实战 什么花宝典已经有售了&lt;br /&gt;
&lt;br /&gt;
承蒙道喜大哥的关照，他送了我一本&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://img301.imageshack.us/img301/738/tangram5007027ho9.jpg" border="0" /&gt;
			</description>
			<pubDate>Wed, 30 Jul 2008 10:30:19 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5537</guid>
		</item>
		<item>
			<title>#7 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 404</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5520</link>
			<dc:creator>404</dc:creator>
			<author>404</author>
			<enclosure url="http://chinaonrails.com/img/p/48.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/48_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			非常期待，什么时候可以上市呀？
			</description>
			<pubDate>Mon, 28 Jul 2008 21:34:36 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5520</guid>
		</item>
		<item>
			<title>#6 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5281</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			莲花宝典是我个人的说法，最近出的动态语言系列都是绿色打底，有个背景剪纸和真花朵，道喜的Jruby就是如此，封面有啥就叫啥，为的是能记住它（书名有点长，而且也不一定达意）&lt;br /&gt;
&lt;br /&gt;
北方叫荷花也好--&lt;br /&gt;
如果你看过功夫熊猫，就一定知道宝典不过是本无字的书，照亮自己的影子。世界上也没有神秘的配方，该有的已经有了！&lt;br /&gt;
&lt;br /&gt;
但为什么，一定要看过宝典，才能明白呢？熊猫看了明白了吗？还是在打败了大猫之后，才知道汤里的配方才真明白的&lt;br /&gt;
&lt;br /&gt;
大猫不明白，看了之后暴跳&lt;br /&gt;
&lt;br /&gt;
祝开卷有益，如果没有看到你想看到的，想想panda，没有宝典都一定能赢&lt;br /&gt;
&lt;br /&gt;
如果上了轨道，其实已经自行了断了已经推了多年的独轮车，没有后路啦（本书不主张对后路断绝，可以不必自宫）
			</description>
			<pubDate>Fri, 11 Jul 2008 10:23:06 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5281</guid>
		</item>
		<item>
			<title>#5 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 2013</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5279</link>
			<dc:creator>2013</dc:creator>
			<author>2013</author>
			<enclosure url="http://chinaonrails.com/img/p/540.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/540_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/540_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			出来的时候，一定挺一本，我想看看关于搜索书里有什么高见。看书还用自宫么？
			</description>
			<pubDate>Fri, 11 Jul 2008 09:48:18 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5279</guid>
		</item>
		<item>
			<title>#4 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5277</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			第二章董斌的项目从头开始就是用用户故事道来，由新潮的BDD驱动的案例示范，应该是领先示范，尚不多见。&lt;br /&gt;
&lt;br /&gt;
测试不是该书的单独章节，也可以作为宝典的补遗，或许以后那位再写本完整的包括测试为主的Rails葵花宝典。
			</description>
			<pubDate>Fri, 11 Jul 2008 08:42:59 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5277</guid>
		</item>
		<item>
			<title>#3 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 里克</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5269</link>
			<dc:creator>里克</dc:creator>
			<author>里克</author>
			<enclosure url="http://chinaonrails.com/img/p/455.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/455_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/455_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			Rails测试的内容比较好看，会有吗？
			</description>
			<pubDate>Thu, 10 Jul 2008 19:31:26 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5269</guid>
		</item>
		<item>
			<title>#2 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by bd7lx</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5262</link>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			2013至今未看到优秀的，希望能从本宝典中看到30%&lt;br /&gt;
&lt;br /&gt;
首先说明白这本书提到的“不是一个人在战斗”，该书是多个战士，其中有熊猫，也有老虎，还有螳螂，还有个猫头鹰等共同完成的，不是一个人的统一指挥和个人意志表达，而是共同反映了各自在所关注部分的自身体会和实践。&lt;br /&gt;
&lt;br /&gt;
其次，质量算不上上乘，但也非东拼西凑，乃汇聚大家的经验和努力之作。&lt;br /&gt;
&lt;br /&gt;
再者书所服务的读者肯定限定在某个特定的范围，不会任何人都需要或普遍适用，本书一定不适合挑剔的高人，也一定不适合对Ruby或Rails一无所知的初学者，但只要是肯在轨道上踩一脚的旅客，无论水平高低都会从此书得到有益的帮助。&lt;br /&gt;
&lt;br /&gt;
欢迎各位多提意见，以书会友，共同学习。&lt;br /&gt;
&lt;br /&gt;
非官方版的各章概要&lt;br /&gt;
&lt;br /&gt;
第一章 Rails框架概述 &lt;br /&gt;
&lt;br /&gt;
本章回顾了Ruby语言和Rails框架发展过程，并通过实例代码阐述Ruby与Rails在Web开发中的优势。并在这一章最后介绍Rails框架最新版本的功能并预测了Rails框架未来发展趋势。 &lt;br /&gt;
&lt;br /&gt;
第二章 用户管理 &lt;br /&gt;
&lt;br /&gt;
本章通过实例，为读者讲解身份验证、用户注册、用户登录、访问控制、邮件激活、密码重设等用户登录及管理所涉及的具体实例，帮助用户理解实现完整的用户认证模块的步骤。同时本章中大胆采用BDD业务驱动开发的方法论，贯穿整个开发过程，让读者如临其境的参与到实际开发过程之中，在视图显示方面运用Haml引擎模板，代码直观简洁。 &lt;br /&gt;
&lt;br /&gt;
第三章 内容展示 &lt;br /&gt;
&lt;br /&gt;
Web站点内容展示的形式和风格将决定系统的可用性与用户体验。本章节将为读者介绍怎样使用或集成第三方组件来构建具有丰富表达能力的Web应用，以及表单、表格、分页、排序、生成报表、富文本编辑器等内容展示方面的技巧。 &lt;br /&gt;
&lt;br /&gt;
第四章 缓存 &lt;br /&gt;
&lt;br /&gt;
本章通过示例和代码为读者展示如何使用Rails 内建的缓存机制以及Memcached在Rails中的使用方法，并为读者介绍了Rails缓存相关插件及其使用方法。 &lt;br /&gt;
&lt;br /&gt;
第五章 上传文件和图片处理 &lt;br /&gt;
&lt;br /&gt;
本章将通过作者在实际开发中积累的实例，为读者讲解如何在Ruby on Rails应用程序中实现上传文件和图片处理，并为读者介绍相关插件attachment_fu和RMagick的使用方法。 &lt;br /&gt;
&lt;br /&gt;
第六章 搜索 &lt;br /&gt;
&lt;br /&gt;
本章将向读者介绍如何利用各种现有成熟的搜索引擎来搭建自己站点的站内索引和查询服务器，并利用相关的Rails插件来方便开发者建立、更新索引和查询站内数据。 &lt;br /&gt;
&lt;br /&gt;
第七章 RSS 与 Trackback  &lt;br /&gt;
&lt;br /&gt;
本章向读者介绍的 RSS 和 Trackback 是 Web 2.0 时代的两个重要组成部分。本章了如何在Rails网站中添加RSS输出以及如何解析RSS内容，并介绍了如何在Rails站点中实现基本的Trackback功能。 &lt;br /&gt;
&lt;br /&gt;
第八章 地图服务 &lt;br /&gt;
&lt;br /&gt;
本章介绍了使用Google Maps地图API进行应用开发的基础知识和基本步骤，并结合Rails讲解如何在Rails项目开发中通过Google Maps API来嵌入在线地图服务。同时本章介绍了如何在应用中为地图添加自定义标记、将地图与业务数据关联、以及使用GeoKit插件和Cartographer插件来帮助Rails更方便的与地行集成等内容。 &lt;br /&gt;
&lt;br /&gt;
第九章 Mashup &lt;br /&gt;
&lt;br /&gt;
本章在介绍Mashup常见站点应用示例的同时，通过具体示例讲解如何调用Web 2.0站点对外提供的Mashup API，通过Mashup的形式来丰富站点内容、加强站点间的粘合性。同时本章介绍了开放API平台及其站点对外提供Mashup API的相关实用技术。 &lt;br /&gt;
&lt;br /&gt;
第十章  部署演练 &lt;br /&gt;
&lt;br /&gt;
本章节详细介绍Rails部署的相关内容，并着重介绍部署能力的培养与训练，其中包括部署方式与工具的比较选择及搭配方式，并列出可供操练的几种部署方案的过程与步骤，以及目前最新部署方式的介绍，力争让读者对Rails应用的最终部署有一个全面详尽的了解和认识。
			</description>
			<pubDate>Thu, 10 Jul 2008 09:26:07 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5262</guid>
		</item>
		<item>
			<title>#1 - Re: 参与写的“莲花宝典”即将出笼：Web开发大全：ROR版 by 2013</title>
			<link>http://chinaonrails.com/topic/view/1851.html#p5257</link>
			<dc:creator>2013</dc:creator>
			<author>2013</author>
			<enclosure url="http://chinaonrails.com/img/p/540.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/540_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/540_n.jpg" type="image/jpeg" />
			<category>Books</category>
			<description>
			国人写的rails的书，至今未看到优秀的。多是东拼西凑，写的东西如隔靴搔痒。希望bd7lx打破这个怪圈，等出了目录看一下，至少有30%的东西值得一看，我就挺你一本。：）
			</description>
			<pubDate>Wed, 09 Jul 2008 22:57:29 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1851.html#p5257</guid>
		</item>
	</channel>
</rss>