<?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 Duplo</title>
	<atom:link href="http://kill-0.com/duplo/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kill-0.com/duplo</link>
	<description>Building Blocks &#038; Learning Experiences</description>
	<lastBuildDate>Fri, 14 May 2010 05:40:38 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Rspec 1.1.4 and Helper spec woes by Jon Christensen</title>
		<link>http://kill-0.com/duplo/2008/08/06/rspec-114-and-helper-spec-woes/comment-page-1/#comment-6714</link>
		<dc:creator>Jon Christensen</dc:creator>
		<pubDate>Fri, 14 May 2010 05:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/06/rspec-114-and-helper-spec-woes/#comment-6714</guid>
		<description>Same problem here. I can&#039;t believe that this is the only post I found about it. I was about to give up and just yank the ApplicationHelper tests out of my suite.  Thanks much.</description>
		<content:encoded><![CDATA[<p>Same problem here. I can&#8217;t believe that this is the only post I found about it. I was about to give up and just yank the ApplicationHelper tests out of my suite.  Thanks much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Different Take on Custom Error Pages in Ruby on Rails by Jaryl Sim</title>
		<link>http://kill-0.com/duplo/2010/01/29/a-different-take-on-custom-error-pages-in-ruby-on-rails/comment-page-1/#comment-6241</link>
		<dc:creator>Jaryl Sim</dc:creator>
		<pubDate>Sun, 07 Mar 2010 12:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/?p=49#comment-6241</guid>
		<description>This would be useful, thanks. You think you could make a plugin/gem out of this?</description>
		<content:encoded><![CDATA[<p>This would be useful, thanks. You think you could make a plugin/gem out of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D&amp;D Dice Probabilities by lollypop</title>
		<link>http://kill-0.com/duplo/2008/06/02/dd-dice-probabilities/comment-page-1/#comment-5231</link>
		<dc:creator>lollypop</dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/06/02/dd-dice-probabilities/#comment-5231</guid>
		<description>What&#039;s the math to figure out 1 in 68 billion for all 18s?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the math to figure out 1 in 68 billion for all 18s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Cookie Detection by Art</title>
		<link>http://kill-0.com/duplo/2007/07/12/rails-cookie-detection/comment-page-1/#comment-5077</link>
		<dc:creator>Art</dc:creator>
		<pubDate>Mon, 19 Oct 2009 15:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2007/07/12/rails-cookie-detection/#comment-5077</guid>
		<description>Is this the way handle cookies-disabled cookies user and told them to enabled it or make rails work without cookies ?

And what is request.cookies[&quot;_session_id&quot;] anyway ? is it cookies ? session ? or what ?

Thanks,</description>
		<content:encoded><![CDATA[<p>Is this the way handle cookies-disabled cookies user and told them to enabled it or make rails work without cookies ?</p>
<p>And what is request.cookies["_session_id"] anyway ? is it cookies ? session ? or what ?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Cookie Detection by ClearCove &#187; Blog Archive &#187; Recipe: Detect whether cookies are enabled in rails</title>
		<link>http://kill-0.com/duplo/2007/07/12/rails-cookie-detection/comment-page-1/#comment-4946</link>
		<dc:creator>ClearCove &#187; Blog Archive &#187; Recipe: Detect whether cookies are enabled in rails</dc:creator>
		<pubDate>Wed, 30 Sep 2009 03:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2007/07/12/rails-cookie-detection/#comment-4946</guid>
		<description>[...] recipe works as of Rails 2.3 (new cookie handling). It is inspired by this article. The recipe in the original article does not work with newer versions of rails. So I updated it and [...]</description>
		<content:encoded><![CDATA[<p>[...] recipe works as of Rails 2.3 (new cookie handling). It is inspired by this article. The recipe in the original article does not work with newer versions of rails. So I updated it and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MPD MP3 -&gt; Shoutcast streaming (part 2) [UPDATED Sept 15] by lindylex</title>
		<link>http://kill-0.com/duplo/2008/08/25/mpd-mp3-shoutcast-streaming-part-2/comment-page-1/#comment-4332</link>
		<dc:creator>lindylex</dc:creator>
		<pubDate>Thu, 13 Aug 2009 23:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/?p=17#comment-4332</guid>
		<description>In the /etc/init.d/mpd look for this line at the top and edit it to match the path of the bin.

Comment out the one that does not apply to your install. 

DAEMON=/usr/bin/mpd
#DAEMON=/usr/local/bin/mpd</description>
		<content:encoded><![CDATA[<p>In the /etc/init.d/mpd look for this line at the top and edit it to match the path of the bin.</p>
<p>Comment out the one that does not apply to your install. </p>
<p>DAEMON=/usr/bin/mpd<br />
#DAEMON=/usr/local/bin/mpd</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MPD MP3 -&gt; Shoutcast streaming (part 2) [UPDATED Sept 15] by lindylex</title>
		<link>http://kill-0.com/duplo/2008/08/25/mpd-mp3-shoutcast-streaming-part-2/comment-page-1/#comment-4330</link>
		<dc:creator>lindylex</dc:creator>
		<pubDate>Thu, 13 Aug 2009 23:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/?p=17#comment-4330</guid>
		<description>I am so sorry for any confusion.  I just checked back these are the only two paths the the .deb would install too.

/usr/bin/mpd
/usr/local/bin/mpd

Once again sorry for the delayed response.  I wonder if it would be useful for the admin to have my contact?</description>
		<content:encoded><![CDATA[<p>I am so sorry for any confusion.  I just checked back these are the only two paths the the .deb would install too.</p>
<p>/usr/bin/mpd<br />
/usr/local/bin/mpd</p>
<p>Once again sorry for the delayed response.  I wonder if it would be useful for the admin to have my contact?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Cookie Detection by ericw</title>
		<link>http://kill-0.com/duplo/2007/07/12/rails-cookie-detection/comment-page-1/#comment-4329</link>
		<dc:creator>ericw</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2007/07/12/rails-cookie-detection/#comment-4329</guid>
		<description>@wn: Because the cookies_test method is defined in ApplicationController (an &quot;abstract&quot; controller), it can be called as an action on any controller in your application (like the Foo controller to which I alluded.)  So no, that is not a mistake.

Your last statement isn&#039;t a question, but I think to answer it, yes, it does set the cookie, but your server won&#039;t receive the cookie until after the redirect, that&#039;s why we need the redirect at all.

e.</description>
		<content:encoded><![CDATA[<p>@wn: Because the cookies_test method is defined in ApplicationController (an &#8220;abstract&#8221; controller), it can be called as an action on any controller in your application (like the Foo controller to which I alluded.)  So no, that is not a mistake.</p>
<p>Your last statement isn&#8217;t a question, but I think to answer it, yes, it does set the cookie, but your server won&#8217;t receive the cookie until after the redirect, that&#8217;s why we need the redirect at all.</p>
<p>e.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Cookie Detection by wn</title>
		<link>http://kill-0.com/duplo/2007/07/12/rails-cookie-detection/comment-page-1/#comment-4300</link>
		<dc:creator>wn</dc:creator>
		<pubDate>Tue, 11 Aug 2009 16:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2007/07/12/rails-cookie-detection/#comment-4300</guid>
		<description>Hi,
(using rails 2.3.2)
Question, in the application controller you have a method 
cookies_test and in cookies_required you do a call to
...
redirect_to(:controller =&gt; &quot;foo&quot;, :action =&gt; &quot;cookies_test&quot;)
...

What should cookies_test in controller foo do ? Or is this a mistake
and it should read 
...
redirect_to(:controller =&gt; &quot;application&quot;, :action =&gt; &quot;cookies_test&quot;)
...

Or I am missing something ? 
Question, on the very first page visit, the browser doesn&#039;t set the cookie.
It merely redirects.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
(using rails 2.3.2)<br />
Question, in the application controller you have a method<br />
cookies_test and in cookies_required you do a call to<br />
&#8230;<br />
redirect_to(:controller =&gt; &#8220;foo&#8221;, :action =&gt; &#8220;cookies_test&#8221;)<br />
&#8230;</p>
<p>What should cookies_test in controller foo do ? Or is this a mistake<br />
and it should read<br />
&#8230;<br />
redirect_to(:controller =&gt; &#8220;application&#8221;, :action =&gt; &#8220;cookies_test&#8221;)<br />
&#8230;</p>
<p>Or I am missing something ?<br />
Question, on the very first page visit, the browser doesn&#8217;t set the cookie.<br />
It merely redirects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D&amp;D Dice Probabilities by mothis</title>
		<link>http://kill-0.com/duplo/2008/06/02/dd-dice-probabilities/comment-page-1/#comment-1936</link>
		<dc:creator>mothis</dc:creator>
		<pubDate>Sat, 02 May 2009 04:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/06/02/dd-dice-probabilities/#comment-1936</guid>
		<description>Ouch; Looks like the chance of rolling all 18s is roughly one in 68 billion</description>
		<content:encoded><![CDATA[<p>Ouch; Looks like the chance of rolling all 18s is roughly one in 68 billion</p>
]]></content:encoded>
	</item>
</channel>
</rss>
