<?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 from ChinaonRails: bd7lx</title>
		<link>http://chinaonrails.com/u/bd7lx</link>
		<description>ChinaonRails | ChinaonRails are one of the very few China based web consultancies, who specialize in application development using RubyOnRails/Agile/Ajax.</description>
		<category>Technology</category>
		<language>zh_cn</language>
		<item>
			<title>新书ruby on rails bible ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2443.html</link>
			<comments>http://chinaonrails.com/topic/view/2443.html#reply</comments>
			<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.rubyonrailsbible.com/" rel="nofollow external" class="tpc"&gt;http://www.rubyonrailsbible.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.rubyonrailsbible.com/images/ror_bible_main.jpg?1225382509" border="0" /&gt;
			</description>
			<pubDate>Wed, 26 Nov 2008 12:39:46 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2443.html</guid>
		</item>
		<item>
			<title>Elementor做视图测试 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2442.html</link>
			<comments>http://chinaonrails.com/topic/view/2442.html#reply</comments>
			<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>View</category>
			<description>
			&lt;a href="http://pivotallabs.com/users/patn/blog/articles/608-better-view-testing-with-elementor" rel="nofollow external" class="tpc"&gt;http://pivotallabs.com/users/patn/blog/articles/608-better-view-testing-with-elementor&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
测试一个都不能少，view也别例外&lt;br /&gt;
&lt;img class="code" src="http://chiefsoffice.com/images/toilet_fire.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://github.com/nakajima/elementor/tree/master" rel="nofollow external" class="tpc"&gt;http://github.com/nakajima/elementor/tree/master&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
技术原理：应用大锯子来回找CSS元素&lt;br /&gt;
&lt;br /&gt;
Nokogiri 参考&lt;br /&gt;
&lt;a href="http://chinaonrails.com/topic/view/2360.html" rel="nofollow external" class="tpc"&gt;http://chinaonrails.com/topic/view/2360.html&lt;/a&gt;
			</description>
			<pubDate>Tue, 25 Nov 2008 13:03:16 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2442.html</guid>
		</item>
		<item>
			<title>DSL游戏编程结合ruby ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2441.html</link>
			<comments>http://chinaonrails.com/topic/view/2441.html#reply</comments>
			<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>Lists</category>
			<description>
			&lt;a href="http://ruby.about.com/od/gameprogramming/ss/gameprog1.htm" rel="nofollow external" class="tpc"&gt;http://ruby.about.com/od/gameprogramming/ss/gameprog1.htm&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
http://www.libsdl.org/intro.cn/toc.html&lt;br /&gt;
&lt;br /&gt;
&lt;div class="code"&gt;   1.  SDL是什么?&lt;br /&gt;
          * SDL是一个自由的跨平台的多媒体开发包&lt;br /&gt;
          * 适用于游戏&lt;br /&gt;
          * 适用于游戏SDK&lt;br /&gt;
          * 适用于模拟器&lt;br /&gt;
          * 适用于演示软件&lt;br /&gt;
          * 适用于多媒体应用软件&lt;br /&gt;
   2. SDL有哪些功能?&lt;br /&gt;
          * 视频&lt;br /&gt;
          * 事件&lt;br /&gt;
          * 音频&lt;br /&gt;
          * CD音频&lt;br /&gt;
          * 线程支持&lt;br /&gt;
          * 定时器&lt;br /&gt;
          * 和字节序（Endian）无关&lt;br /&gt;
   3.  SDL支持哪些系统平台?&lt;br /&gt;
          * Linux&lt;br /&gt;
          * Win32&lt;br /&gt;
          * BeOS&lt;br /&gt;
          * 非正式的移植版本，进展中&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;img class="code" src="http://pgdc.purdue.org/sdltutorial/img/1s.png" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://pgdc.purdue.org/sdltutorial/sdl_setup.html" rel="nofollow external" class="tpc"&gt;http://pgdc.purdue.org/sdltutorial/sdl_setup.html&lt;/a&gt;
			</description>
			<pubDate>Tue, 25 Nov 2008 11:24:53 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2441.html</guid>
		</item>
		<item>
			<title>i-Buddy秀“表情”，ruby帮衬 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2440.html</link>
			<comments>http://chinaonrails.com/topic/view/2440.html#reply</comments>
			<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>Lists</category>
			<description>
			&lt;a href="http://www.i-buddy.com/" rel="nofollow external" class="tpc"&gt;http://www.i-buddy.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
