<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>pokkalee (pokka)</title>
    <link>https://ruby-china.org/pokkalee</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>武汉 Rubyist 活动相关</title>
      <description>&lt;p&gt;&lt;code&gt;初到宝地,求热干面以外的粮食推荐&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;在站内搜索了一圈好像没有武汉地区活动的相关信息，但看招聘信息好像还是有不少人的&lt;/p&gt;

&lt;p&gt;不知道现在在武汉的 Rubyist 们有没有意愿搞些课余活动交流诸如此类&lt;/p&gt;

&lt;p&gt;或者大家有公司是开放参观交流的么&lt;/p&gt;

&lt;p&gt;谢谢&lt;/p&gt;</description>
      <author>pokkalee</author>
      <pubDate>Wed, 11 Sep 2013 19:07:42 +0800</pubDate>
      <link>https://ruby-china.org/topics/14047</link>
      <guid>https://ruby-china.org/topics/14047</guid>
    </item>
    <item>
      <title>Google 的 Javascript 替代 Dart 发布 SDK</title>
      <description>&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Google庆祝一周年发布了第一个面向开发者的Dart SDK，Dart语言开始进入了真实世界。Dart SDK的特性包括：更快的Dart虚拟机，在某些测试中快于V8；更快的Dart to JavaScript解释器；在浏览器上透明工作的HTML库；一个易于使用的编辑器；新的包管理器Pub；服务器端 I/O library；一个JavaScript代码交互库；等等。
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;[solidot link]&lt;/p&gt;

&lt;p&gt;元顺，你怎么看？&lt;img title=":unamused:" alt="😒" src="https://twemoji.ruby-china.com/2/svg/1f612.svg" class="twemoji"&gt;&lt;/p&gt;

&lt;p&gt;[solidot link]: &lt;a href="http://developers.solidot.org/developers/12/10/17/0825200.shtml" rel="nofollow" target="_blank"&gt;http://developers.solidot.org/developers/12/10/17/0825200.shtml&lt;/a&gt;&lt;/p&gt;</description>
      <author>pokkalee</author>
      <pubDate>Thu, 18 Oct 2012 11:32:39 +0800</pubDate>
      <link>https://ruby-china.org/topics/6145</link>
      <guid>https://ruby-china.org/topics/6145</guid>
    </item>
    <item>
      <title>好吃有好玩,日志分析</title>
      <description>&lt;p&gt;昨晚听 master 说了 prodoction 模式下的日志是否必要和一些抱怨，今天就看到了这个&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/wvanbergen/request-log-analyzer" rel="nofollow" target="_blank" title=""&gt;request-log-analyzer&lt;/a&gt;&lt;/p&gt;</description>
      <author>pokkalee</author>
      <pubDate>Fri, 20 Jul 2012 10:06:24 +0800</pubDate>
      <link>https://ruby-china.org/topics/4432</link>
      <guid>https://ruby-china.org/topics/4432</guid>
    </item>
    <item>
      <title>提醒了我一下 Ruby 脚本语言的本质 -_-@</title>
      <description>&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1.9.2p290 :091 &amp;gt; class CaeReal2
1.9.2p290 :092?&amp;gt;   exit
1.9.2p290 :093?&amp;gt;   end

&lt;/code&gt;&lt;/pre&gt;</description>
      <author>pokkalee</author>
      <pubDate>Fri, 20 Apr 2012 18:37:21 +0800</pubDate>
      <link>https://ruby-china.org/topics/2776</link>
      <guid>https://ruby-china.org/topics/2776</guid>
    </item>
    <item>
      <title>一个不知道算不算小 bug</title>
      <description>&lt;p&gt;当用户点击邮箱中的重置密码连接时，(如果用户在该机器上次登录时使用了记住密码功能) 并不会退出当前用户让邮件连接中的用户重置密码，而是直接登录了转到首页了。 &lt;/p&gt;</description>
      <author>pokkalee</author>
      <pubDate>Wed, 14 Mar 2012 17:00:19 +0800</pubDate>
      <link>https://ruby-china.org/topics/1858</link>
      <guid>https://ruby-china.org/topics/1858</guid>
    </item>
    <item>
      <title>关于,重置密码,顺便问问大家对于后台任务的看法</title>
      <description>&lt;p&gt;刚刚重置密码的时候发现会卡在半空中，当等到系统发送中或者发送后 (其实我是隔一会邮件提醒才知道),有时页面已经跳到 502 了 oops
如果使用后台任务异步发送 (像系的错误日志通知模式),加一些提示，会不会好点？&lt;/p&gt;

&lt;p&gt;&lt;code&gt;gem 'delayed_job'&lt;/code&gt;或者&lt;code&gt;gem ar_mailer_rails3&lt;/code&gt;其他 gem  &lt;/p&gt;</description>
      <author>pokkalee</author>
      <pubDate>Mon, 20 Feb 2012 22:23:11 +0800</pubDate>
      <link>https://ruby-china.org/topics/1310</link>
      <guid>https://ruby-china.org/topics/1310</guid>
    </item>
    <item>
      <title>rails3.0 中 routingerror 等错误的处理与 SimpleCaptcha 的冲突</title>
      <description>&lt;p&gt;在 rails3.0 中，并不能捕获到 RoutingError,UnknowAction 等，而我使用了 [&lt;a href="http://techoctave.com/c7/posts/36-rails-3-0-rescue-from-routing-error-solution" rel="nofollow" target="_blank"&gt;http://techoctave.com/c7/posts/36-rails-3-0-rescue-from-routing-error-solution&lt;/a&gt;]
这个方法&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;match&lt;/span&gt; &lt;span class="s1"&gt;'*a'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="ss"&gt;:to&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="s1"&gt;'errors#routing'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;,但好像仍然事无法处理到 UnknowAction 这种情况 orz;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;正题&lt;/strong&gt;是，添加路由后会与 SimpleCaptcha 产生冲突，使验证码图片因路由导向而显示不能，在 routes 添加 [&lt;a href="http://expressica.com/simple_captcha/" rel="nofollow" target="_blank"&gt;http://expressica.com/simple_captcha/&lt;/a&gt;]&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ActionController::Routing::Routes.draw do |map|  
  map.simple_captcha '/simple_captcha/:action', :controller =&amp;gt; 'simple_captcha'  
end 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;路由代码后却导致了 AbstractController::ActionNotFound 问题仍然是无法显示图片.
我想到的解决方法是写路由来命中 simplecaptcha 的请求，但这个写法是官方提出的应该事适用性比较高的了，我该如何配置路由？
或者我使用其他方法来捕获这类 error？或者使用其他方法达到类似的目的？
有没遇到过类似情况的大大指教下，
thx  &lt;/p&gt;</description>
      <author>pokkalee</author>
      <pubDate>Wed, 28 Dec 2011 14:15:04 +0800</pubDate>
      <link>https://ruby-china.org/topics/623</link>
      <guid>https://ruby-china.org/topics/623</guid>
    </item>
  </channel>
</rss>
