<?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: validation</title>
    <link>http://agilewebdevelopment.com/plugins</link>
    <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
    <description>Ruby on Rails Plugins from AgileWebDevelopment.com</description>
    <item>
      <title>Custom Error Message</title>
      <link>http://agilewebdevelopment.com/plugins/custom_error_message</link>
      <description>Active Record validation enhancement. Gives you the option to not have your custom validation error message prefixed with the attribute name.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/custom_error_message</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>Enforce Schema Rules</title>
      <link>http://agilewebdevelopment.com/plugins/enforce_schema_rules</link>
      <description>Automatically validate your model against schema constraints. (Along the lines of what Dave Thomas mentioned in his keynote).</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/enforce_schema_rules</guid>
      <author>Josh Starcher</author>
    </item>
    <item>
      <title>HTTP URL Validation Improved</title>
      <link>http://agilewebdevelopment.com/plugins/http_url_validation_improved</link>
      <description>Ensures entered URLs are valid.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/http_url_validation_improved</guid>
      <author>Erik Gregg</author>
    </item>
    <item>
      <title>Validates XML</title>
      <link>http://agilewebdevelopment.com/plugins/validates_xml</link>
      <description>Adds 'validates_xml :field_name' to your model.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/validates_xml</guid>
      <author>John Wulff</author>
    </item>
    <item>
      <title>Html Test</title>
      <link>http://agilewebdevelopment.com/plugins/http_test</link>
      <description>An API for HTML validation and link checking in your functional and integration tests. A command line script for HTML validation and link checking over HTTP is included.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/http_test</guid>
      <author>Peter Marklund</author>
    </item>
    <item>
      <title>Validation Reflection</title>
      <link>http://agilewebdevelopment.com/plugins/validation_reflection</link>
      <description>Reflect on validations.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/validation_reflection</guid>
      <author>Michael Schuerig</author>
    </item>
    <item>
      <title>Client-Side Validation</title>
      <link>http://agilewebdevelopment.com/plugins/client_side_validation</link>
      <description>Mostly declarative client-side validation.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/client_side_validation</guid>
      <author>Michael Schuerig</author>
    </item>
    <item>
      <title>Active form</title>
      <link>http://agilewebdevelopment.com/plugins/active_form</link>
      <description>Provides support for non-ActiveRecord Model Objects that support Validations.
</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/active_form</guid>
      <author>Peter Donald</author>
    </item>
    <item>
      <title>RailsTidy</title>
      <link>http://agilewebdevelopment.com/plugins/railstidy</link>
      <description>Validates templates, tests html ouput and format output with libtidy.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/railstidy</guid>
      <author>Damien Merenne</author>
    </item>
    <item>
      <title>error_messages_for clickable links</title>
      <link>http://agilewebdevelopment.com/plugins/error_messages_for_clickable_links</link>
      <description>When error_messages_for are displayed, makes each error link to the text field</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/error_messages_for_clickable_links</guid>
      <author>Zach Inglis</author>
    </item>
    <item>
      <title>ReCAPTCHA</title>
      <link>http://agilewebdevelopment.com/plugins/recaptcha</link>
      <description>This plugin adds helpers for the ReCAPTCHA API.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/recaptcha</guid>
      <author>Jason L Perry</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, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/validates_constancy</guid>
      <author>Nils Jonsson</author>
    </item>
    <item>
      <title>Validator</title>
      <link>http://agilewebdevelopment.com/plugins/validator</link>
      <description>Allows to validate user input data independently of a model.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/validator</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>validates_email_format_of</title>
      <link>http://agilewebdevelopment.com/plugins/validates_email_format_of</link>
      <description>Validate email addresses against RFC 2822.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/validates_email_format_of</guid>
      <author>Alex Dunae</author>
    </item>
    <item>
      <title>Flux Validator (form validation)</title>
      <link>http://agilewebdevelopment.com/plugins/flux_validator</link>
      <description>The Flux Validator is a handy, Ajax based form validation plugin for Rails. The Flux Validator auto-magically validates forms against their models and displays a list of error messages for each invalid field, all without a page refresh.</description>
      <pubDate>Mon, 26 Jun 2006 21:16:50 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/flux_validator</guid>
      <author>Peter Gumeson</author>
    </item>
  </channel>
</rss>
