<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Last deployment date with Rails and Capistrano</title>
	<atom:link href="http://www.rubyfleebie.com/last-deployment-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubyfleebie.com/last-deployment-date/</link>
	<description>Because programming should be fun</description>
	<lastBuildDate>Fri, 10 Sep 2010 17:40:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank</title>
		<link>http://www.rubyfleebie.com/last-deployment-date/comment-page-1/#comment-912</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/last-deployment-date/#comment-912</guid>
		<description>Thanks guys for these nice alternatives!</description>
		<content:encoded><![CDATA[<p>Thanks guys for these nice alternatives!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Nesbitt</title>
		<link>http://www.rubyfleebie.com/last-deployment-date/comment-page-1/#comment-911</link>
		<dc:creator>Josh Nesbitt</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/last-deployment-date/#comment-911</guid>
		<description>You could also pull the timestamp from the most recent folder within the releases directory, as Capistrano uses timestamped folder names as a way of separating revisions of code over different deploys. Nice idea :)</description>
		<content:encoded><![CDATA[<p>You could also pull the timestamp from the most recent folder within the releases directory, as Capistrano uses timestamped folder names as a way of separating revisions of code over different deploys. Nice idea :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Neubert</title>
		<link>http://www.rubyfleebie.com/last-deployment-date/comment-page-1/#comment-910</link>
		<dc:creator>Ian Neubert</dc:creator>
		<pubDate>Fri, 19 Mar 2010 15:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/last-deployment-date/#comment-910</guid>
		<description>I think you could also use the REVISION file that capistrano places by default during a deploy. You could also get the SVN/git revision from this file by reading it.

Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>I think you could also use the REVISION file that capistrano places by default during a deploy. You could also get the SVN/git revision from this file by reading it.</p>
<p>Thanks for the tip!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