微软MSN聊天玩偶—i-Buddy&lt;br /&gt;
可以通过煽动翅膀、扭动身躯以及头部颜色的变换来表达原本只能在屏幕上看到的表情。&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.ixiqi.com/wp-content/uploads/2008/03/i-buddy3.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.inwebwetrust.net/post/2008/11/23/program-your-i-buddy-with-ruby" rel="nofollow external" class="tpc"&gt;http://www.inwebwetrust.net/post/2008/11/23/program-your-i-buddy-with-ruby&lt;/a&gt;
			</description>
			<pubDate>Tue, 25 Nov 2008 10:40:40 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2440.html</guid>
		</item>
		<item>
			<title>奇谈：A Costly Parade ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/2439.html</link>
			<comments>http://chinaonrails.com/topic/view/2439.html#reply</comments>
			<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>Talk</category>
			<description>
			美国街头游走文化跟东方人理解Parade有很大差别&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.bayeradvanced.com/media/image/paradeOfRoses2007Float.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://hackety.org/2008/11/21/aCostlyParade.html" rel="nofollow external" class="tpc"&gt;http://hackety.org/2008/11/21/aCostlyParade.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
爱炫耀的_why先生，抨击ruby圈竟是瞎得瑟的&lt;br /&gt;
&lt;br /&gt;
脏字，大反话连篇&lt;br /&gt;
&lt;br /&gt;
不严肃&lt;br /&gt;
&lt;br /&gt;
Ruby is a crazy fun language (for some) and perhaps nothing more. You can get away with things that are heresy elsewhere. Maybe it’s an irresponsible language. A flimsy language.&lt;br /&gt;
&lt;br /&gt;
他一本正经地说&lt;br /&gt;
&lt;br /&gt;
实在没有办法，教化这帮背口诀的家伙，挑起无意义的争端的好事之徒&lt;br /&gt;
&lt;a href="http://omgbloglol.com/slimming-down-actionpack-endin" rel="nofollow external" class="tpc"&gt;http://omgbloglol.com/slimming-down-actionpack-endin&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
停火呼吁&lt;br /&gt;
&lt;a href="http://blog.headius.com/2008/11/noise-cancelling.html" rel="nofollow external" class="tpc"&gt;http://blog.headius.com/2008/11/noise-cancelling.html&lt;/a&gt;
			</description>
			<pubDate>Mon, 24 Nov 2008 16:25:53 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2439.html</guid>
		</item>
		<item>
			<title>Hash花招rekey，换钥匙进同一扇门 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2438.html</link>
			<comments>http://chinaonrails.com/topic/view/2438.html#reply</comments>
			<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>Ruby</category>
			<description>
			&lt;a href="http://tigerops.org/blog/2008/10/hash.html" rel="nofollow external" class="tpc"&gt;http://tigerops.org/blog/2008/10/hash.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://facets.rubyforge.org/doc/api/core/classes/Hash.html#M000124" rel="nofollow external" class="tpc"&gt;http://facets.rubyforge.org/doc/api/core/classes/Hash.html#M000124&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
facets多面派的伎俩&lt;br /&gt;
&lt;a href="http://chinaonrails.com/topic/view/199.html" rel="nofollow external" class="tpc"&gt;http://chinaonrails.com/topic/view/199.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="code"&gt;foo = { :a=&amp;gt;1, :b=&amp;gt;2 }&lt;br /&gt;
  foo.rekey('a',:a)       #=&amp;gt; { 'a'=&amp;gt;1, :b=&amp;gt;2 }&lt;br /&gt;
  foo.rekey('b',:b)       #=&amp;gt; { 'a'=&amp;gt;1, 'b'=&amp;gt;2 }&lt;br /&gt;
  foo.rekey('foo','bar')  #=&amp;gt; { 'a'=&amp;gt;1, 'b'=&amp;gt;2 }&lt;/div&gt;
