<?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 on: Living In A Post Rails World</title>
	<atom:link href="http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/</link>
	<description>Schrade.Blog</description>
	<lastBuildDate>Fri, 09 Jul 2010 06:07:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: elliottcable</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-349</link>
		<dc:creator>elliottcable</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-349</guid>
		<description>I came to Ruby a few years ago, intending to get &quot;a firm base&quot; in the parent language before hitting Rails, my real goal. I fell so much in love with Ruby - real, pure Ruby - that I never ended up doing anything with Rails. I&#039;m glad of it.

Rails is dead, or will be soon enough. Long live Ruby!</description>
		<content:encoded><![CDATA[<p>I came to Ruby a few years ago, intending to get &#8220;a firm base&#8221; in the parent language before hitting Rails, my real goal. I fell so much in love with Ruby &#8211; real, pure Ruby &#8211; that I never ended up doing anything with Rails. I&#8217;m glad of it.</p>
<p>Rails is dead, or will be soon enough. Long live Ruby!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-350</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-350</guid>
		<description>Great article, I also thought of seperating parts of my applications, like the authentication system and others. At some point I could build applications which relate very well if they use the same tiny applications/databases.

@elliottcable: Rails is far from dead, come on! It&#039;s being developer for, upon and with!</description>
		<content:encoded><![CDATA[<p>Great article, I also thought of seperating parts of my applications, like the authentication system and others. At some point I could build applications which relate very well if they use the same tiny applications/databases.</p>
<p>@elliottcable: Rails is far from dead, come on! It&#8217;s being developer for, upon and with!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zerohalo</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-351</link>
		<dc:creator>zerohalo</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-351</guid>
		<description>I agree with/like the concept of small apps talking to each other rather than one big one. Easier to maintain/upgrade/reuse the individual components. But I see no reason to ditch Rails in order to achieve that. (No need to be stuck in Rails either, of course.)</description>
		<content:encoded><![CDATA[<p>I agree with/like the concept of small apps talking to each other rather than one big one. Easier to maintain/upgrade/reuse the individual components. But I see no reason to ditch Rails in order to achieve that. (No need to be stuck in Rails either, of course.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-352</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-352</guid>
		<description>I&#039;m not sure if I can wrap my head around this... can you provide an actual example of one these tiny-app systems?

@elliottcable: Just because you don&#039;t use Rails doesn&#039;t mean it&#039;s dead.  Get real.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if I can wrap my head around this&#8230; can you provide an actual example of one these tiny-app systems?</p>
<p>@elliottcable: Just because you don&#8217;t use Rails doesn&#8217;t mean it&#8217;s dead.  Get real.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ferrisoxide@gmail.com</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-353</link>
		<dc:creator>ferrisoxide@gmail.com</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-353</guid>
		<description>Weirdly enough, this is the very direction Rails seems to be headed anyway. With support for Rack - via Rails Metal - the opportunities to write tiny apps that stick together is huge.

Have a look here for a couple of examples of where this is headed: http://weblog.rubyonrails.org/2008/12/17/introducing-rails-metal

Rails aint dead - but I think even core Rails folks realise it&#039;s the answer to every problem. Small things, loosely coupled - that&#039;s the Ruby world I want to live in.</description>
		<content:encoded><![CDATA[<p>Weirdly enough, this is the very direction Rails seems to be headed anyway. With support for Rack &#8211; via Rails Metal &#8211; the opportunities to write tiny apps that stick together is huge.</p>
<p>Have a look here for a couple of examples of where this is headed: <a href="http://weblog.rubyonrails.org/2008/12/17/introducing-rails-metal" rel="nofollow">http://weblog.rubyonrails.org/2008/12/17/introducing-rails-metal</a></p>
<p>Rails aint dead &#8211; but I think even core Rails folks realise it&#8217;s the answer to every problem. Small things, loosely coupled &#8211; that&#8217;s the Ruby world I want to live in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Schrader</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-354</link>
		<dc:creator>Kurt Schrader</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-354</guid>
		<description>Let me clarify one thing, I don&#039;t think that Rails is dead.

I think that it&#039;s very much alive and well (and Rails 3 is looking great), but at the same time the Ruby tools world has reached a level of maturity where if you&#039;re not looking at all of the other possible solutions to a problem then you&#039;re really doing yourself a disservice.</description>
		<content:encoded><![CDATA[<p>Let me clarify one thing, I don&#8217;t think that Rails is dead.</p>
<p>I think that it&#8217;s very much alive and well (and Rails 3 is looking great), but at the same time the Ruby tools world has reached a level of maturity where if you&#8217;re not looking at all of the other possible solutions to a problem then you&#8217;re really doing yourself a disservice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-355</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-355</guid>
		<description>we never said rails was the answer to everything.  it fills a need.

I wouldn&#039;t say multiple smaller apps are necessarily easier to maintain, though.  Each piece adds complexity in getting an application up and running.  I&#039;m just dabbling in this area, and I already need to startup a database, a Parkplace server (using Amazon S3 in production), Sphinx, a payment gateway (sinatra w/ json api), and an Astrotrain instance (merb server for processing emails) just to get Tender Support (all rails) running.  it&#039;s not exactly trivial for me, and it&#039;s downright a pain for our designers.  Luckily, these external services are optional and only needed if you&#039;re looking at that specific feature that they enable.

Being able to step outside your comfort zone is a very good thing, though.</description>
		<content:encoded><![CDATA[<p>we never said rails was the answer to everything.  it fills a need.</p>
<p>I wouldn&#8217;t say multiple smaller apps are necessarily easier to maintain, though.  Each piece adds complexity in getting an application up and running.  I&#8217;m just dabbling in this area, and I already need to startup a database, a Parkplace server (using Amazon S3 in production), Sphinx, a payment gateway (sinatra w/ json api), and an Astrotrain instance (merb server for processing emails) just to get Tender Support (all rails) running.  it&#8217;s not exactly trivial for me, and it&#8217;s downright a pain for our designers.  Luckily, these external services are optional and only needed if you&#8217;re looking at that specific feature that they enable.</p>
<p>Being able to step outside your comfort zone is a very good thing, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ferrisoxide</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-356</link>
		<dc:creator>ferrisoxide</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-356</guid>
		<description>That should have been &quot;I think even core Rails folks realise it&#039;s NOT the answer to every problem.&quot; Wups.. one little word.. :)</description>
		<content:encoded><![CDATA[<p>That should have been &#8220;I think even core Rails folks realise it&#8217;s NOT the answer to every problem.&#8221; Wups.. one little word.. <img src='http://kurt.karmalab.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ade</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-357</link>
		<dc:creator>Ade</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-357</guid>
		<description>I&#039;m with Sean here...can I see some actual examples of these tiny-app systems?</description>
		<content:encoded><![CDATA[<p>I&#8217;m with Sean here&#8230;can I see some actual examples of these tiny-app systems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lolcatz</title>
		<link>http://kurt.karmalab.org/2009/02/14/living-in-a-post-rails-world/comment-page-1/#comment-358</link>
		<dc:creator>lolcatz</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-358</guid>
		<description>+1 for examples, please</description>
		<content:encoded><![CDATA[<p>+1 for examples, please</p>
]]></content:encoded>
	</item>
</channel>
</rss>
