<?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 Ruby, a message to you</title>
	<atom:link href="http://ruby.tie-rack.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruby.tie-rack.org</link>
	<description>Ruby.send(:stop, 'messing around')</description>
	<pubDate>Fri, 19 Mar 2010 13:41:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Deploying Sinatra on DreamHost - Internal Server Error with views (RESOLVED!) by Sean</title>
		<link>http://ruby.tie-rack.org/68/deploying-sinatra-on-dreamhost-internal-server-error-with-views/#comment-829</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 10 Mar 2010 05:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/68/deploying-sinatra-on-dreamhost-internal-server-error-with-views/#comment-829</guid>
		<description>@Aaron -- I just had the same issue with my first attempt to deploy a test Sinatra app on Dreamhost; even my test app was having problems with haml. I was able to fix it by vendoring haml (run 'gem unpack haml'; upload the results to your webroot/vendor/, and use 'require "vendor/haml-x.x.x/lib/haml.rb"' instead of just 'require "haml"').</description>
		<content:encoded><![CDATA[<p>@Aaron &#8212; I just had the same issue with my first attempt to deploy a test Sinatra app on Dreamhost; even my test app was having problems with haml. I was able to fix it by vendoring haml (run &#8216;gem unpack haml&#8217;; upload the results to your webroot/vendor/, and use &#8216;require &#8220;vendor/haml-x.x.x/lib/haml.rb&#8221;&#8216; instead of just &#8216;require &#8220;haml&#8221;&#8216;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Sinatra on DreamHost - Internal Server Error with views (RESOLVED!) by Aaron</title>
		<link>http://ruby.tie-rack.org/68/deploying-sinatra-on-dreamhost-internal-server-error-with-views/#comment-828</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 01 Mar 2010 12:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/68/deploying-sinatra-on-dreamhost-internal-server-error-with-views/#comment-828</guid>
		<description>Thanks!
My issue was with haml.  For some reason erb works as expected but haml fails.
I was having problems still even with the change in the config.ru :view variable.
I am really still not so sure on my app path situation, this is my first ruby app.
but anyway, your first solution worked for me.</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
My issue was with haml.  For some reason erb works as expected but haml fails.<br />
I was having problems still even with the change in the config.ru :view variable.<br />
I am really still not so sure on my app path situation, this is my first ruby app.<br />
but anyway, your first solution worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A better try &#8212; chaining methods and nil by Vladimir Penkin</title>
		<link>http://ruby.tie-rack.org/53/a-better-try-chaining-methods-and-nil/#comment-826</link>
		<dc:creator>Vladimir Penkin</dc:creator>
		<pubDate>Tue, 02 Feb 2010 15:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/53/a-better-try-chaining-methods-and-nil/#comment-826</guid>
		<description>I've wrote something like:

class Hash
  def try(method)
    self[method] if has_key? method
  end
end

To unify methods of Object and Hash. Now they both treated in one way.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve wrote something like:</p>
<p>class Hash<br />
  def try(method)<br />
    self[method] if has_key? method<br />
  end<br />
end</p>
<p>To unify methods of Object and Hash. Now they both treated in one way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My .irbrc by raf</title>
		<link>http://ruby.tie-rack.org/3/my-irbrc/#comment-825</link>
		<dc:creator>raf</dc:creator>
		<pubDate>Sun, 31 Jan 2010 03:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/?p=3#comment-825</guid>
		<description>I like Ctrl-L more than "clear" (but I think this only works in Mac and Linux)</description>
		<content:encoded><![CDATA[<p>I like Ctrl-L more than &#8220;clear&#8221; (but I think this only works in Mac and Linux)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My .irbrc by Improved irb configuration &#124; tail -f findings.out</title>
		<link>http://ruby.tie-rack.org/3/my-irbrc/#comment-822</link>
		<dc:creator>Improved irb configuration &#124; tail -f findings.out</dc:creator>
		<pubDate>Sun, 19 Jul 2009 02:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/?p=3#comment-822</guid>
		<description>[...] I came across a number of additional customizations that have proved quite useful. I took this page&#8217;s suggestions mostly verbatim in formulating mine. This page was also helpful. Here&#8217;s my [...]</description>
		<content:encoded><![CDATA[<p>[...] I came across a number of additional customizations that have proved quite useful. I took this page&#8217;s suggestions mostly verbatim in formulating mine. This page was also helpful. Here&#8217;s my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSSes: a clean CSS slate for your Rails application by GlennR</title>
		<link>http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/#comment-816</link>
		<dc:creator>GlennR</dc:creator>
		<pubDate>Wed, 06 May 2009 16:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/#comment-816</guid>
		<description>Hi Chris

Any plans to add HAML support?</description>
		<content:encoded><![CDATA[<p>Hi Chris</p>
<p>Any plans to add HAML support?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Buy the book! by Scott Yates</title>
		<link>http://ruby.tie-rack.org/72/buy-the-book/#comment-813</link>
		<dc:creator>Scott Yates</dc:creator>
		<pubDate>Thu, 05 Feb 2009 12:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/?p=72#comment-813</guid>
		<description>You are still a good writer, but you shouldn't be such a recluse.</description>
		<content:encoded><![CDATA[<p>You are still a good writer, but you shouldn&#8217;t be such a recluse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A better try &#8212; chaining methods and nil by Try() as you might &#124; Lambda @ Copa</title>
		<link>http://ruby.tie-rack.org/53/a-better-try-chaining-methods-and-nil/#comment-809</link>
		<dc:creator>Try() as you might &#124; Lambda @ Copa</dc:creator>
		<pubDate>Sun, 11 Jan 2009 12:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/53/a-better-try-chaining-methods-and-nil/#comment-809</guid>
		<description>[...] try with no fuss. After downloading more of the internetz I found one other person who argues that the try method isn't doing what is says it's doing. He came up with this [...]</description>
		<content:encoded><![CDATA[<p>[...] try with no fuss. After downloading more of the internetz I found one other person who argues that the try method isn&#8217;t doing what is says it&#8217;s doing. He came up with this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in downloading Stuffit Expander by Ryan</title>
		<link>http://ruby.tie-rack.org/79/adventures-in-downloading-stuffit-expander/#comment-801</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 08 Nov 2008 01:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/?p=79#comment-801</guid>
		<description>This same thing happened to me, except when I finally clicked the link in the email and found out about their wonderful offer, I gave up.

Isn't there anyone on this planet who has written a sit decompression utility other than the cockroaches at Smith Micro?</description>
		<content:encoded><![CDATA[<p>This same thing happened to me, except when I finally clicked the link in the email and found out about their wonderful offer, I gave up.</p>
<p>Isn&#8217;t there anyone on this planet who has written a sit decompression utility other than the cockroaches at Smith Micro?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in downloading Stuffit Expander by mct</title>
		<link>http://ruby.tie-rack.org/79/adventures-in-downloading-stuffit-expander/#comment-549</link>
		<dc:creator>mct</dc:creator>
		<pubDate>Fri, 08 Aug 2008 16:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/?p=79#comment-549</guid>
		<description>Testify!</description>
		<content:encoded><![CDATA[<p>Testify!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
