<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>developlee (Leson)</title>
    <link>https://ruby-china.org/developlee</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>Rails 怎么做一个自动补全的输入框啊</title>
      <description>&lt;p&gt;想做一个 Rails 的 web 论坛，然后 后台指定版主，想在输入时，输入框下面能查询匹配已有用户。对 ajax 不是很懂，有实例什么的最好。。。谢谢大家。！&lt;img title=":grin:" alt="😁" src="https://twemoji.ruby-china.com/2/svg/1f601.svg" class="twemoji"&gt; &lt;img title=":grin:" alt="😁" src="https://twemoji.ruby-china.com/2/svg/1f601.svg" class="twemoji"&gt; &lt;/p&gt;</description>
      <author>developlee</author>
      <pubDate>Mon, 01 May 2017 17:54:09 +0800</pubDate>
      <link>https://ruby-china.org/topics/32907</link>
      <guid>https://ruby-china.org/topics/32907</guid>
    </item>
    <item>
      <title>Rails  怎么实现收藏关注功能？</title>
      <description>&lt;p&gt;rails 怎么实现收藏关注？我看到有些网站说不用建 model，新建 migration，数据库中有表了，Ajax 传递过去的值怎么写入表？？？&lt;/p&gt;</description>
      <author>developlee</author>
      <pubDate>Fri, 14 Apr 2017 15:40:02 +0800</pubDate>
      <link>https://ruby-china.org/topics/32783</link>
      <guid>https://ruby-china.org/topics/32783</guid>
    </item>
    <item>
      <title>...</title>
      <description>&lt;p&gt;0000&lt;/p&gt;</description>
      <author>developlee</author>
      <pubDate>Fri, 26 Aug 2016 10:27:30 +0800</pubDate>
      <link>https://ruby-china.org/topics/30909</link>
      <guid>https://ruby-china.org/topics/30909</guid>
    </item>
    <item>
      <title>Rails 怎么解析 post 过来的 XML?</title>
      <description>&lt;p&gt;Ruby 小白，求教大家，微信服务器 post xml 到我的服务器上，我该怎么解析？网上查到有些用 params[:xml][:message] 之类的，但是貌似 rails4 以后不能用了&lt;img title=":cry:" alt="😢" src="https://twemoji.ruby-china.com/2/svg/1f622.svg" class="twemoji"&gt; &lt;/p&gt;
&lt;pre class="highlight erb"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;xml&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;ToUserName&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;![CDATA[toUser]]&amp;gt;&lt;/span&gt;&lt;span class="nt"&gt;&amp;lt;/ToUserName&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;FromUserName&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;![CDATA[fromUser]]&amp;gt;&lt;/span&gt;&lt;span class="nt"&gt;&amp;lt;/FromUserName&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;CreateTime&amp;gt;&lt;/span&gt;1348831860&lt;span class="nt"&gt;&amp;lt;/CreateTime&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;MsgType&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;![CDATA[text]]&amp;gt;&lt;/span&gt;&lt;span class="nt"&gt;&amp;lt;/MsgType&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;Content&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;![CDATA[this is a test]]&amp;gt;&lt;/span&gt;&lt;span class="nt"&gt;&amp;lt;/Content&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;MsgId&amp;gt;&lt;/span&gt;1234567890123456&lt;span class="nt"&gt;&amp;lt;/MsgId&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/xml&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;我要怎么获得 this is a test ?&lt;/p&gt;</description>
      <author>developlee</author>
      <pubDate>Fri, 19 Aug 2016 11:10:32 +0800</pubDate>
      <link>https://ruby-china.org/topics/30854</link>
      <guid>https://ruby-china.org/topics/30854</guid>
    </item>
  </channel>
</rss>
