<?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 RailsRocket - Ruby on Rails Tutorials</title>
	<atom:link href="http://www.railsrocket.com/articles/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.railsrocket.com/articles</link>
	<description>A Ruby on Rails community website with tutorials</description>
	<pubDate>Wed, 19 Nov 2008 14:01:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on The Controversial Eval Function by ashes999</title>
		<link>http://www.railsrocket.com/articles/the-controversial-eval-function#comment-214</link>
		<dc:creator>ashes999</dc:creator>
		<pubDate>Wed, 12 Nov 2008 19:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=200#comment-214</guid>
		<description>I'm still very confused about procs. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m still very confused about procs. <img src='http://www.railsrocket.com/articles/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Functions as First-Class Objects by George</title>
		<link>http://www.railsrocket.com/articles/functions-as-first-class-objects#comment-213</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 12 Nov 2008 02:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=96#comment-213</guid>
		<description>Procs you use them like this

lambda do
  print "Hello World"
end

call them like this

prock.call()</description>
		<content:encoded><![CDATA[<p>Procs you use them like this</p>
<p>lambda do<br />
  print &#8220;Hello World&#8221;<br />
end</p>
<p>call them like this</p>
<p>prock.call()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Controversial Eval Function by George</title>
		<link>http://www.railsrocket.com/articles/the-controversial-eval-function#comment-212</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 12 Nov 2008 02:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=200#comment-212</guid>
		<description>what about Procs</description>
		<content:encoded><![CDATA[<p>what about Procs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bort: Better Skeleton Applications by Eric Berry</title>
		<link>http://www.railsrocket.com/articles/bort-better-skeleton-applications#comment-152</link>
		<dc:creator>Eric Berry</dc:creator>
		<pubDate>Fri, 10 Oct 2008 15:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=184#comment-152</guid>
		<description>Great job guys.  I love this idea.  Are there any more 'base apps' coming anytime soon by chance?</description>
		<content:encoded><![CDATA[<p>Great job guys.  I love this idea.  Are there any more &#8216;base apps&#8217; coming anytime soon by chance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Functions as First-Class Objects by Recent Faves Tagged With "eval" : MyNetFaves</title>
		<link>http://www.railsrocket.com/articles/functions-as-first-class-objects#comment-141</link>
		<dc:creator>Recent Faves Tagged With "eval" : MyNetFaves</dc:creator>
		<pubDate>Thu, 02 Oct 2008 03:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=96#comment-141</guid>
		<description>[...] public links &#62;&#62; eval    Functions as First-Class Objects First saved by nympha &#124; 2 days ago      Barracuda blocking Edublogs.org!!! First saved by [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; eval    Functions as First-Class Objects First saved by nympha | 2 days ago      Barracuda blocking Edublogs.org!!! First saved by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirecting in Rails by ashes999</title>
		<link>http://www.railsrocket.com/articles/redirecting-in-rails#comment-127</link>
		<dc:creator>ashes999</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=44#comment-127</guid>
		<description>Redirecting to an external site sounds like a security loophole :) what are some legitimate use-cases of something like this?</description>
		<content:encoded><![CDATA[<p>Redirecting to an external site sounds like a security loophole <img src='http://www.railsrocket.com/articles/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> what are some legitimate use-cases of something like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirecting in Rails by Jason McDonald</title>
		<link>http://www.railsrocket.com/articles/redirecting-in-rails#comment-125</link>
		<dc:creator>Jason McDonald</dc:creator>
		<pubDate>Fri, 12 Sep 2008 19:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=44#comment-125</guid>
		<description>I've been pretty impressed with RoR so far but am far from impressed with the redirect capabilities. The practice of redirecting from an action while passing parameters is subpar at best. I shouldn't have to jump through hoops just to redirect and have it include the parameters. Additionally, I still haven't figured out how (or if) you can redirect from an action to an external site while still passing the parameters. Overall RoR is pretty cool, but redirects kind of suck.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been pretty impressed with RoR so far but am far from impressed with the redirect capabilities. The practice of redirecting from an action while passing parameters is subpar at best. I shouldn&#8217;t have to jump through hoops just to redirect and have it include the parameters. Additionally, I still haven&#8217;t figured out how (or if) you can redirect from an action to an external site while still passing the parameters. Overall RoR is pretty cool, but redirects kind of suck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exception and Error Handling by Recent Faves Tagged With "exceptions" : MyNetFaves</title>
		<link>http://www.railsrocket.com/articles/exception-and-error-handling#comment-124</link>
		<dc:creator>Recent Faves Tagged With "exceptions" : MyNetFaves</dc:creator>
		<pubDate>Fri, 12 Sep 2008 06:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=102#comment-124</guid>
		<description>[...] public links &#62;&#62; exceptions    Exception and Error Handling First saved by odrazirus &#124; 1 days ago      Retirement Savings versus Student Loans First saved by [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; exceptions    Exception and Error Handling First saved by odrazirus | 1 days ago      Retirement Savings versus Student Loans First saved by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating to Rails 2.0 by Upgrading to Rails 2.1 on Windows &#171; Chronicling My Ruby on Rails Journey</title>
		<link>http://www.railsrocket.com/articles/migrating-to-rails-20#comment-39</link>
		<dc:creator>Upgrading to Rails 2.1 on Windows &#171; Chronicling My Ruby on Rails Journey</dc:creator>
		<pubDate>Sat, 28 Jun 2008 00:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.215.62/~railsroc/?p=8#comment-39</guid>
		<description>[...] different articles have slightly different ways of doing the upgrade. According to this article Migrating to Rails 2.0, it suggested the following commands (it&#8217;s the one I ended up following):  gem install rails [...]</description>
		<content:encoded><![CDATA[<p>[...] different articles have slightly different ways of doing the upgrade. According to this article Migrating to Rails 2.0, it suggested the following commands (it&#8217;s the one I ended up following):  gem install rails [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