&lt;br /&gt;
rails里面有HashWithIndifferentAccess&lt;br /&gt;
&lt;img class="code" src="http://matadornetwork.cachefly.net/matadortrips.com/docs//wp-content/images/posts/20081120-matt03.jpg" border="0" /&gt;
			</description>
			<pubDate>Mon, 24 Nov 2008 14:38:01 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2438.html</guid>
		</item>
		<item>
			<title>RESTful CSS ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2437.html</link>
			<comments>http://chinaonrails.com/topic/view/2437.html#reply</comments>
			<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>Stylesheet</category>
			<description>
			&lt;a href="http://www.digital-web.com/articles/RESTful_CSS/" rel="nofollow external" class="tpc"&gt;http://www.digital-web.com/articles/RESTful_CSS/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.digital-web.com/extras/restful_css/mvc-by-a-web-app-designer.png" border="0" /&gt;
			</description>
			<pubDate>Mon, 24 Nov 2008 14:08:46 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2437.html</guid>
		</item>
		<item>
			<title>甲骨文通用内容管理，ruby上来凑凑热闹 ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/2436.html</link>
			<comments>http://chinaonrails.com/topic/view/2436.html#reply</comments>
			<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>Deployment</category>
			<description>
			登录，捞个文件&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.oracle.com/lang/cn/products/middleware/content-management/universal-content-management.html" rel="nofollow external" class="tpc"&gt;http://www.oracle.com/lang/cn/products/middleware/content-management/universal-content-management.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Oracle 通用内容管理（UCM）软件是业界最统一的企业内容管理平台，使企业能够利用市场领先的文档管理、Web内容管理、数字资产管理和记录保留功能来构建和完善其业务管理软件。&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://crunchytop.com/?p=3" rel="nofollow external" class="tpc"&gt;http://crunchytop.com/?p=3&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
构建一个针对内容和管理软件的战略性企业内容管理基础架构可帮助企业降低成本，在企业内轻松共享内容，最大限度地降低风险，自动化高昂耗时的手工流程以及将多个Web站点整合到单一平台来集中管理。&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.infoworld.com/richmedia/upload/UI/image/2008/1/DATA1_entcontmgmt.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
通过用户友好的界面、基于角色的认证和安全模型，Oracle通用内容管理软件使整个企业的用户能够查看或撤销内容，基于内容进行协作，并确保所有可访问的分发或发布的信息是安全、准确和最新的。
			</description>
			<pubDate>Mon, 24 Nov 2008 13:47:01 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2436.html</guid>
		</item>
		<item>
			<title>庄园活动纪实 ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/2435.html</link>
			<comments>http://chinaonrails.com/topic/view/2435.html#reply</comments>
			<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>Camp</category>
			<description>
			&lt;a href="http://effectif.com/2008/11/23/notes-from-the-ruby-manor-part-2" rel="nofollow external" class="tpc"&gt;http://effectif.com/2008/11/23/notes-from-the-ruby-manor-part-2&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://img367.imageshack.us/img367/7238/frameil4.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://rubymanor.org/" rel="nofollow external" class="tpc"&gt;http://rubymanor.org/&lt;/a&gt;
			</description>
			<pubDate>Mon, 24 Nov 2008 11:22:45 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2435.html</guid>
		</item>
		<item>
			<title>RubyForge 提高发布gem的速度，从1个小时减少到5分钟 ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/2434.html</link>
			<comments>http://chinaonrails.com/topic/view/2434.html#reply</comments>
			<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>Performance</category>
			<description>
			&lt;a href="http://tomcopeland.blogs.com/juniordeveloper/2008/11/rubyforge-gem-publishing-time-reduced-from-1-hour-to-5-minutes.html" rel="nofollow external" class="tpc"&gt;http://tomcopeland.blogs.com/juniordeveloper/2008/11/rubyforge-gem-publishing-time-reduced-from-1-hour-to-5-minutes.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
rubyforge优化了索引生成，增量方式indexer构建新的indexs,每天重建yaml格式的file ，e.g., the uncompressed 27 MB YAML file - is now only rebuilt once a day. &lt;br /&gt;
&lt;br /&gt;
Adding a new gem to the index and making it available to download (thanks to those rewrite rules that Jeremy Kemper wrote) can now be done in around 10 seconds!
			</description>
			<pubDate>Mon, 24 Nov 2008 10:54:11 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2434.html</guid>
		</item>
		<item>
			<title>rubyist 2008 谁领风骚 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2433.html</link>
			<comments>http://chinaonrails.com/topic/view/2433.html#reply</comments>
			<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>Discover</category>
			<description>
			http://www.rubyflow.com/items/1248&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.wired.com/images/slideshow/2008/11/gallery_loewy/ggi_locomotive.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
