<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>cqpx</title>
    <link>https://ruby-china.org/cqpx</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>有办法让 iTerm 自动打开几个 tab 并且进入目录运行命令吗？</title>
      <description>&lt;p&gt;经常需要打开 iterm，进入项目目录，然后开三个 tab，一个 rails s，一个 guard，一个用来执行命令。请问有办法简化这个流程吗？&lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Sun, 27 Jan 2013 11:33:22 +0800</pubDate>
      <link>https://ruby-china.org/topics/8400</link>
      <guid>https://ruby-china.org/topics/8400</guid>
    </item>
    <item>
      <title>Stamp -- 人性化的時間格式化 gem</title>
      <description>&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;date&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Date&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;2011&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;6&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;9&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;stamp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"March 1, 1999"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;         &lt;span class="c1"&gt;#=&amp;gt; "June  9, 2011"&lt;/span&gt;
&lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;stamp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"Jan 1, 1999"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;           &lt;span class="c1"&gt;#=&amp;gt; "Jun  9, 2011"&lt;/span&gt;
&lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;stamp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"Jan 01"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;                &lt;span class="c1"&gt;#=&amp;gt; "Jun 09"&lt;/span&gt;
&lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;stamp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"Sunday, May 1, 2000"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;   &lt;span class="c1"&gt;#=&amp;gt; "Thursday, June  9, 2011"&lt;/span&gt;
&lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;stamp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"Sun Aug 5"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;             &lt;span class="c1"&gt;#=&amp;gt; "Thu Jun  9"&lt;/span&gt;
&lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;stamp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"12/31/99"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;              &lt;span class="c1"&gt;#=&amp;gt; "06/09/11"&lt;/span&gt;
&lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;stamp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"DOB: 12/31/2000"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;       &lt;span class="c1"&gt;#=&amp;gt; "DOB: 06/09/2011"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;官網 &lt;a href="https://github.com/jeremyw/stamp" rel="nofollow" target="_blank"&gt;https://github.com/jeremyw/stamp&lt;/a&gt;
出處 &lt;a href="http://www.dwellable.com/blog/Rails-Rumble-Winners-Gem-Teardown" rel="nofollow" target="_blank"&gt;http://www.dwellable.com/blog/Rails-Rumble-Winners-Gem-Teardown&lt;/a&gt;&lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Wed, 24 Oct 2012 21:03:55 +0800</pubDate>
      <link>https://ruby-china.org/topics/6301</link>
      <guid>https://ruby-china.org/topics/6301</guid>
    </item>
    <item>
      <title>todoist.com 新版，可以离线使用，再次连线会自动同步数据。请问这种同步如何实现</title>
      <description>&lt;p&gt;&lt;a href="http://todoist.com/html5" rel="nofollow" target="_blank"&gt;http://todoist.com/html5&lt;/a&gt;&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Offline access
With HTML5, Todoist offers full access to your tasks and task management whether you’re online or offline. When you can’t connect to the Internet, Todoist automatically switches to offline mode, enabling you to access and update your projects and tasks. Next time you connect to the web, the remote servers are automatically updated.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;其实我之前也把我的书签站的数据存在 localstorage 里面，速度确实得到了大幅度的提升。
但是就是不知道 offline/online 切换以及同步的功能应该怎么去做，只能用本地数据冲掉服务器或者用服务器数据冲掉本地数据。&lt;/p&gt;

&lt;p&gt;不知道各位有没有这方面经验？&lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Thu, 26 Jul 2012 10:31:11 +0800</pubDate>
      <link>https://ruby-china.org/topics/4556</link>
      <guid>https://ruby-china.org/topics/4556</guid>
    </item>
    <item>
      <title>highchart 的时间为什么总是打不到点上...</title>
      <description>&lt;p&gt;时区调来调去还是不对&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;time_zone&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s1"&gt;'Chongqing'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;pre class="highlight coffeescript"&gt;&lt;code&gt;&lt;span class="nx"&gt;Highcharts&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="na"&gt;setOptions&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
  &lt;span class="na"&gt;global&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;useUTC&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="no"&gt;false&lt;/span&gt;
