<?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: Ruby and Rails books, Textmate and FastRi</title>
	<atom:link href="http://programmingzen.com/2007/07/04/ruby-and-rails-books-textmate-and-fastri/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmingzen.com/2007/07/04/ruby-and-rails-books-textmate-and-fastri/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Wed, 01 Feb 2012 10:09:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: dclausen</title>
		<link>http://programmingzen.com/2007/07/04/ruby-and-rails-books-textmate-and-fastri/#comment-8030</link>
		<dc:creator>dclausen</dc:creator>
		<pubDate>Fri, 09 Oct 2009 16:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://72.52.169.158/~antonioc/2007/07/04/ruby-and-rails-books-textmate-and-fastri/#comment-8030</guid>
		<description>forgot that you have to reload TextMate&#039;s bundles after the edit:

osascript -e &#039;tell app &quot;TextMate&quot; to reload bundles&#039;</description>
		<content:encoded><![CDATA[<p>forgot that you have to reload TextMate&#8217;s bundles after the edit:</p>
<p>osascript -e &#8216;tell app &#8220;TextMate&#8221; to reload bundles&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dclausen</title>
		<link>http://programmingzen.com/2007/07/04/ruby-and-rails-books-textmate-and-fastri/#comment-8029</link>
		<dc:creator>dclausen</dc:creator>
		<pubDate>Fri, 09 Oct 2009 16:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://72.52.169.158/~antonioc/2007/07/04/ruby-and-rails-books-textmate-and-fastri/#comment-8029</guid>
		<description>It&#039;s possible to query fast-ri&#039;s documentation from within TextMate.

Get Dr Nic&#039;s Rails TextMate bundle here:
http://github.com/drnic/ruby-on-rails-tmbundle/tree/

edit: ~/Library/Application\ Support/TextMate/Bundles/Ruby on Rails.tmbundle/Commands/Documentation\ for\ Word.tmCommand

comment out the existing command that queries apidock.com like so:

&lt;!--#!/usr/bin/env ruby
url = &quot;http://apidock.com/rails/search/quick?query=&quot; + ENV[&#039;TM_CURRENT_WORD&#039;]
puts &quot;&lt;meta http-equiv=&#039;Refresh&#039; content=&#039;0;URL=#{url}&#039;&gt;&quot;
--&gt;

and add in it&#039;s place:

#!qri ENV[&#039;TM_CURRENT_WORD&#039;]

then highlight a method you&#039;d like documentation on, and press Control-H.</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible to query fast-ri&#8217;s documentation from within TextMate.</p>
<p>Get Dr Nic&#8217;s Rails TextMate bundle here:<br />
<a href="http://github.com/drnic/ruby-on-rails-tmbundle/tree/" rel="nofollow">http://github.com/drnic/ruby-on-rails-tmbundle/tree/</a></p>
<p>edit: ~/Library/Application\ Support/TextMate/Bundles/Ruby on Rails.tmbundle/Commands/Documentation\ for\ Word.tmCommand</p>
<p>comment out the existing command that queries apidock.com like so:</p>
<p>&lt;!&#8211;#!/usr/bin/env ruby<br />
url = &#8220;http://apidock.com/rails/search/quick?query=&#8221; + ENV['TM_CURRENT_WORD']<br />
puts &#8220;&lt;meta http-equiv=&#8217;Refresh&#8217; content=&#8217;0;URL=#{url}&#8217;&gt;&#8221;<br />
&#8211;&gt;</p>
<p>and add in it&#8217;s place:</p>
<p>#!qri ENV['TM_CURRENT_WORD']</p>
<p>then highlight a method you&#8217;d like documentation on, and press Control-H.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

