<?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"
	>
<channel>
	<title>Comments on: Automatically Restart script/server For Easier Plugin Development with FSEvents</title>
	<atom:link href="http://rails.aizatto.com/2007/12/11/automatically-restart-scriptserver-for-easier-plugin-development-with-fsevents/feed/" rel="self" type="application/rss+xml" />
	<link>http://rails.aizatto.com/2007/12/11/automatically-restart-scriptserver-for-easier-plugin-development-with-fsevents/</link>
	<description>Ruby and Ruby on Rails Development</description>
	<pubDate>Fri, 09 Jan 2009 22:11:28 +0000</pubDate>
	
		<item>
		<title>By: Mr eel</title>
		<link>http://rails.aizatto.com/2007/12/11/automatically-restart-scriptserver-for-easier-plugin-development-with-fsevents/#comment-467</link>
		<dc:creator>Mr eel</dc:creator>
		<pubDate>Tue, 18 Dec 2007 02:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/12/11/automatically-restart-scriptserver-for-easier-plugin-development-with-fsevents/#comment-467</guid>
		<description>You can actually just use the require_dependency method within one of your own source files. For example at the top of your controller. The specified plugin will then also be reloaded along with the controller.

for example:

require_dependency 'acts_as_ferret'</description>
		<content:encoded><![CDATA[<p>You can actually just use the require_dependency method within one of your own source files. For example at the top of your controller. The specified plugin will then also be reloaded along with the controller.</p>
<p>for example:</p>
<p>require_dependency &#8216;acts_as_ferret&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
