<?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"
	>
<channel>
	<title>Comments for casperfabricius.com</title>
	<atom:link href="http://casperfabricius.com/site/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://casperfabricius.com/site</link>
	<description>expert ruby on rails development</description>
	<pubDate>Tue, 06 Jan 2009 02:05:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>Comment on Keeping git repositories on Dreamhost using SSH by Using GIT version control system &#187; Autarchy of the Private Cave</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/#comment-255</link>
		<dc:creator>Using GIT version control system &#187; Autarchy of the Private Cave</dc:creator>
		<pubDate>Thu, 25 Dec 2008 21:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-255</guid>
		<description>[...] setting up Git repository on Dreamhost (also: hosting Git on Dreamhost; in the light of GoDaddy now offering SSH access for shared hosting plans, instructions for Dreamhost get even more value.) [...]</description>
		<content:encoded><![CDATA[<p>[...] setting up Git repository on Dreamhost (also: hosting Git on Dreamhost; in the light of GoDaddy now offering SSH access for shared hosting plans, instructions for Dreamhost get even more value.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Christmas greetings from a happy boy by Glædelig Jul 2008 fra bjørnen og&#160;giraffen! at What is The Lab?</title>
		<link>http://casperfabricius.com/site/2008/12/22/christmas-greetings/#comment-254</link>
		<dc:creator>Glædelig Jul 2008 fra bjørnen og&#160;giraffen! at What is The Lab?</dc:creator>
		<pubDate>Wed, 24 Dec 2008 13:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=156#comment-254</guid>
		<description>[...] og take it home dansk nissemand [...]</description>
		<content:encoded><![CDATA[<p>[...] og take it home dansk nissemand [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Christmas greetings from a happy boy by Michael</title>
		<link>http://casperfabricius.com/site/2008/12/22/christmas-greetings/#comment-252</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 22 Dec 2008 20:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=156#comment-252</guid>
		<description>Haha Casper - very very cool!</description>
		<content:encoded><![CDATA[<p>Haha Casper - very very cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing Rails validations with metaprogramming by Aditya</title>
		<link>http://casperfabricius.com/site/2008/12/06/removing-rails-validations-with-metaprogramming/#comment-249</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Wed, 10 Dec 2008 03:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=153#comment-249</guid>
		<description>haha - nope, I was going to propose we coerce^Wconvince Sean to add it to Radiant ;-) 

Great work on the extensions though, Josh Hart clued me in...</description>
		<content:encoded><![CDATA[<p>haha - nope, I was going to propose we coerce^Wconvince Sean to add it to Radiant ;-) </p>
<p>Great work on the extensions though, Josh Hart clued me in&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing Rails validations with metaprogramming by Casper Fabricius</title>
		<link>http://casperfabricius.com/site/2008/12/06/removing-rails-validations-with-metaprogramming/#comment-247</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Sun, 07 Dec 2008 10:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=153#comment-247</guid>
		<description>It is a hack, and an ugly one at that, but since I was writing an extension to be released, I could not rely on changing someone else's code.

All changes had to be done from my code, but if you have a trick up your sleeve for adding that :if =&gt; without modifying existing code I'd like to see it :)</description>
		<content:encoded><![CDATA[<p>It is a hack, and an ugly one at that, but since I was writing an extension to be released, I could not rely on changing someone else&#8217;s code.</p>
<p>All changes had to be done from my code, but if you have a trick up your sleeve for adding that :if => without modifying existing code I&#8217;d like to see it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing Rails validations with metaprogramming by Aditya</title>
		<link>http://casperfabricius.com/site/2008/12/06/removing-rails-validations-with-metaprogramming/#comment-246</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Sun, 07 Dec 2008 08:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=153#comment-246</guid>
		<description>Whoa.  I was running into the exact same thing with mutli_site - login seems to be unque in the User model and there's no good way of removing the validation.  The thing I'm proposing is to add an :if =&#62; should_validate_unique_login but I'm not so sure if that's the best option...

Overriding validations just seems like a hack.</description>
		<content:encoded><![CDATA[<p>Whoa.  I was running into the exact same thing with mutli_site - login seems to be unque in the User model and there&#8217;s no good way of removing the validation.  The thing I&#8217;m proposing is to add an :if =&gt; should_validate_unique_login but I&#8217;m not so sure if that&#8217;s the best option&#8230;</p>
<p>Overriding validations just seems like a hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RailsConf Europe 2008 write-up by Casper Fabricius</title>
		<link>http://casperfabricius.com/site/2008/09/13/railsconf-europe-2008-write-up/#comment-244</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Mon, 01 Dec 2008 10:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=122#comment-244</guid>
		<description>Hi Dan,

Haven't tried it, but I'm 99% sure it is not possible. First of all, Dreamhost policy doesn't allow you to run separate server applications, and second; even if you do it anyway DH will kill the juggernaut server pretty quickly through their automatic server administration.

Cheers.</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>Haven&#8217;t tried it, but I&#8217;m 99% sure it is not possible. First of all, Dreamhost policy doesn&#8217;t allow you to run separate server applications, and second; even if you do it anyway DH will kill the juggernaut server pretty quickly through their automatic server administration.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RailsConf Europe 2008 write-up by Dan</title>
		<link>http://casperfabricius.com/site/2008/09/13/railsconf-europe-2008-write-up/#comment-238</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 30 Nov 2008 02:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=122#comment-238</guid>
		<description>Found you on google.  Have you ever tried / is it possible to set up a juggernaut app on dreamhost?

Thanks.</description>
		<content:encoded><![CDATA[<p>Found you on google.  Have you ever tried / is it possible to set up a juggernaut app on dreamhost?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping git repositories on Dreamhost using SSH by Casper Fabricius</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/#comment-234</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Mon, 24 Nov 2008 08:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-234</guid>
		<description>Det var så lidt - you are welcome :)</description>
		<content:encoded><![CDATA[<p>Det var så lidt - you are welcome :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping git repositories on Dreamhost using SSH by Alex Genaud</title>
		<link>http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/#comment-233</link>
		<dc:creator>Alex Genaud</dc:creator>
		<pubDate>Mon, 24 Nov 2008 00:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=130#comment-233</guid>
		<description>I see you've gotten the ping. Hey, Casper, I took your script and ran with it. Tak skal du have.</description>
		<content:encoded><![CDATA[<p>I see you&#8217;ve gotten the ping. Hey, Casper, I took your script and ran with it. Tak skal du have.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
