<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link>http://persumi.com/u/fredwu/tech/e/blog/t/plugin</link>
    <generator>Persumi - Level up your writing and blogging with AI</generator>
    <category>Blog</category>
    <category>Tech</category>
    <pubDate>Fri, 01 May 2026 16:38:55 +0000</pubDate>
    <description/>
    <title>Blog (plugin) - Fred Wu&apos;s Tech</title>
    <atom:link type="application/rss+xml" rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/plugin/feed/rss"></atom:link>
    <item>
      <pubDate>Thu, 03 Jun 2010 03:21:00 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/rails-releasing-action-throttler-a-rails-plugin-for-throttling-actions</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/rails-releasing-action-throttler-a-rails-plugin-for-throttling-actions</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;p&gt;
Sometimes we would want to throttle certain application actions. For instance, a user should only be allowed to send x amount of emails to other members of the site in order to reduce the spam risk.&lt;/p&gt;
&lt;p&gt;
Since this is a quite common task, I thought I might as well make it as a Rails plugin for better code reusability.&lt;/p&gt;
&lt;p&gt;
I am now releasing &lt;a href=&quot;http://github.com/fredwu/action_throttler&quot;&gt;Action Throttler&lt;/a&gt;, an easy to use Rails plugin to quickly throttle application actions based on configurable duration and limit. &lt;a href=&quot;http://github.com/fredwu/action_throttler&quot;&gt;Go check out the code now!&lt;/a&gt; :)&lt;/p&gt;
&lt;p&gt;
There is currently no tests for the plugin but I will be adding rspec specs to it soon.&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/rails-releasing-action-throttler-a-rails-plugin-for-throttling-actions</link>
      <title>[Rails] Releasing Action Throttler, A Rails Plugin for Throttling Actions</title>
    </item>
  </channel>
</rss>