<?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>david winter &#187; datamapper</title>
	<atom:link href="http://davidwinter.me.uk/articles/tag/datamapper/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidwinter.me.uk</link>
	<description>you were expecting someone else?</description>
	<lastBuildDate>Sun, 22 Aug 2010 20:51:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Having Merb auto-migrate DataMapper test tables</title>
		<link>http://davidwinter.me.uk/articles/2008/02/23/having-merb-auto-migrate-datamapper-test-tables/</link>
		<comments>http://davidwinter.me.uk/articles/2008/02/23/having-merb-auto-migrate-datamapper-test-tables/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 11:06:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[datamapper]]></category>
		<category><![CDATA[merb]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/articles/2008/02/23/having-merb-auto-migrate-datamapper-test-tables/</guid>
		<description><![CDATA[By default, Merb will not ask DataMapper to create the tables in your testing database when you run your specs. In order to do this, you need to add the following line to your spec/spec_helper.rb file: DataMapper::Base.auto_migrate!]]></description>
			<content:encoded><![CDATA[<p>By default, Merb will not ask DataMapper to create the tables in your testing database when you run your specs. In order to do this, you need to add the following line to your <code>spec/spec_helper.rb</code> file:</p>

<pre><code>DataMapper::Base.auto_migrate!
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2008/02/23/having-merb-auto-migrate-datamapper-test-tables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
