<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Ruby on Rails Plugins Tagged: model</title>
    <link>http://agilewebdevelopment.com/plugins</link>
    <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
    <description>Ruby on Rails Plugins from AgileWebDevelopment.com</description>
    <item>
      <title>Validate Attributes</title>
      <link>http://agilewebdevelopment.com/plugins/validate_attributes</link>
      <description>Validate Attributes plugin provides a simple way to validate specific attribute(s) unlike the function valid? which collectively validates all the attributes.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/validate_attributes</guid>
      <author>Sur</author>
    </item>
    <item>
      <title>AttrLocked</title>
      <link>http://agilewebdevelopment.com/plugins/attrlocked</link>
      <description>Adds the ability to prevent changes to model attributes - perfect for fixing usernames or making sure no-one tampers with your financial records.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/attrlocked</guid>
      <author>James Coglan</author>
    </item>
    <item>
      <title>Nested has_many_through</title>
      <link>http://agilewebdevelopment.com/plugins/nested_has_many_through</link>
      <description>Makes it possible to define has_many :through associations that
go through other has_many :through associations, allowing them to span any number of tables.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/nested_has_many_through</guid>
      <author>Matt Westcott</author>
    </item>
    <item>
      <title>Validates Constancy</title>
      <link>http://agilewebdevelopment.com/plugins/validates_constancy</link>
      <description>Allows you to prevent particular database fields from being changed after a record is created. A validation error occurs on updates if an attribute of a model object is different from its value in the database.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/validates_constancy</guid>
      <author>Nils Jonsson</author>
    </item>
    <item>
      <title>seo_urls</title>
      <link>http://agilewebdevelopment.com/plugins/seo_urls</link>
      <description>Overwrites to_param to append a url-friendly version of the model&#8217;s &#8216;name&#8217; or &#8216;title&#8217; attribute to it&#8217;s id.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/seo_urls</guid>
      <author>Redshift Media</author>
    </item>
    <item>
      <title>Acts as Feeder</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_feeder</link>
      <description>Acts as feeder is a plugin that generates a feed aggregator in Ruby on Rails. This plugin is inspired by Craig Ambrose FeedFetcher. Thanks Craig.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_feeder</guid>
      <author>Nicolas Santa</author>
    </item>
    <item>
      <title>super_transaction</title>
      <link>http://agilewebdevelopment.com/plugins/super_transaction</link>
      <description>SuperTransaction allows you to save and destroy objects just as you normally would, but under the 
safety of a database transaction.  It extends upon the built in Rails transaction method to cut
duplication of what I find myself repeating all over when using transactions.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/super_transaction</guid>
      <author>Joe Noon</author>
    </item>
    <item>
      <title>suggests_id</title>
      <link>http://agilewebdevelopment.com/plugins/suggests_id</link>
      <description>Takes user input (such as their name) and returns an available ID string for use in login names or URLs.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/suggests_id</guid>
      <author>Alex Dunae</author>
    </item>
    <item>
      <title>ActsAsResource</title>
      <link>http://agilewebdevelopment.com/plugins/actsasresource</link>
      <description>Acts As Resource combines ActiveRecord and ActiveResource features in *one* class.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/actsasresource</guid>
      <author>Luca Guidi</author>
    </item>
    <item>
      <title>acts_as_hot_record</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_hot_record</link>
      <description>a simple plugin that could be used to show records that are set with their hotness level and be shown on the homepage of the application. The hotness level could be set and has expiration date of the hot_records.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_hot_record</guid>
      <author>Marjun Pagalan</author>
    </item>
    <item>
      <title>Validation Scenarios</title>
      <link>http://agilewebdevelopment.com/plugins/validation_scenarios</link>
      <description>Adds validation scenarios support to an Active Record model.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/validation_scenarios</guid>
      <author>Pavlikus</author>
    </item>
    <item>
      <title>Bangin' Finders</title>
      <link>http://agilewebdevelopment.com/plugins/bangin_finders</link>
      <description>Add a bang(!) to your dynamic ActiveRecord finders to have them raise RecordNotFound if they return something that is .blank?</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/bangin_finders</guid>
      <author>Seth Thomas Rasmussen</author>
    </item>
    <item>
      <title>Annotate models</title>
      <link>http://agilewebdevelopment.com/plugins/annotate_models</link>
      <description>Add a comment summarizing the current schema to the top of each ActiveRecord model source file.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/annotate_models</guid>
      <author>Dave Thomas</author>
    </item>
    <item>
      <title>db_column_with_spaces</title>
      <link>http://agilewebdevelopment.com/plugins/db_column_with_spaces</link>
      <description>A simple plugin that enables ActiveRecord's accessor methods and dynamic finders to work with legacy database tables that have column labels containing spaces.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/db_column_with_spaces</guid>
      <author>Eirik Dentz Sinclair</author>
    </item>
    <item>
      <title>You Tube Model</title>
      <link>http://agilewebdevelopment.com/plugins/you_tube_model</link>
      <description>Generates a model that interacts with the YouTube API. Still beta so no uploading yet.</description>
      <pubDate>Mon, 21 May 2007 07:04:06 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/you_tube_model</guid>
      <author>Edgar J. Suarez</author>
    </item>
  </channel>
</rss>
