<?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: Offline Rails API layout using RDoc&#8217;s RDOCOPT</title>
	<atom:link href="http://www.davidpierron.com/index.php/archives/2009/03/09/255/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpierron.com/index.php/archives/2009/03/09/255/</link>
	<description>The life and times of a struggling artist...</description>
	<lastBuildDate>Wed, 14 Dec 2011 14:38:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: David Pierron</title>
		<link>http://www.davidpierron.com/index.php/archives/2009/03/09/255/comment-page-1/#comment-4520</link>
		<dc:creator>David Pierron</dc:creator>
		<pubDate>Sun, 20 Jun 2010 16:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpierron.com/?p=255#comment-4520</guid>
		<description>To reiterate from &lt;a href=&quot;http://weblog.jamisbuck.org/2005/4/8/rdoc-template&quot; rel=&quot;nofollow&quot;&gt;buckblog&lt;/a&gt;:
To use it, copy it into the &quot;rdoc/generators/template/html” directory of your Ruby installation (i.e., on my machine)&lt;pre&gt;/usr/local/lib/ruby/1.8/rdoc/generators/template/html&lt;/pre&gt;Then, when you run rdoc, just pass &lt;pre&gt;--template=jamis&lt;/pre&gt; and you should be good to go.

This was listed for location, the way to run it is solved above.
For Rails:
&lt;pre&gt;rails sample_project
cd sample_project

rake rails:freeze:gems

rake doc:rails

rake rails:unfreeze&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>To reiterate from <a href="http://weblog.jamisbuck.org/2005/4/8/rdoc-template" rel="nofollow">buckblog</a>:<br />
To use it, copy it into the &#8220;rdoc/generators/template/html” directory of your Ruby installation (i.e., on my machine)
<pre>/usr/local/lib/ruby/1.8/rdoc/generators/template/html</pre>
<p>Then, when you run rdoc, just pass
<pre>--template=jamis</pre>
<p> and you should be good to go.</p>
<p>This was listed for location, the way to run it is solved above.<br />
For Rails:</p>
<pre>rails sample_project
cd sample_project

rake rails:freeze:gems

rake doc:rails

rake rails:unfreeze</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Pierron</title>
		<link>http://www.davidpierron.com/index.php/archives/2009/03/09/255/comment-page-1/#comment-1570</link>
		<dc:creator>David Pierron</dc:creator>
		<pubDate>Sat, 28 Mar 2009 21:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpierron.com/?p=255#comment-1570</guid>
		<description>uhm, wow ...
&lt;pre&gt;
template=&quot;jamis&quot; rake doc:rails
&lt;/pre&gt;
That&#039;s all I ever needed all along ...</description>
		<content:encoded><![CDATA[<p>uhm, wow &#8230;</p>
<pre>
template="jamis" rake doc:rails
</pre>
<p>That&#8217;s all I ever needed all along &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Pierron</title>
		<link>http://www.davidpierron.com/index.php/archives/2009/03/09/255/comment-page-1/#comment-1569</link>
		<dc:creator>David Pierron</dc:creator>
		<pubDate>Sat, 28 Mar 2009 18:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpierron.com/?p=255#comment-1569</guid>
		<description>Less than a month later it&#039;s not working?  I&#039;ve tried SET and EXPORT and even with RDOCOPT set, the jamis.rb template isn&#039;t working.  Now, this is on a new install of OS X and Rails 2.3.2, but I don&#039;t think that has anything to do with it ...  (I should try it on the MBP17) but there is this error when I freeze:&lt;pre&gt;
~/Sites/delete_me$ rake rails:freeze:gems
(in /Users/mbp15/Sites/delete_me)
Freezing to the gems for Rails 2.3.2
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
WARNING:  Installing to ~/.gem since /usr/local/lib/ruby/gems/1.8 and
	  /usr/local/bin aren&#039;t both writable.
Unpacked gem: &#039;/Users/mbp15/Sites/delete_me/vendor/rails/activesupport-2.3.2&#039;
mv activesupport-2.3.2 activesupport
Unpacked gem: &#039;/Users/mbp15/Sites/delete_me/vendor/rails/activerecord-2.3.2&#039;
mv activerecord-2.3.2 activerecord
Unpacked gem: &#039;/Users/mbp15/Sites/delete_me/vendor/rails/actionpack-2.3.2&#039;
mv actionpack-2.3.2 actionpack
Unpacked gem: &#039;/Users/mbp15/Sites/delete_me/vendor/rails/actionmailer-2.3.2&#039;
mv actionmailer-2.3.2 actionmailer
Unpacked gem: &#039;/Users/mbp15/Sites/delete_me/vendor/rails/activeresource-2.3.2&#039;
mv activeresource-2.3.2 activeresource
Unpacked gem: &#039;/Users/mbp15/Sites/delete_me/vendor/rails/rails-2.3.2&#039;
cd -
~/Sites/delete_me$ rake doc:rails&lt;/pre&gt;

I&#039;ll follow up when I solve this.</description>
		<content:encoded><![CDATA[<p>Less than a month later it&#8217;s not working?  I&#8217;ve tried SET and EXPORT and even with RDOCOPT set, the jamis.rb template isn&#8217;t working.  Now, this is on a new install of OS X and Rails 2.3.2, but I don&#8217;t think that has anything to do with it &#8230;  (I should try it on the MBP17) but there is this error when I freeze:
<pre>
~/Sites/delete_me$ rake rails:freeze:gems
(in /Users/mbp15/Sites/delete_me)
Freezing to the gems for Rails 2.3.2
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
WARNING:  Installing to ~/.gem since /usr/local/lib/ruby/gems/1.8 and
	  /usr/local/bin aren't both writable.
Unpacked gem: '/Users/mbp15/Sites/delete_me/vendor/rails/activesupport-2.3.2'
mv activesupport-2.3.2 activesupport
Unpacked gem: '/Users/mbp15/Sites/delete_me/vendor/rails/activerecord-2.3.2'
mv activerecord-2.3.2 activerecord
Unpacked gem: '/Users/mbp15/Sites/delete_me/vendor/rails/actionpack-2.3.2'
mv actionpack-2.3.2 actionpack
Unpacked gem: '/Users/mbp15/Sites/delete_me/vendor/rails/actionmailer-2.3.2'
mv actionmailer-2.3.2 actionmailer
Unpacked gem: '/Users/mbp15/Sites/delete_me/vendor/rails/activeresource-2.3.2'
mv activeresource-2.3.2 activeresource
Unpacked gem: '/Users/mbp15/Sites/delete_me/vendor/rails/rails-2.3.2'
cd -
~/Sites/delete_me$ rake doc:rails</pre>
<p>I&#8217;ll follow up when I solve this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

