<?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: TextMate Tip – The Ruby Bundle</title>
	<atom:link href="http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/feed" rel="self" type="application/rss+xml" />
	<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 16:27:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Insanity</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-49077</link>
		<dc:creator>Insanity</dc:creator>
		<pubDate>Sun, 25 Jul 2010 12:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-49077</guid>
		<description>&lt;p&gt;really,really like it!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>really,really like it!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: where to buy p90x</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-49002</link>
		<dc:creator>where to buy p90x</dc:creator>
		<pubDate>Sat, 24 Jul 2010 14:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-49002</guid>
		<description>&lt;p&gt;thank you for what you have said!really.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thank you for what you have said!really.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bennett</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-47363</link>
		<dc:creator>bennett</dc:creator>
		<pubDate>Fri, 18 Jun 2010 02:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-47363</guid>
		<description>&lt;p&gt;trying out some of the Ruby Bundle but I&#039;ve run into a problem... here&#039;s the code I&#039;m trying to run:&lt;/p&gt;

&lt;p&gt;class Song
  def initialize(name, artist, duration)
    @name = name
    @artist = artist
    @duration = duration
  end&lt;/p&gt;

&lt;p&gt;end&lt;/p&gt;

&lt;p&gt;song = Song.new(&quot;Ruby Tuesday&quot;, &quot;Rolling Stones&quot;, 360)
song.inspect&lt;/p&gt;

&lt;p&gt;however when I use the &quot;Run&quot; command the output window shows up blank - no errors, just blank. &lt;/p&gt;

&lt;p&gt;I&#039;m obviously a bit of a noob - can you tell me what&#039;s going on??&lt;/p&gt;

&lt;p&gt;thanks
b&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>trying out some of the Ruby Bundle but I&#8217;ve run into a problem&#8230; here&#8217;s the code I&#8217;m trying to run:</p>

<p>class Song
  def initialize(name, artist, duration)
    @name = name
    @artist = artist
    @duration = duration
  end</p>

<p>end</p>

