<?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>RubyRescue &#187; rake</title>
	<atom:link href="http://www.rubyrescue.com/blog/category/rake/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubyrescue.com/blog</link>
	<description>begin..rescue..end</description>
	<lastBuildDate>Mon, 19 Jul 2010 14:46:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>rake aborts with closed stream running rake test</title>
		<link>http://www.rubyrescue.com/blog/2008/12/11/rake-aborts-with-closed-stream-running-rake-test/</link>
		<comments>http://www.rubyrescue.com/blog/2008/12/11/rake-aborts-with-closed-stream-running-rake-test/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 07:31:48 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[rake]]></category>

		<guid isPermaLink="false">http://www.rubyrescue.com/blog/2008/12/11/rake-aborts-with-closed-stream-running-rake-test/</guid>
		<description><![CDATA[Why does rake abort? chadd@ubuntu:~/myproj$ rake test:units (in /home/chadd/myproj) rake aborted! closed stream (See full trace by running task with &#8211;trace)   SOLVED &#8211; just do a rake db:schema:dump. If that has never been done, and the database was originally built without a migration (even though I have a full set of migrations that SHOULD [...]]]></description>
			<content:encoded><![CDATA[<p>Why does rake abort?</p>
<p>chadd@ubuntu:~/myproj$ rake test:units<br />
(in /home/chadd/myproj)<br />
rake aborted!<br />
closed stream<br />
(See full trace by running task with &#8211;trace)</p>
<p><strong> </strong></p>
<p><strong>SOLVED &#8211; just do a rake db:schema:dump. If that has never been done, and the database was originally built without a migration (even though I have a full set of migrations that SHOULD create the database properly in the test db), this cryptic error occurs.  </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubyrescue.com/blog/2008/12/11/rake-aborts-with-closed-stream-running-rake-test/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