&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;r&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;created_at&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;to_i&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="mi"&gt;1000&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;r&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;target_achivable&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;round&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;)]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>cqpx</author>
      <pubDate>Wed, 20 Jun 2012 09:22:42 +0800</pubDate>
      <link>https://ruby-china.org/topics/3893</link>
      <guid>https://ruby-china.org/topics/3893</guid>
    </item>
    <item>
      <title>最近看了很多遍这篇文章：(My) RSpec best practices and tips </title>
      <description>&lt;p&gt;&lt;a href="http://eggsonbread.com/2010/03/28/my-rspec-best-practices-and-tips/" rel="nofollow" target="_blank"&gt;http://eggsonbread.com/2010/03/28/my-rspec-best-practices-and-tips/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;像 subject，specify 和 its 以前都不了解。。&lt;/p&gt;

&lt;p&gt;项目之前是没有测试的，现在在往里面一点点加。全绿的感觉很爽。。
准备把 rspec book 找来认真读一遍。  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Wed, 06 Jun 2012 08:07:56 +0800</pubDate>
      <link>https://ruby-china.org/topics/3685</link>
      <guid>https://ruby-china.org/topics/3685</guid>
    </item>
    <item>
      <title>做一个地铁路线规划网站的话，去哪获取上海地铁站点信息</title>
      <description>&lt;p&gt;以及每个站点之间所需的时间信息&lt;/p&gt;

&lt;p&gt;sql 数据库怎么保存网状信息，查询的时候比较方便？
我现在能想到的只有链表的结构，需要的时候一次全部读到内存里再操作，有更好的方式吗？&lt;/p&gt;

