<?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>Sam Rutley &#187; Ruby on Rails</title>
	<atom:link href="http://www.rutley.co.uk/blog/ruby-on-rails/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rutley.co.uk</link>
	<description>A web developer and SEO consultant based in Manchester</description>
	<lastBuildDate>Sat, 07 Jan 2012 18:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Adding a database in Ruby on Rails</title>
		<link>http://www.rutley.co.uk/blog/adding-a-database-in-ruby-on-rails</link>
		<comments>http://www.rutley.co.uk/blog/adding-a-database-in-ruby-on-rails#comments</comments>
		<pubDate>Thu, 02 Oct 2008 13:37:54 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=53</guid>
		<description><![CDATA[<p>To specify a database connection in Ruby on Rails:</p>
<ol>
<li>Ensure you have MySQL or postgreSQL installed on your web server</li>
<li>Navigate to the <strong>config &#62; database.yml</strong> file</li>
<li>Insert your database connection details</li>
&#8230;</ol>]]></description>
			<content:encoded><![CDATA[<p>To specify a database connection in Ruby on Rails:</p>
<ol>
<li>Ensure you have MySQL or postgreSQL installed on your web server</li>
<li>Navigate to the <strong>config &gt; database.yml</strong> file</li>
<li>Insert your database connection details</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/adding-a-database-in-ruby-on-rails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

