<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/444</link>
		<description>Comments by Calvin Yu</description>
<item>
<title>Don&#039;t Forget to Plant It! : Don&#8217;t Forget to Plant It!</title>
<link>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment47841</link>
<description>Can you explain what you mean by using additional Rails plugins?  I think it should work if you do it after the Beast Plugin has been initialized. </description>
<pubDate>Fri, 7 Dec 2007 03:25:59 +0000</pubDate>
<guid>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment47841</guid>
</item><item>
<title>Don&#039;t Forget to Plant It! : Don&#8217;t Forget to Plant It!</title>
<link>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment39821</link>
<description>I&amp;#039;ve started adding some tests to my plugins, and here&amp;#039;s what I&amp;#039;ve done so far: &lt;br /&gt; &lt;br /&gt;I added a testing task to the beast_plugins plugin (vendor/plugins/beast_plugins/tasks/testing.rake): &lt;br /&gt; &lt;br /&gt;namespace :test do &lt;br /&gt;  Rake::TestTask.new(:beast_plugins =&amp;gt; :environment) do |t| &lt;br /&gt;    t.libs &amp;lt;&amp;lt; &amp;quot;test&amp;quot; &lt;br /&gt; &lt;br /&gt;    if ENV[&amp;#039;PLUGIN&amp;#039;] &lt;br /&gt;      t.pattern = &amp;quot;vendor/beast/#{ENV[&amp;#039;PLUGIN&amp;#039;]}/test/**/*_test.rb&amp;quot; &lt;br /&gt;    else &lt;br /&gt;      t.pattern = &amp;#039;vendor/beast/*/**/test/**/*_test.rb&amp;#039; &lt;br /&gt;    end &lt;br /&gt; &lt;br /&gt;    t.verbose = true &lt;br /&gt;  end &lt;br /&gt;  Rake::Task[&amp;#039;test:beast_plugins&amp;#039;].comment = &amp;quot;Run the Beast plugin tests in vendor/beast/*/**/test (or specify with PLUGIN=name)&amp;quot; &lt;br /&gt;end &lt;br /&gt; &lt;br /&gt;I then put my tests under the test/unit and test/functional directories under the individual plugin directories.  You&amp;#039;ll have to change the paths to point to test_helper: &lt;br /&gt; &lt;br /&gt;require File.dirname(__FILE__) + &amp;#039;/../../../../../test/test_helper&amp;#039; &lt;br /&gt; &lt;br /&gt;Not pretty for sure. </description>
<pubDate>Mon, 19 Nov 2007 16:46:31 +0000</pubDate>
<guid>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment39821</guid>
</item><item>
<title>Don&#039;t Forget to Plant It! : Don&#8217;t Forget to Plant It!</title>
<link>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment39819</link>
<description>Hi Jason, &lt;br /&gt; &lt;br /&gt;I apologize for not responding to this sooner -- Intense Debate&amp;#039;s notifications have been going automatically to spam, doh! &lt;br /&gt; &lt;br /&gt;I&amp;#039;ve see this happen before with newer versions of Rails.  Have you tried this?: &lt;br /&gt; &lt;br /&gt;  ::Dispatcher.send :prepare_application &lt;br /&gt; &lt;br /&gt;(there&amp;#039;s two colon&amp;#039;s before Dispatcher) </description>
<pubDate>Mon, 19 Nov 2007 16:24:48 +0000</pubDate>
<guid>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment39819</guid>
</item><item>
<title>Don&#039;t Forget to Plant It! : Don&#8217;t Forget to Plant It!</title>
<link>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment1863</link>
<description>Great!  That way I won&amp;#039;t have to style my old comments :) </description>
<pubDate>Thu, 27 Sep 2007 05:19:58 +0000</pubDate>
<guid>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment1863</guid>
</item><item>
<title>Don&#039;t Forget to Plant It! : Don&#8217;t Forget to Plant It!</title>
<link>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment1831</link>
<description>Intense Debate doesn&amp;#039;t seem to touch any of my older posts that has comments.  I guess that makes sense. &lt;br /&gt; &lt;br /&gt;The comment styling for my WP theme looks like butt.  Need to fix. </description>
<pubDate>Wed, 26 Sep 2007 19:26:56 +0000</pubDate>
<guid>http://blog.codeeg.com/2007/09/04/taming-beast-how-to-extend-beast-using-plugins/#IDComment1831</guid>
</item>	</channel>
</rss>