如果merb能在明年出2.0，也不一定能救市&lt;br /&gt;
&lt;a href="http://www.pcworld.com/businesscenter/article/154244/ruby_hailed_as_good_option_in_down_economy.html" rel="nofollow external" class="tpc"&gt;http://www.pcworld.com/businesscenter/article/154244/ruby_hailed_as_good_option_in_down_economy.html&lt;/a&gt;
			</description>
			<pubDate>Mon, 24 Nov 2008 10:40:02 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2433.html</guid>
		</item>
		<item>
			<title>潜在语义分析(LSA)，ruby能帮忙 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2432.html</link>
			<comments>http://chinaonrails.com/topic/view/2432.html#reply</comments>
			<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>Lists</category>
			<description>
			潜在语义分析(LSA)是关于知识归纳和知识表征的新理论,也是利用大型文本语料库及统计计算方法提取和表征词汇语境意义的一种理论和方法&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blog.josephwilk.net/ruby/latent-semantic-analysis-in-ruby.html" rel="nofollow external" class="tpc"&gt;http://blog.josephwilk.net/ruby/latent-semantic-analysis-in-ruby.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.psycholinguisticsarena.com/common/jackets/weblarge/978080585/9780805854183.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
在实际应用中存在着一定的局限性,缺乏人类用来构建和应用经验知识的认知能力.建设大型语料库和提供在线语篇理解加工模式会将进一步促进LSA研究
			</description>
			<pubDate>Mon, 24 Nov 2008 09:55:23 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2432.html</guid>
		</item>
		<item>
			<title>铁道2点2点2，打通红宝石的羁绊，1点9得救啦 ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/2431.html</link>
			<comments>http://chinaonrails.com/topic/view/2431.html#reply</comments>
			<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>Ruby</category>
			<description>
			&lt;a href="http://weblog.rubyonrails.org/2008/11/21/rails-2-2-i18n-http-validators-thread-safety-jruby-1-9-compatibility-docs" rel="nofollow external" class="tpc"&gt;http://weblog.rubyonrails.org/2008/11/21/rails-2-2-i18n-http-validators-thread-safety-jruby-1-9-compatibility-docs&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
困扰多年的多语言支持，ruby 1.9 和jruby支持得到突破性的进展&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://2.bp.blogspot.com/_B5zL5K6rDzE/SM4OoSW0aMI/AAAAAAAABuY/4bcBo50VnIE/s400/shinkansen-japan-470-0908.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://gusg.us/code/ruby/rails-2_2-headaches-1" rel="nofollow external" class="tpc"&gt;http://gusg.us/code/ruby/rails-2_2-headaches-1&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
应该有人欢喜，shoulda有人头痛&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.lycom.de/past/2008/11/25/ruby_on_rails_22_release/" rel="nofollow external" class="tpc"&gt;http://www.lycom.de/past/2008/11/25/ruby_on_rails_22_release/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
先看看，哪些过时不能用了
			</description>
			<pubDate>Mon, 24 Nov 2008 09:31:40 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2431.html</guid>
		</item>
		<item>
			<title>给caiwangqin版主进言开个merb坛子如何 ... 2 replies</title>
			<link>http://chinaonrails.com/topic/view/2424.html</link>
			<comments>http://chinaonrails.com/topic/view/2424.html#reply</comments>
			<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>Site</category>
			<description>
			&lt;a href="http://chinaonrails.com/q/merb" rel="nofollow external" class="tpc"&gt;http://chinaonrails.com/q/merb&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://idisk.mac.com/dfayram/Public/Pictures/Skitch/YouTube_-_Lonely_Man_-_Incredible_Hulk_shortened_theme_%28Family_Guy%29-20081120-165331.jpg" border="0" /&gt;
			</description>
			<pubDate>Fri, 21 Nov 2008 14:21:08 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2424.html</guid>
		</item>
		<item>
			<title>书下载The Git Community Book ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2423.html</link>
			<comments>http://chinaonrails.com/topic/view/2423.html#reply</comments>
			<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://book.git-scm.com/index.html" rel="nofollow external" class="tpc"&gt;http://book.git-scm.com/index.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://book.git-scm.com/assets/images/header-book.gif" border="0" /&gt;
			</description>
			<pubDate>Fri, 21 Nov 2008 10:11:20 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2423.html</guid>
		</item>
		<item>
			<title>Merb上国际化插件r18n ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2422.html</link>
			<comments>http://chinaonrails.com/topic/view/2422.html#reply</comments>
			<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>XRails</category>
			<description>
			&lt;a href="http://r18n.rubyforge.org/" rel="nofollow external" class="tpc"&gt;http://r18n.rubyforge.org/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Tool to internationalize and localize your Merb/desktop Ruby application.&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://r18n.rubyforge.org/images/nations.png" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
