<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Zero to Riding the Rails in Four Months</title>
	<atom:link href="http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/</link>
	<description>A collection of cool ideas we come across while building ThriveSmart.</description>
	<lastBuildDate>Wed, 30 Sep 2009 04:19:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Gorbatchev &#187; Morning Brew #83</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-319</link>
		<dc:creator>Alex Gorbatchev &#187; Morning Brew #83</dc:creator>
		<pubDate>Sun, 06 Jul 2008 17:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-319</guid>
		<description>[...] Zero to Riding the Rails in Four Months. [...]</description>
		<content:encoded><![CDATA[<p>[...] Zero to Riding the Rails in Four Months. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poster</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-305</link>
		<dc:creator>Poster</dc:creator>
		<pubDate>Mon, 05 May 2008 12:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-305</guid>
		<description>In Java you write a lot of code. So basically you spend your time writing code. 

In RoR you can do the same thing in one line. So basically you spend the same amount of time in search of how this one line is written.</description>
		<content:encoded><![CDATA[<p>In Java you write a lot of code. So basically you spend your time writing code. </p>
<p>In RoR you can do the same thing in one line. So basically you spend the same amount of time in search of how this one line is written.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cootHaist</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-294</link>
		<dc:creator>cootHaist</dc:creator>
		<pubDate>Thu, 07 Feb 2008 03:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-294</guid>
		<description>Nice site keep it up! 
 
-------------------------------------- 
http://www.dasofte.com</description>
		<content:encoded><![CDATA[<p>Nice site keep it up! </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<a href="http://www.dasofte.com" rel="nofollow">http://www.dasofte.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maximus</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-213</link>
		<dc:creator>Maximus</dc:creator>
		<pubDate>Thu, 20 Dec 2007 08:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-213</guid>
		<description>I would like to see a continuation of the topic</description>
		<content:encoded><![CDATA[<p>I would like to see a continuation of the topic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-111</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 14 Nov 2007 00:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-111</guid>
		<description>@Ryan
I never did get around to posting the patch to multi-asset-locations.  I doubt they would like my git formatted patch.

The change is fairly straightforward.  In multi_asset_locations.rb change:
    unless source.include?(&quot;:&quot;)
        to
    unless source.include?(&quot;:&quot;) &#124;&#124; @controller.request.ssl?

and you are good to go.</description>
		<content:encoded><![CDATA[<p>@Ryan<br />
I never did get around to posting the patch to multi-asset-locations.  I doubt they would like my git formatted patch.</p>
<p>The change is fairly straightforward.  In multi_asset_locations.rb change:<br />
    unless source.include?(&#8220;:&#8221;)<br />
        to<br />
    unless source.include?(&#8220;:&#8221;) || @controller.request.ssl?</p>
<p>and you are good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Grow</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-110</link>
		<dc:creator>Ryan Grow</dc:creator>
		<pubDate>Wed, 14 Nov 2007 00:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-110</guid>
		<description>Great article. I&#039;m running into the same https problem with the standard asset host management. Did you create/post a patch for the modifications to the multi-asset-locations plugin to handle https pages correctly?</description>
		<content:encoded><![CDATA[<p>Great article. I&#8217;m running into the same https problem with the standard asset host management. Did you create/post a patch for the modifications to the multi-asset-locations plugin to handle https pages correctly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Jaynes</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-71</link>
		<dc:creator>Matt Jaynes</dc:creator>
		<pubDate>Tue, 23 Oct 2007 23:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-71</guid>
		<description>Wow. Super great article! You guys rock!</description>
		<content:encoded><![CDATA[<p>Wow. Super great article! You guys rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best of Feeds - 30 links - programming, google, tips, agile, facebook &#171; Internet Duct Tape</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-61</link>
		<dc:creator>Best of Feeds - 30 links - programming, google, tips, agile, facebook &#171; Internet Duct Tape</dc:creator>
		<pubDate>Sat, 20 Oct 2007 17:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-61</guid>
		<description>[...] [RAILS] Zero to Riding the Rails in Four Months [...]</description>
		<content:encoded><![CDATA[<p>[...] [RAILS] Zero to Riding the Rails in Four Months [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Ghillie &#187; Zero to Riding the Rails in Four Months (Hack&#8217;d)</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-55</link>
		<dc:creator>My Ghillie &#187; Zero to Riding the Rails in Four Months (Hack&#8217;d)</dc:creator>
		<pubDate>Fri, 19 Oct 2007 08:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-55</guid>
		<description>[...] Check it out! While looking through the blogosphere we stumbled on an interesting post today.Here&#8217;s a quick excerptMiksi Ruby on Rails GWT:n sijaan. [...]</description>
		<content:encoded><![CDATA[<p>[...] Check it out! While looking through the blogosphere we stumbled on an interesting post today.Here&#8217;s a quick excerptMiksi Ruby on Rails GWT:n sijaan. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morning Brew #83</title>
		<link>http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-53</link>
		<dc:creator>Morning Brew #83</dc:creator>
		<pubDate>Thu, 18 Oct 2007 14:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/#comment-53</guid>
		<description>[...] Zero to Riding the Rails in Four Months. [...]</description>
		<content:encoded><![CDATA[<p>[...] Zero to Riding the Rails in Four Months. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