<p>song = Song.new(&#8220;Ruby Tuesday&#8221;, &#8220;Rolling Stones&#8221;, 360)
song.inspect</p>

<p>however when I use the &#8220;Run&#8221; command the output window shows up blank &#8211; no errors, just blank. </p>

<p>I&#8217;m obviously a bit of a noob &#8211; can you tell me what&#8217;s going on??</p>

<p>thanks
b</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Don Smith</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-41841</link>
		<dc:creator>Don Smith</dc:creator>
		<pubDate>Sun, 22 Nov 2009 16:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-41841</guid>
		<description>&lt;p&gt;13Ajay, that&#039;s the Tab key. &lt;/p&gt;

&lt;p&gt;Ciarán, James, thanks for the great post.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>13Ajay, that&#8217;s the Tab key. </p>

<p>Ciarán, James, thanks for the great post.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-41782</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Fri, 20 Nov 2009 04:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-41782</guid>
		<description>&lt;p&gt;⇥ What is this symbol ⇥&lt;/p&gt;

&lt;p&gt;on the keyboard for code completion. I see it everywhere in the bundle for code snippets.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><abbr title="Tab">⇥</abbr> What is this symbol <abbr title="Tab">⇥</abbr></p>

<p>on the keyboard for code completion. I see it everywhere in the bundle for code snippets.</p>

<p>Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Grippe</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-30606</link>
		<dc:creator>Jared Grippe</dc:creator>
		<pubDate>Sat, 24 Jan 2009 00:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-30606</guid>
		<description>&lt;p&gt;I had this problem because i was using the Ruby.tmbundle from the SVN repo. looks like you also have a different version installed here /Library/Application Support/TextMate/Bundles/Ruby.tmbundle&lt;/p&gt;

&lt;p&gt;Try removing (or just moving) /Library/Application Support/TextMate/Bundles/Ruby.tmbundle and letting TM use the Ruby bundle it has in /Applications/TextMate.app/.... &lt;/p&gt;

&lt;p&gt;that worked for me&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I had this problem because i was using the Ruby.tmbundle from the SVN repo. looks like you also have a different version installed here /Library/Application Support/TextMate/Bundles/Ruby.tmbundle</p>

<p>Try removing (or just moving) /Library/Application Support/TextMate/Bundles/Ruby.tmbundle and letting TM use the Ruby bundle it has in /Applications/TextMate.app/&#8230;. </p>

<p>that worked for me</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Blogaholic &#187; Das TextMate Ruby Bundle</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-30508</link>
		<dc:creator>Blogaholic &#187; Das TextMate Ruby Bundle</dc:creator>
		<pubDate>Sun, 18 Jan 2009 09:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-30508</guid>
		<description>&lt;p&gt;[...] bin auf eine kurze Einführung in das TextMate Ruby Bundle gestoßen. Ich muss mir unbedingt die Triggers angewöhnen! Auch sehr lesenswert sind die 21 Ruby [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] bin auf eine kurze Einführung in das TextMate Ruby Bundle gestoßen. Ich muss mir unbedingt die Triggers angewöhnen! Auch sehr lesenswert sind die 21 Ruby [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Buddy</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-25075</link>
		<dc:creator>Buddy</dc:creator>
		<pubDate>Sat, 20 Sep 2008 20:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-25075</guid>
		<description>&lt;p&gt;When I try to run ruby code with the command R I get this: &lt;/p&gt;

&lt;p&gt;/Library/Application Support/TextMate/Bundles/Ruby.tmbundle/Support/RubyMate/run&lt;em&gt;script.rb:1:in `require&#039;: no such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor (LoadError) from /Library/Application Support/TextMate/Bundles/Ruby.tmbundle/Support/RubyMate/run&lt;/em&gt;script.rb:1&lt;/p&gt;

&lt;p&gt;Could anyone tell me what is wrong? &lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I try to run ruby code with the command R I get this: </p>

<p>/Library/Application Support/TextMate/Bundles/Ruby.tmbundle/Support/RubyMate/run<em>script.rb:1:in `require&#8217;: no such file to load &#8212; /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor (LoadError) from /Library/Application Support/TextMate/Bundles/Ruby.tmbundle/Support/RubyMate/run</em>script.rb:1</p>

<p>Could anyone tell me what is wrong? </p>

<p>Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: adjacencymatrix, among other things - Hammer of Code</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-20198</link>
		<dc:creator>adjacencymatrix, among other things - Hammer of Code</dc:creator>
		<pubDate>Mon, 02 Jun 2008 23:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-20198</guid>
		<description>&lt;p&gt;[...] just have to say: The more I learn about TextMate, Ruby, TextMate and Ruby together, or TextMate + Anything (Blogging for example), the more it blows my mind. I&#8217;ve [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] just have to say: The more I learn about TextMate, Ruby, TextMate and Ruby together, or TextMate + Anything (Blogging for example), the more it blows my mind. I&#8217;ve [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Weerasak.com &#187; Article: TextMate Tip – The Ruby Bundle</title>
		<link>http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle/comment-page-1#comment-19300</link>
		<dc:creator>Weerasak.com &#187; Article: TextMate Tip – The Ruby Bundle</dc:creator>
		<pubDate>Sat, 17 May 2008 03:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://ciaranwal.sh/2008/02/20/textmate-tip-the-ruby-bundle#comment-19300</guid>
		<description>&lt;p&gt;[...] TextMate Tip – The Ruby Bundle by Ciarán Walsh  The Ruby bundle is a large collection of automations that will help you write and run Ruby code. If you are a Rails user, switch the language menu at the bottom of each editor window to &quot;Ruby on Rails&quot; to gain access to these automations plus those defined in the Rails bundle. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] TextMate Tip – The Ruby Bundle by Ciarán Walsh  The Ruby bundle is a large collection of automations that will help you write and run Ruby code. If you are a Rails user, switch the language menu at the bottom of each editor window to &#8220;Ruby on Rails&#8221; to gain access to these automations plus those defined in the Rails bundle. [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->