<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>The Bacon Bear Blog: Acts As Flaggable updated</title>
    <link>http://www.baconbear.com/articles/2006/12/06/acts-as-flaggable-updated</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Acts As Flaggable updated</title>
      <description>&lt;p&gt;Just checked in a small update to Acts As Flaggable that includes the following&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Incorporates suggestion from bitbutter to allow add_flag to take either a Flag object (as before) or a Hash.  If passed a Hash it creates a Flag object from the hash you passed in.&lt;/li&gt;
&lt;li&gt;Added user_has_flagged? instance method to tell you if a user has flagged an object at all or flagged it with a specific flag&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Grab it from &lt;a href="http://svn.baconbear.com/rails_plugins/acts_as_flaggable/trunk/"&gt;trunk&lt;/a&gt; in the normal way!&lt;/p&gt;</description>
      <pubDate>Wed, 06 Dec 2006 13:34:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:cc770546-c79b-4075-b04a-9a00410a84de</guid>
      <author>Jeff</author>
      <link>http://www.baconbear.com/articles/2006/12/06/acts-as-flaggable-updated</link>
      <category>rails</category>
      <category>plugins</category>
      <category>acts_as_flaggable</category>
      <trackback:ping>http://www.baconbear.com/articles/trackback/10</trackback:ping>
    </item>
    <item>
      <title>"Acts As Flaggable updated" by TheBlatherskite</title>
      <description>I ran into an "expected Flag.rb to define Flag" error in my installation, which was fixed by changing a typo: Line #9 in Flag.rb, "validates_prescence_of :flag", should be changed to "validates_presence_of :flag" ("presence" needs to be spelled correctly). 

Other than that, a useful plugin. Thanks for wrapping up the flagging logic for us!
</description>
      <pubDate>Wed, 19 Sep 2007 11:03:24 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:e6a84a77-0e21-4952-b162-3145c2adce77</guid>
      <link>http://www.baconbear.com/articles/2006/12/06/acts-as-flaggable-updated#comment-1744</link>
    </item>
  </channel>
</rss>
