<?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; bugs</title>
	<atom:link href="http://www.mendable.com/tag/bugs/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>FFMpeg SWF File Conversion</title>
		<link>http://www.mendable.com/ffmpeg-swf-file-conversion/</link>
		<comments>http://www.mendable.com/ffmpeg-swf-file-conversion/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 21:34:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://www.mendable.com/?p=286</guid>
		<description><![CDATA[FFMpeg has multiple problems and bugs with writing out to SWF files, I run into a few of these at my day-job and wrote a patch for one of the problems and submitted it back to FFMpeg. It was a nice change to go back and do some C programming for a while.
Anyway, list of [...]]]></description>
		<wfw:commentRss>http://www.mendable.com/ffmpeg-swf-file-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mass Find/replace for Rails Tests</title>
		<link>http://www.mendable.com/mass-findreplace-for-rails-tests/</link>
		<comments>http://www.mendable.com/mass-findreplace-for-rails-tests/#comments</comments>
		<pubDate>Tue, 26 May 2009 17:15:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[bugs]]></category>

		<guid isPermaLink="false">http://mendable.wordpress.com/?p=18</guid>
		<description><![CDATA[After upgrading an old project to Rails 2.3.2,my tests were failing to run, bombing out with an error like:
./test/unit/my_model.rb:4: undefined method `fixtures' for MyModelTest:Class (NoMethodError)
This was because in Rails 2.3.2, tests have to derive from ActiveSupport::TestCase, and not the old Test::Unit::TestCase.
A quick find and replace soon has us up and running again:
perl -pi -w -e [...]]]></description>
		<wfw:commentRss>http://www.mendable.com/mass-findreplace-for-rails-tests/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>
