<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ruby On Rails Blog &#187; plugins</title>
	<atom:link href="http://www.mendable.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mendable.com</link>
	<description>Mendable.com - Essential Reading for Ruby on Rails Developers</description>
	<lastBuildDate>Tue, 27 Jul 2010 19:38:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Correct Format Plugin Released</title>
		<link>http://www.mendable.com/rails-correct-format-plugin/</link>
		<comments>http://www.mendable.com/rails-correct-format-plugin/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:25:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[correct-format]]></category>
		<category><![CDATA[downcase]]></category>
		<category><![CDATA[lowercase]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[upcase]]></category>
		<category><![CDATA[uppercase]]></category>

		<guid isPermaLink="false">http://www.mendable.com/?p=149</guid>
		<description><![CDATA[I have released a new Plugin for Rails, called Correct-Format.
Github URL: github.com/mendable/correct-format

This plugin allows you to automatically correct simple user input mistakes
and format user-input without raising an ActiveRecord Error and without
inserting inconsistently formatted data into your database. Using this
plugin will enhance the usability and user-friendlyness of your application
and increase your data integrity.


You can automatically:


Make a [...]]]></description>
		<wfw:commentRss>http://www.mendable.com/rails-correct-format-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Plugin Tests Not Executed</title>
		<link>http://www.mendable.com/rails-plugin-tests-not-executed/</link>
		<comments>http://www.mendable.com/rails-plugin-tests-not-executed/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:06:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://mendable.wordpress.com/?p=12</guid>
		<description><![CDATA[With Rails 2.3.2, if you create your own plugin using &#8220;script/generate plugin {pluginname}&#8221;, then enter the vendor/plugins/{pluginname} directory, and run &#8220;rake test&#8221;, your tests will not run.
The fix for this is to add the following line to your vendor/plugins/{pluginname}/test/test_helper.rb file:
require 'test/unit'
&#8230; so that the top of the file now looks like this:
require 'rubygems'
require 'active_support'
require 'active_support/test_case'
require [...]]]></description>
		<wfw:commentRss>http://www.mendable.com/rails-plugin-tests-not-executed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
