<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <generator>Persumi - Level up your writing and blogging with AI</generator>
  <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
  <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/plugin"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/plugin/feed/rss"/>
  <link rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/plugin/feed/atom"/>
  <author>
    <name>Fred Wu</name>
    <email>ifredwu@gmail.com</email>
    <uri>http://persumi.com/u/fredwu</uri>
  </author>
  <subtitle/>
  <id>http://persumi.com/u/fredwu/tech/e/blog/t/plugin</id>
  <title>Blog (plugin) - Fred Wu&apos;s Tech</title>
  <updated>2026-05-01T16:43:56.525351Z</updated>
  <entry>
    <content type="html">&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;</content>
    <published>2010-06-03T03:21:00.000000Z</published>
    <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
    <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
    <link href="http://persumi.com/u/fredwu/tech/e/blog/p/rails-releasing-action-throttler-a-rails-plugin-for-throttling-actions"/>
    <author>
      <name>Fred Wu</name>
      <email>ifredwu@gmail.com</email>
      <uri>http://persumi.com/u/fredwu</uri>
    </author>
    <id>http://persumi.com/u/fredwu/tech/e/blog/p/rails-releasing-action-throttler-a-rails-plugin-for-throttling-actions</id>
    <title>[Rails] Releasing Action Throttler, A Rails Plugin for Throttling Actions</title>
    <updated>2010-06-03T03:21:00.000000Z</updated>
  </entry>
</feed>