&lt;p&gt;起因是看到这个网站 (&lt;a href="http://exploreshanghai.com" rel="nofollow" target="_blank"&gt;http://exploreshanghai.com&lt;/a&gt;)，觉得好神奇啊，然后就对如何设计这样的数据库产生了疑问。。  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Sun, 03 Jun 2012 20:49:13 +0800</pubDate>
      <link>https://ruby-china.org/topics/3641</link>
      <guid>https://ruby-china.org/topics/3641</guid>
    </item>
    <item>
      <title>本周末 codeschool 免费</title>
      <description>&lt;p&gt;&lt;a href="http://www.codeschool.com/free-weekend" rel="nofollow" target="_blank"&gt;http://www.codeschool.com/free-weekend&lt;/a&gt;  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Fri, 18 May 2012 06:35:48 +0800</pubDate>
      <link>https://ruby-china.org/topics/3346</link>
      <guid>https://ruby-china.org/topics/3346</guid>
    </item>
    <item>
      <title>You can build iOS app using Ruby instead of Objective-C http://mobiruby.org/</title>
      <description>&lt;p&gt;mruby + iOS = MobiRuby, You can build iOS app using Ruby instead of Objective-C &lt;a href="http://mobiruby.org/" rel="nofollow" target="_blank"&gt;http://mobiruby.org/&lt;/a&gt;
Retweeted by Ian Yang&lt;/p&gt;

&lt;p&gt;&lt;a href="http://mobiruby.org/" rel="nofollow" target="_blank"&gt;http://mobiruby.org/&lt;/a&gt;  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Fri, 20 Apr 2012 12:18:52 +0800</pubDate>
      <link>https://ruby-china.org/topics/2757</link>
      <guid>https://ruby-china.org/topics/2757</guid>
    </item>
    <item>
      <title>现在学 ios 直接学 5.x 的没问题么？</title>
      <description>&lt;p&gt;最新的 stanford 视频是用的 5.x，但是学习过程中发现一些用到的包 (Nimbus, AFNetworking) 都没用 ARC。
虽然可以用 fno-objc-arc 来通过编译，但是我完全不去了解 retain/release 之类的方法没问题么？&lt;/p&gt;

&lt;p&gt;我想做的应用主要做的事情是通过网站 api 进行 CRUD，用 UITableView 列出来，然后进行交互。
网上看了一些评论之后感觉可以用 Nimbus+AFNetworking 来实现。
Nimbus 资料好少。。
加文档&lt;a href="https://github.com/jverkoey/nimbus/issues?labels=important" rel="nofollow" target="_blank" title=""&gt;还在计划中&lt;/a&gt;，
求推荐资料。。
求推荐 ios 开发社区。。
求推荐 Best practice。。&lt;/p&gt;

&lt;p&gt;感谢！  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Sun, 01 Apr 2012 08:56:01 +0800</pubDate>
      <link>https://ruby-china.org/topics/2318</link>
      <guid>https://ruby-china.org/topics/2318</guid>
    </item>
    <item>
      <title>falcon, punch, perf, p0, p125，各位在用哪个？</title>
      <description>&lt;p&gt;我现在用这个每次退出的时候都会出 Segment Error。。想换一个  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Sat, 10 Mar 2012 21:03:50 +0800</pubDate>
      <link>https://ruby-china.org/topics/1773</link>
      <guid>https://ruby-china.org/topics/1773</guid>
    </item>
    <item>
      <title>xcode 4.2，ios 5，新浪微博 sdk，授权之后就出错。。EXC_BAD_ACCESS</title>
      <description>&lt;p&gt;网上看这个错误是释放了僵尸。。&lt;/p&gt;

&lt;p&gt;但是错误信息跳到 main 函数，找不到问题在哪里啊。。&lt;/p&gt;

&lt;p&gt;btw, 大家在对 ios 做 oauth 的时候一般怎么做啊。。  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Sat, 10 Mar 2012 15:09:14 +0800</pubDate>
      <link>https://ruby-china.org/topics/1767</link>
      <guid>https://ruby-china.org/topics/1767</guid>
    </item>
    <item>
      <title>Couldn't register com.myApp.debug with the bootstrap server. </title>
      <description>&lt;p&gt;好像没解决啊。。&lt;/p&gt;

&lt;p&gt;各位遇到果么。。&lt;/p&gt;

&lt;p&gt;&lt;a href="http://stackoverflow.com/questions/788277/iphone-strange-error-when-testing-on-simulator" rel="nofollow" target="_blank"&gt;http://stackoverflow.com/questions/788277/iphone-strange-error-when-testing-on-simulator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;btw，正确的关闭顺序是什么？&lt;/p&gt;

&lt;p&gt;我都是在 simulator 里直接 Command + Q，有时就会出这个错，只有重启。。  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Sat, 10 Mar 2012 14:14:12 +0800</pubDate>
      <link>https://ruby-china.org/topics/1765</link>
      <guid>https://ruby-china.org/topics/1765</guid>
    </item>
    <item>
      <title>请问怎么构建 {"q": {"body": "haha"}} 这样的 NSDictionary。。</title>
      <description>&lt;p&gt;我是这么写的。。&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;NSArray *paramsArray = [[NSArray alloc] initWithObjects:[[NSDictionary alloc] initWithObjectsAndKeys:@"haha", @"area", nil], nil];
NSArray *keysArray = [[NSArray alloc] initWithObjects:@"question", nil];
NSDictionary *requestParams = [[NSDictionary alloc] initWithObjects:paramsArray forKeys:keysArray];


&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;结果服务器收到的数据被 escape 了。。&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{"question"=&amp;gt;"{\n    area = haha;\n}"}


&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;我用的 AFNetworking&lt;/p&gt;

&lt;p&gt;谢谢...  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Fri, 09 Mar 2012 18:54:17 +0800</pubDate>
      <link>https://ruby-china.org/topics/1754</link>
      <guid>https://ruby-china.org/topics/1754</guid>
    </item>
    <item>
      <title> leading slashes won't play well with pushState？</title>
      <description>&lt;pre class="highlight plaintext"&gt;&lt;code&gt;jashkenas commented 2 months ago
Backbone should be prescriptive here because leading slashes won't play well with pushState.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href="https://github.com/documentcloud/backbone/issues/849" rel="nofollow" target="_blank"&gt;https://github.com/documentcloud/backbone/issues/849&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;请问他这么说有什么依据么。。&lt;/p&gt;

&lt;p&gt;用惯了 spine 再来用 backbone 觉得它的结构好混乱。。  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Thu, 01 Mar 2012 11:28:04 +0800</pubDate>
      <link>https://ruby-china.org/topics/1524</link>
      <guid>https://ruby-china.org/topics/1524</guid>
    </item>
    <item>
      <title>各位在做一个东西的时候，是直接写代码？还是先设计，再写代码？</title>
      <description>&lt;p&gt;主要针对做网站和 ios app 两种情况的话，
大家写代码之前都会先做些什么呢？&lt;/p&gt;

&lt;p&gt;流程图，线框图，实体关系图等等图大家会用哪些？
用哪些工具来做这些设计？
Scrum 什么的大家会用吗？（其实我还不太明白这个东西是什么意思，只是看到处都有提到）&lt;/p&gt;

&lt;p&gt;我现在不管做什么都是直接写代码，
不知道外面的世界是什么样的，像井底之蛙一样。。
如果先做设计再写代码能提升开发速度的话那就太美好了。。&lt;/p&gt;

&lt;p&gt;请各位不吝赐教
谢谢  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Fri, 20 Jan 2012 09:17:58 +0800</pubDate>
      <link>https://ruby-china.org/topics/910</link>
      <guid>https://ruby-china.org/topics/910</guid>
    </item>
    <item>
      <title>我试着建了一个这个。。结果就给建起来了。。https://github.com/ruby-china</title>
      <description>&lt;p&gt;起因是我在看&lt;a href="http://ruby-china.org/wiki/tools" rel="nofollow" target="_blank"&gt;http://ruby-china.org/wiki/tools&lt;/a&gt; 的时候，发现推荐了 vim 的 janus，然后就想唉 janus 还没我自己配的好使，干脆把我的 vimrc 也写 wiki 里，然后又一想，唉干脆做一份适合 rails coder 的 vimrc 发到 ruby-china 的 githbub 里，大家可以往那里发 pull request 来改进，然后发现&lt;a href="http://github.com/ruby-china" rel="nofollow" target="_blank"&gt;http://github.com/ruby-china&lt;/a&gt; 是个 404(现在不是了..)，然后就想唉干脆我来建一个，然后把我的 vimrc 发上去。。
然后就建起来了。。&lt;/p&gt;

&lt;p&gt;&lt;a href="http://github.com/ruby-china" rel="nofollow" target="_blank"&gt;http://github.com/ruby-china&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;我把认识的几位管理员加进去了。。其他管理员麻烦你们几位来加。。  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Sun, 15 Jan 2012 11:41:17 +0800</pubDate>
      <link>https://ruby-china.org/topics/862</link>
      <guid>https://ruby-china.org/topics/862</guid>
    </item>
    <item>
      <title>申请编辑 http://ruby-china.org/wiki 的权限</title>
      <description>&lt;p&gt;我想没事多写写 wiki。。  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Sun, 15 Jan 2012 08:44:46 +0800</pubDate>
      <link>https://ruby-china.org/topics/861</link>
      <guid>https://ruby-china.org/topics/861</guid>
    </item>
    <item>
      <title>Redcar，ruby 写的开源 Textmate/SublimeText clone</title>
      <description>&lt;p&gt;&lt;a href="http://redcareditor.com/" rel="nofollow" target="_blank"&gt;http://redcareditor.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;我没用过。。对编辑器源码感兴趣的朋友可以看看  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Fri, 13 Jan 2012 10:21:31 +0800</pubDate>
      <link>https://ruby-china.org/topics/839</link>
      <guid>https://ruby-china.org/topics/839</guid>
    </item>
    <item>
      <title>有没有完美一点的方法来 parse url？URI.extract 遇到冒号就傻了</title>
      <description>&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;ruby&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mf"&gt;1.9&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;p0&lt;/span&gt; &lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mo"&gt;007&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="no"&gt;URI&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;extract&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"haha http://google.com, Active::Record, jquery.js:"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
 &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;"http://google.com"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s2"&gt;"Active::Record,"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s2"&gt;"jquery.js:"&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;自己写正则呢，一个是本来正则就不太熟悉，二个是怕考虑不全面，ruby-china 解析 url 的办法也有问题。&lt;/p&gt;

&lt;p&gt;请问有没有完美一点的 url 解析办法？&lt;/p&gt;

&lt;p&gt;谢谢  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Tue, 10 Jan 2012 19:23:41 +0800</pubDate>
      <link>https://ruby-china.org/topics/809</link>
      <guid>https://ruby-china.org/topics/809</guid>
    </item>
    <item>
      <title>请问网站要如何提供域名绑定的服务？</title>
      <description>&lt;p&gt;比如&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;我用 Rails 做了一个博客网站，可以让付费用户绑定自己的域名。&lt;/li&gt;
&lt;li&gt;ruby-china 要提供绑定域名的服务，用户绑定域名之后，访问他的域 mmm.foobar.com 就会看到到 ruby-china.org/cqpx 这个页面的内容&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;该怎样配置？&lt;/p&gt;

&lt;p&gt;谢谢各位  &lt;/p&gt;</description>
      <author>cqpx</author>
      <pubDate>Sun, 08 Jan 2012 14:09:45 +0800</pubDate>
      <link>https://ruby-china.org/topics/770</link>
      <guid>https://ruby-china.org/topics/770</guid>
    </item>
  </channel>
</rss>
