<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Ernie Miller</title>
	
	<link>http://erniemiller.org</link>
	<description>A clever tagline will go here. As soon as I think of one.</description>
	<lastBuildDate>Sun, 29 Jan 2012 17:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/erniemiller-comments" /><feedburner:info uri="erniemiller-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Squeel by Ciantainc</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/1ti2pKi2gw4/</link>
		<dc:creator>Ciantainc</dc:creator>
		<pubDate>Sun, 29 Jan 2012 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://erniemiller.org/?page_id=836#comment-1028</guid>
		<description>Can some clarify this question? How to add 'on' condition to joins in Squeel?</description>
		<content:encoded><![CDATA[<p>Can some clarify this question? How to add &#8216;on&#8217; condition to joins in Squeel?</p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/1ti2pKi2gw4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/projects/squeel/comment-page-1/#comment-1028</feedburner:origLink></item>
	<item>
		<title>Comment on Scaling Web Applications: My “3 Questions” Philosophy by Web Application Development</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/bzb9_HQDTHg/</link>
		<dc:creator>Web Application Development</dc:creator>
		<pubDate>Tue, 24 Jan 2012 10:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://erniemiller.org/?p=891#comment-1026</guid>
		<description>your 3 questions for scaling web applications are good and answer for this questions are awesome.</description>
		<content:encoded><![CDATA[<p>your 3 questions for scaling web applications are good and answer for this questions are awesome.</p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/bzb9_HQDTHg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/2011/06/02/scaling-web-applications-my-3-questions-philosophy/comment-page-1/#comment-1026</feedburner:origLink></item>
	<item>
		<title>Comment on Simplified Active Directory User Authentication by Anonymous</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/yKtImI13aQs/</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 13 Jan 2012 13:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://thebalance.metautonomo.us/?p=15#comment-1023</guid>
		<description>Just a note. with the ruby-net-ldap gem version 0.0.4 code fails with "no connection to server". Using net-ldap gem instead, it works like a charm. Thanks!</description>
		<content:encoded><![CDATA[<p>Just a note. with the ruby-net-ldap gem version 0.0.4 code fails with &#8220;no connection to server&#8221;. Using net-ldap gem instead, it works like a charm. Thanks!</p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/yKtImI13aQs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/2008/04/04/simplified-active-directory-authentication/comment-page-1/#comment-1023</feedburner:origLink></item>
	<item>
		<title>Comment on Squeel by Guy Silva</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/TzCYDkJlRHU/</link>
		<dc:creator>Guy Silva</dc:creator>
		<pubDate>Wed, 11 Jan 2012 08:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://erniemiller.org/?page_id=836#comment-1022</guid>
		<description>Hi, 
great job with squeel!

I think I found a bug :) 
I have this scope working fine

scope :on_period, -&gt;(start_period, end_period) {
    where{ ((end_date &gt; start_period ) | (end_date == nil) ) &amp; ( start_date (start_period, end_period) {

    where{ (( start_period &lt; end_date ) | (end_date == nil) ) &amp; ( start_date &lt; end_period) }

  }

it stops working resulting in a where conditions like: WHERE (1)

is that suppose to behave like that?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
great job with squeel!</p>
<p>I think I found a bug :)<br />
I have this scope working fine</p>
<p>scope :on_period, -&gt;(start_period, end_period) {<br />
    where{ ((end_date &gt; start_period ) | (end_date == nil) ) &amp; ( start_date (start_period, end_period) {</p>
<p>    where{ (( start_period &lt; end_date ) | (end_date == nil) ) &amp; ( start_date &lt; end_period) }</p>
<p>  }</p>
<p>it stops working resulting in a where conditions like: WHERE (1)</p>
<p>is that suppose to behave like that?</p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/TzCYDkJlRHU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/projects/squeel/comment-page-1/#comment-1022</feedburner:origLink></item>
	<item>
		<title>Comment on TextMate 2 + rmate = Awesome by Nicolas Ledez</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/1WhKfB1BFpA/</link>
		<dc:creator>Nicolas Ledez</dc:creator>
		<pubDate>Sat, 07 Jan 2012 17:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://erniemiller.org/?p=1035#comment-1021</guid>
		<description>Hello, if you want to have config files for rmate, you can try my pull request:
https://github.com/avian/rmate/pull/2</description>
		<content:encoded><![CDATA[<p>Hello, if you want to have config files for rmate, you can try my pull request:<br />
<a href="https://github.com/avian/rmate/pull/2" rel="nofollow">https://github.com/avian/rmate/pull/2</a></p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/1WhKfB1BFpA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/2011/12/12/textmate-2-rmate-awesome/comment-page-1/#comment-1021</feedburner:origLink></item>
	<item>
		<title>Comment on TextMate 2 + rmate = Awesome by Trey Shugart</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/Yj2Zk6KTg8s/</link>
		<dc:creator>Trey Shugart</dc:creator>
		<pubDate>Tue, 03 Jan 2012 22:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://erniemiller.org/?p=1035#comment-1020</guid>
		<description>If you use Puppet - which is probably smart if you have 21 servers - why don't you just update your configuration to include that script on all your servers?</description>
		<content:encoded><![CDATA[<p>If you use Puppet &#8211; which is probably smart if you have 21 servers &#8211; why don&#8217;t you just update your configuration to include that script on all your servers?</p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/Yj2Zk6KTg8s" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/2011/12/12/textmate-2-rmate-awesome/comment-page-1/#comment-1020</feedburner:origLink></item>
	<item>
		<title>Comment on TextMate 2 + rmate = Awesome by Rrrrrrrrmate | Geek update</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/RAOczbs1fGw/</link>
		<dc:creator>Rrrrrrrrmate | Geek update</dc:creator>
		<pubDate>Sun, 01 Jan 2012 14:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://erniemiller.org/?p=1035#comment-1018</guid>
		<description>[...] you’re working on remote server for example. Install tuts and a nice guide can be found at Ernie Miller’s Blog.   This entry was posted in Knowledgebase, Tech. Bookmark the permalink.    ← RTMP [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;re working on remote server for example. Install tuts and a nice guide can be found at Ernie Miller&#8217;s Blog.   This entry was posted in Knowledgebase, Tech. Bookmark the permalink.    &larr; RTMP [...]</p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/RAOczbs1fGw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/2011/12/12/textmate-2-rmate-awesome/comment-page-1/#comment-1018</feedburner:origLink></item>
	<item>
		<title>Comment on Mobile Devices and Rails: Maintaining your Sanity by Anonymous</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/RLg4kDEkiMc/</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 30 Dec 2011 17:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://erniemiller.org/?p=682#comment-1017</guid>
		<description>Thanks for the great post. But I am still stuck when trying to redirect to the m subdomain... I have tried pow but it seems still trying to repeat the redirection(resulting in sth. like m.m.m.localhost.com) many times... any idea?? </description>
		<content:encoded><![CDATA[<p>Thanks for the great post. But I am still stuck when trying to redirect to the m subdomain&#8230; I have tried pow but it seems still trying to repeat the redirection(resulting in sth. like m.m.m.localhost.com) many times&#8230; any idea?? </p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/RLg4kDEkiMc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/2011/01/05/mobile-devices-and-rails-maintaining-your-sanity/comment-page-1/#comment-1017</feedburner:origLink></item>
	<item>
		<title>Comment on Squeel by Guillaume Nourry-Mar</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/t-fEDp66HxM/</link>
		<dc:creator>Guillaume Nourry-Mar</dc:creator>
		<pubDate>Wed, 28 Dec 2011 22:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://erniemiller.org/?page_id=836#comment-1016</guid>
		<description>Hi Ernie, 

Thanks for the great work. I was able to synthetize my code by 50%, while doing more, and in a more performant manner.

G</description>
		<content:encoded><![CDATA[<p>Hi Ernie, </p>
<p>Thanks for the great work. I was able to synthetize my code by 50%, while doing more, and in a more performant manner.</p>
<p>G</p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/t-fEDp66HxM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/projects/squeel/comment-page-1/#comment-1016</feedburner:origLink></item>
	<item>
		<title>Comment on I’m a Machinist! (and you should be, too) by Chris Dillon</title>
		<link>http://feedproxy.google.com/~r/erniemiller-comments/~3/y47YtJnAfmY/</link>
		<dc:creator>Chris Dillon</dc:creator>
		<pubDate>Wed, 21 Dec 2011 14:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://erniemiller.org/?p=1029#comment-1014</guid>
		<description>Congrats!</description>
		<content:encoded><![CDATA[<p>Congrats!</p>
<img src="http://feeds.feedburner.com/~r/erniemiller-comments/~4/y47YtJnAfmY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://erniemiller.org/2011/11/30/im-a-machinist/comment-page-1/#comment-1014</feedburner:origLink></item>
</channel>
</rss>

