<?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: Rails to Excel</title>
	<atom:link href="http://www.quirkey.com/blog/2006/07/11/rails-to-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quirkey.com/blog/2006/07/11/rails-to-excel/</link>
	<description>A Developer with too little time.</description>
	<lastBuildDate>Tue, 07 Sep 2010 02:38:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: gregory</title>
		<link>http://www.quirkey.com/blog/2006/07/11/rails-to-excel/comment-page-1/#comment-235</link>
		<dc:creator>gregory</dc:creator>
		<pubDate>Fri, 14 Jul 2006 23:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/2006/07/11/rails-to-excel/#comment-235</guid>
		<description>http://reporting.stonecode.org/ruport-cookbook-pre.pdf

I will actually release this document when I finish it :)

to_ds and formatted_table work with ActiveRecord.find, too :)</description>
		<content:encoded><![CDATA[<p><a href="http://reporting.stonecode.org/ruport-cookbook-pre.pdf" rel="nofollow">http://reporting.stonecode.org/ruport-cookbook-pre.pdf</a></p>
<p>I will actually release this document when I finish it <img src='http://www.quirkey.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>to_ds and formatted_table work with ActiveRecord.find, too <img src='http://www.quirkey.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AQ</title>
		<link>http://www.quirkey.com/blog/2006/07/11/rails-to-excel/comment-page-1/#comment-234</link>
		<dc:creator>AQ</dc:creator>
		<pubDate>Fri, 14 Jul 2006 23:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/2006/07/11/rails-to-excel/#comment-234</guid>
		<description>I had no idea about acts_as_reportable. Is their any documentation on it besides RDoc?
I guess either way this proves the idiom that anything you think is elegant in ruby can be done easier and with less lines of code.</description>
		<content:encoded><![CDATA[<p>I had no idea about acts_as_reportable. Is their any documentation on it besides RDoc?<br />
I guess either way this proves the idiom that anything you think is elegant in ruby can be done easier and with less lines of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory</title>
		<link>http://www.quirkey.com/blog/2006/07/11/rails-to-excel/comment-page-1/#comment-226</link>
		<dc:creator>gregory</dc:creator>
		<pubDate>Fri, 14 Jul 2006 21:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/2006/07/11/rails-to-excel/#comment-226</guid>
		<description>&lt;pre&gt;require &quot;ruport/rails&quot;&lt;/pre&gt;
&lt;pre&gt;class ActiveRecord::Base
acts_as_reportable
def self.to_csv
to_ds.to_csv
end
end&lt;/pre&gt;
:)</description>
		<content:encoded><![CDATA[<pre>require "ruport/rails"</pre>
<pre>class ActiveRecord::Base
acts_as_reportable
def self.to_csv
to_ds.to_csv
end
end</pre>
<p> <img src='http://www.quirkey.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
