<?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"
	>

<channel>
	<title>A.R.T.E.M.I.S. Rewrite Project</title>
	<atom:link href="http://rewriteproject.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rewriteproject.com</link>
	<description>Analysis Research Tool &#38; Epidemiological Management Information System</description>
	<pubDate>Thu, 14 Aug 2008 21:43:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>I cannot get down, if my web design is not brown..  err.. wait.</title>
		<link>http://rewriteproject.com/2008/08/14/i-cannot-get-down-if-my-web-design-is-not-brown-err-wait/</link>
		<comments>http://rewriteproject.com/2008/08/14/i-cannot-get-down-if-my-web-design-is-not-brown-err-wait/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 21:42:36 +0000</pubDate>
		<dc:creator>gdonald</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Meeting Notes]]></category>

		<guid isPermaLink="false">http://rewriteproject.com/?p=9</guid>
		<description><![CDATA[Today we met with RedWhale via conference call to see the prototype design for Artemis.  It was nice looking overall but I can&#8217;t really say I was expecting it to be brown.
Everyone was assigned the task of looking it over and gathering some thoughts for tomorrow&#8217;s regular team meeting.  I noticed how it was missing [...]]]></description>
		<wfw:commentRss>http://rewriteproject.com/2008/08/14/i-cannot-get-down-if-my-web-design-is-not-brown-err-wait/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forcing the square data into the round table</title>
		<link>http://rewriteproject.com/2008/08/01/forcing-the-square-data-into-the-round-table/</link>
		<comments>http://rewriteproject.com/2008/08/01/forcing-the-square-data-into-the-round-table/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 17:28:38 +0000</pubDate>
		<dc:creator>gdonald</dc:creator>
		
		<category><![CDATA[Meeting Notes]]></category>

		<category><![CDATA[data]]></category>

		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://rewriteproject.com/?p=8</guid>
		<description><![CDATA[We had a project meeting today.  Jill and Bill discussed some data issues they found with migrating data from the old schemas into our new schemas.  They said sometimes data would be changed simply to keep analysis scripts from breaking down.  A number of things will need to be researched to fix up the data.
Bill [...]]]></description>
		<wfw:commentRss>http://rewriteproject.com/2008/08/01/forcing-the-square-data-into-the-round-table/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Added Oracle Bitmap index support to migrations</title>
		<link>http://rewriteproject.com/2008/07/01/added-oracle-bitmap-index-support-to-migrations/</link>
		<comments>http://rewriteproject.com/2008/07/01/added-oracle-bitmap-index-support-to-migrations/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 21:35:25 +0000</pubDate>
		<dc:creator>grahamww</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[migrations]]></category>

		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://rewriteproject.com/?p=7</guid>
		<description><![CDATA[(from my blog post)
As I posted here, Greg helped me find a way to override the way Rails migrations create Oracle sequences by putting code in the environment.rb file. I mentioned at the bottom of that post that I would like to find a way to make it also support Oracle&#8217;s bitmap indexes. This turned [...]]]></description>
		<wfw:commentRss>http://rewriteproject.com/2008/07/01/added-oracle-bitmap-index-support-to-migrations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Altering the way Rails migrations create Oracle sequences</title>
		<link>http://rewriteproject.com/2008/07/01/altering-the-way-rails-migrations-create-oracle-sequences/</link>
		<comments>http://rewriteproject.com/2008/07/01/altering-the-way-rails-migrations-create-oracle-sequences/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 19:34:38 +0000</pubDate>
		<dc:creator>grahamww</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[migrations]]></category>

		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://rewriteproject.com/?p=6</guid>
		<description><![CDATA[(adapted from my blog post)
As we start down the road of developing with Ruby on Rails, I&#8217;m working first on porting our current schema design into database migrations. One thing that just struck me as bizarre, though is how during the migrations each table&#8217;s sequence is created with a starting value of 10,000. Why? Where [...]]]></description>
		<wfw:commentRss>http://rewriteproject.com/2008/07/01/altering-the-way-rails-migrations-create-oracle-sequences/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automigrations and the Amish</title>
		<link>http://rewriteproject.com/2008/06/20/automigrations-and-the-amish/</link>
		<comments>http://rewriteproject.com/2008/06/20/automigrations-and-the-amish/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 19:53:01 +0000</pubDate>
		<dc:creator>gdonald</dc:creator>
		
		<category><![CDATA[Meeting Notes]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[migrations]]></category>

		<guid isPermaLink="false">http://rewriteproject.com/?p=3</guid>
		<description><![CDATA[Today we had our weekly Artemis developer meeting.  Bill discussed his testing work with the auto_migrations plugin.  Seems it doesn&#8217;t handle certain changes made to the schema.rb, such as changing a null field to not null or changing the size of a varchar.  He&#8217;s going to try to whip it into shape using the meta [...]]]></description>
		<wfw:commentRss>http://rewriteproject.com/2008/06/20/automigrations-and-the-amish/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
