<?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 for pastbedti.me</title>
	<atom:link href="http://www.pastbedti.me/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pastbedti.me</link>
	<description>About ruby, rails, postgresql and stuff....</description>
	<lastBuildDate>Mon, 19 Sep 2011 10:15:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Grouping a timestamp field by date in Ruby On Rails / PostgreSQL by Mathias Stjernström</title>
		<link>http://www.pastbedti.me/2009/11/grouping-a-timestamp-field-by-date-in-ruby-on-rails-postgresql/comment-page-1/#comment-17883</link>
		<dc:creator>Mathias Stjernström</dc:creator>
		<pubDate>Mon, 19 Sep 2011 10:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=563#comment-17883</guid>
		<description>Hi Koen.

You are not missing something and you are correct. I usually solve this in the presentation layer, letting the database just return the data it has.  I&#039;am not even sure you could solve this without some kind of loop or subquery for each date, but I think its faster to solve it while presenting the data.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Koen.</p>
<p>You are not missing something and you are correct. I usually solve this in the presentation layer, letting the database just return the data it has.  I&#8217;am not even sure you could solve this without some kind of loop or subquery for each date, but I think its faster to solve it while presenting the data.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grouping a timestamp field by date in Ruby On Rails / PostgreSQL by Koen</title>
		<link>http://www.pastbedti.me/2009/11/grouping-a-timestamp-field-by-date-in-ruby-on-rails-postgresql/comment-page-1/#comment-17882</link>
		<dc:creator>Koen</dc:creator>
		<pubDate>Mon, 19 Sep 2011 09:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=563#comment-17882</guid>
		<description>Hi,

This looks great but what happens if you don&#039;t have a signup on a given day?; the query should return &#039;0&#039; for that date but I&#039;m afraid that with your example that&#039;s not going to work. Or am I missing something?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This looks great but what happens if you don&#8217;t have a signup on a given day?; the query should return &#8217;0&#8242; for that date but I&#8217;m afraid that with your example that&#8217;s not going to work. Or am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change PATH environment with Rails and Capistrano by Link dump for September 13th &#124; The Queue Incorporated</title>
		<link>http://www.pastbedti.me/2011/06/change-path-environment-with-rails-and-capistrano/comment-page-1/#comment-17683</link>
		<dc:creator>Link dump for September 13th &#124; The Queue Incorporated</dc:creator>
		<pubDate>Wed, 14 Sep 2011 04:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=699#comment-17683</guid>
		<description>[...] Change PATH environment with Rails and Capistrano &#8211; pastbedti.me &#8211; if you&#039;ve ever had path issues with ssh/capistrano this should help you solve them. [...]</description>
		<content:encoded><![CDATA[<p>[...] Change PATH environment with Rails and Capistrano &#8211; pastbedti.me &#8211; if you&#039;ve ever had path issues with ssh/capistrano this should help you solve them. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grouping a timestamp field by date in Ruby On Rails / PostgreSQL by sarvesh</title>
		<link>http://www.pastbedti.me/2009/11/grouping-a-timestamp-field-by-date-in-ruby-on-rails-postgresql/comment-page-1/#comment-13208</link>
		<dc:creator>sarvesh</dc:creator>
		<pubDate>Mon, 30 May 2011 14:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=563#comment-13208</guid>
		<description>Hi,

I am new to postgresql.
It saved my time. Thanks for the post.

Regards
Sarvesh.N</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am new to postgresql.<br />
It saved my time. Thanks for the post.</p>
<p>Regards<br />
Sarvesh.N</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Painful experience with rails InvalidAuthenticityToken by Rizzotto</title>
		<link>http://www.pastbedti.me/2009/03/painfully-experience-with-rails-invalidauthenticitytoken/comment-page-1/#comment-12601</link>
		<dc:creator>Rizzotto</dc:creator>
		<pubDate>Sun, 15 May 2011 21:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=406#comment-12601</guid>
		<description>thanks for your take</description>
		<content:encoded><![CDATA[<p>thanks for your take</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handling a staging environment with capistrano / rails by Evan Reeves</title>
		<link>http://www.pastbedti.me/2009/01/handling-a-staging-environment-with-capistrano-rails/comment-page-1/#comment-11488</link>
		<dc:creator>Evan Reeves</dc:creator>
		<pubDate>Thu, 21 Apr 2011 01:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=342#comment-11488</guid>
		<description>I don&#039;t think that Capistrano supports role definition within tasks as of version 2.5.21. I tried to configure my tasks similarly and received errors when trying to define my roles in a similar manner.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that Capistrano supports role definition within tasks as of version 2.5.21. I tried to configure my tasks similarly and received errors when trying to define my roles in a similar manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running couchdb under an unprivileged user account. by ehcache.net</title>
		<link>http://www.pastbedti.me/2009/04/running-couchdb-under-an-unprivileged-user-account/comment-page-1/#comment-10191</link>
		<dc:creator>ehcache.net</dc:creator>
		<pubDate>Thu, 24 Mar 2011 07:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=423#comment-10191</guid>
		<description>&lt;strong&gt;Running couchdb under an unprivileged user account...&lt;/strong&gt;

When helping a friend last night with couchdb a got stuck when trying to start it as an unprivileged user. The error messages you get from couchdb is far from easy to understand....</description>
		<content:encoded><![CDATA[<p><strong>Running couchdb under an unprivileged user account&#8230;</strong></p>
<p>When helping a friend last night with couchdb a got stuck when trying to start it as an unprivileged user. The error messages you get from couchdb is far from easy to understand&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Merb 1.0 and Empty reply from server by Mathias Stjernström</title>
		<link>http://www.pastbedti.me/2008/11/merb-10-and-empty-reply-from-server/comment-page-1/#comment-7113</link>
		<dc:creator>Mathias Stjernström</dc:creator>
		<pubDate>Wed, 08 Dec 2010 09:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=161#comment-7113</guid>
		<description>Hi.

The theme is called Helloblogger --&gt; http://www.easternwest.com/helloblogger-wordpress-theme/</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>The theme is called Helloblogger &#8211;&gt; <a href="http://www.easternwest.com/helloblogger-wordpress-theme/" rel="nofollow">http://www.easternwest.com/helloblogger-wordpress-theme/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Merb 1.0 and Empty reply from server by Lisandra Schmuck</title>
		<link>http://www.pastbedti.me/2008/11/merb-10-and-empty-reply-from-server/comment-page-1/#comment-7112</link>
		<dc:creator>Lisandra Schmuck</dc:creator>
		<pubDate>Wed, 08 Dec 2010 07:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=161#comment-7112</guid>
		<description>mmkay so I spent the last 20 minutes looking for the same template you&#039;re using and cannot find it. Didn&#039;t want to have to ask but really would love to use it for my site, could you let me know? I&#039;ll check back here soon for any replies. Thanks</description>
		<content:encoded><![CDATA[<p>mmkay so I spent the last 20 minutes looking for the same template you&#8217;re using and cannot find it. Didn&#8217;t want to have to ask but really would love to use it for my site, could you let me know? I&#8217;ll check back here soon for any replies. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5-10 second delay when launching Terminal.app in OSX by Zach Dennis</title>
		<link>http://www.pastbedti.me/2009/09/5-10-second-delay-when-launching-terminal-in-osx/comment-page-1/#comment-6282</link>
		<dc:creator>Zach Dennis</dc:creator>
		<pubDate>Sat, 02 Oct 2010 02:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pastbedti.me/?p=540#comment-6282</guid>
		<description>Thanks a lot for this post. This also worked for me.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post. This also worked for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

