<?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>Kangaroo Court {concept47 blog} &#187; rails</title>
	<atom:link href="http://www.concept47.com/austin_web_developer_blog/category/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.concept47.com/austin_web_developer_blog</link>
	<description>An Austin Web Developer's Blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:34:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running thin instead of mongrel with script/server</title>
		<link>http://www.concept47.com/austin_web_developer_blog/rails/running-thin-instead-of-mongrel-with-scriptserver/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/rails/running-thin-instead-of-mongrel-with-scriptserver/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 08:48:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=403</guid>
		<description><![CDATA[Just go to the the rails directory that corresponds to this one on your computer (This is on a windows XP machine, but you should be able to figure out the right path on your machine)
C:\ruby\lib\ruby\gems\1.8\gems\rails-2.3.5\lib\commands
Open up server.rb
And edit the line that says
server = Rack::Handler::Mongrel
to say
server = Rack::Handler::Thin
enjoy
 

]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/rails/running-thin-instead-of-mongrel-with-scriptserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add updated_at and created_at (timestamps) columns to an existing table in rails</title>
		<link>http://www.concept47.com/austin_web_developer_blog/rails/how-to-add-updated_at-and-created_at-timestamps-to-an-existing-table-in-rails/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/rails/how-to-add-updated_at-and-created_at-timestamps-to-an-existing-table-in-rails/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 13:20:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=387</guid>
		<description><![CDATA[From Rails Guides &#8230;

change_table :products do &#124;t&#124;
  t.timestamps
end

]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/rails/how-to-add-updated_at-and-created_at-timestamps-to-an-existing-table-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
