<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Rails Plugin Tutorial</title>
	<atom:link href="http://juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/</link>
	<description>Break Coders Block!</description>
	<lastBuildDate>Thu, 10 May 2012 17:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Salman</title>
		<link>http://juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/comment-page-1/#comment-20841</link>
		<dc:creator>Salman</dc:creator>
		<pubDate>Wed, 17 Nov 2010 19:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/#comment-20841</guid>
		<description>Great quick start on rails plugins, thanks!</description>
		<content:encoded><![CDATA[<p>Great quick start on rails plugins, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-02-28 &#171; The Inscription</title>
		<link>http://juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/comment-page-1/#comment-140</link>
		<dc:creator>links for 2008-02-28 &#171; The Inscription</dc:creator>
		<pubDate>Thu, 28 Feb 2008 06:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/#comment-140</guid>
		<description>[...] Rails Plugin Tutorial There are other Rails Plugin tutorials out there but I found holes in the details they provided so I felt I need to write this Ruby on Rails plugin tutorial. This tutorial is written with the experience of developing the acts_as_commentable plugin. (tags: Ruby Rails Tutorial) [...]</description>
		<content:encoded><![CDATA[<p>[...] Rails Plugin Tutorial There are other Rails Plugin tutorials out there but I found holes in the details they provided so I felt I need to write this Ruby on Rails plugin tutorial. This tutorial is written with the experience of developing the acts_as_commentable plugin. (tags: Ruby Rails Tutorial) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Boxman</title>
		<link>http://juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/comment-page-1/#comment-139</link>
		<dc:creator>Jason Boxman</dc:creator>
		<pubDate>Thu, 24 Jan 2008 01:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/#comment-139</guid>
		<description>That&#039;s already provided for by Rails.

module ActiveRecord
  class Errors
    @@default_error_messages[:inclusion] = &quot;must be selected.&quot;
    ....
  end
end</description>
		<content:encoded><![CDATA[<p>That&#8217;s already provided for by Rails.</p>
<p>module ActiveRecord<br />
  class Errors<br />
    @@default_error_messages[:inclusion] = &#8220;must be selected.&#8221;<br />
    &#8230;.<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhilash</title>
		<link>http://juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/comment-page-1/#comment-138</link>
		<dc:creator>abhilash</dc:creator>
		<pubDate>Fri, 23 Feb 2007 06:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2006/06/18/rails-plugin-tutorial/#comment-138</guid>
		<description>Hai, How to change the core Rails validation error messages using plugins?

Give in details</description>
		<content:encoded><![CDATA[<p>Hai, How to change the core Rails validation error messages using plugins?</p>
<p>Give in details</p>
]]></content:encoded>
	</item>
</channel>
</rss>