版本&lt;br /&gt;
gem install merb_r18n&lt;br /&gt;
或&lt;br /&gt;
gem install r18n-desktop
			</description>
			<pubDate>Fri, 21 Nov 2008 09:28:36 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2422.html</guid>
		</item>
		<item>
			<title>图形界面sqlite管理工具 ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/2421.html</link>
			<comments>http://chinaonrails.com/topic/view/2421.html#reply</comments>
			<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>MySQL</category>
			<description>
			&lt;a href="http://saxmike.com/MySoftware/MySoftware.asp?Menu=MYSOFTWARE" rel="nofollow external" class="tpc"&gt;http://saxmike.com/MySoftware/MySoftware.asp?Menu=MYSOFTWARE&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Mike T's SQLite Database Administrator Tool:&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://saxmike.com/MySoftware/screenshots/DBMaint2_Thumb.gif" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
跨平台
			</description>
			<pubDate>Fri, 21 Nov 2008 08:19:22 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2421.html</guid>
		</item>
		<item>
			<title>ActiveRecord 与 Shoes 开发GUI与数据库交互 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2418.html</link>
			<comments>http://chinaonrails.com/topic/view/2418.html#reply</comments>
			<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>View</category>
			<description>
			&lt;a href="http://unixmonkey.net/?p=27" rel="nofollow external" class="tpc"&gt;http://unixmonkey.net/?p=27&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://unixmonkey.net/blog/wp-content/uploads/2008/11/notes.gif" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://chinaonrails.com/topic/view/618.html" rel="nofollow external" class="tpc"&gt;http://chinaonrails.com/topic/view/618.html&lt;/a&gt;
			</description>
			<pubDate>Thu, 20 Nov 2008 13:40:15 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2418.html</guid>
		</item>
		<item>
			<title>Nexus REST API: 用Ruby做搜索 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2417.html</link>
			<comments>http://chinaonrails.com/topic/view/2417.html#reply</comments>
			<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>Lists</category>
			<description>
			Nexus 是本站内置blog的名字&lt;br /&gt;
&lt;br /&gt;
这里说的Nexus确实Java项目仓库管理器&lt;br /&gt;
&lt;a href="http://books.sonatype.com/maven-book/reference_zh/repository-manager.html#d0e18138" rel="nofollow external" class="tpc"&gt;http://books.sonatype.com/maven-book/reference_zh/repository-manager.html#d0e18138&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
http://nexus.sonatype.org/&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://blogs.sonatype.com/people/book/files/2008/11/scripting-nexus-ruby.png" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blogs.sonatype.com/people/book/2008/11/19/searching-with-the-nexus-rest-api-ruby/" rel="nofollow external" class="tpc"&gt;http://blogs.sonatype.com/people/book/2008/11/19/searching-with-the-nexus-rest-api-ruby/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://blogs.sonatype.com/people/book/files/2008/11/nexus-rest-arch.png" border="0" /&gt;
			</description>
			<pubDate>Thu, 20 Nov 2008 10:01:04 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2417.html</guid>
		</item>
		<item>
			<title>Ruby for desktop GUI编程调查 ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/2416.html</link>
			<comments>http://chinaonrails.com/topic/view/2416.html#reply</comments>
			<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>View</category>
			<description>
			&lt;a href="http://www.surveymonkey.com/s.aspx?sm=o2UwH3KcrOyLxKsh8mOJMg_3d_3d" rel="nofollow external" class="tpc"&gt;http://www.surveymonkey.com/s.aspx?sm=o2UwH3KcrOyLxKsh8mOJMg_3d_3d&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.instablogsimages.com/images/2008/11/10/mystery-masterpiece_nDLa2_48.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
即使不用ruby的GUI编程，也要回答不少的问题
			</description>
			<pubDate>Thu, 20 Nov 2008 09:48:51 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2416.html</guid>
		</item>
	</channel>
</rss>