<?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 on: Rails Bar Graph Helper Docs</title>
	<atom:link href="http://www.postal-code.com/binarycode/rails-bar-graph-helper-docs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.postal-code.com/binarycode</link>
	<description>A whole bunch of nought thought by Chris Cummer</description>
	<pubDate>Sun, 23 Nov 2008 10:15:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Shane Zadrozny</title>
		<link>http://www.postal-code.com/binarycode/rails-bar-graph-helper-docs/#comment-1450</link>
		<dc:creator>Shane Zadrozny</dc:creator>
		<pubDate>Fri, 14 Sep 2007 12:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?page_id=5#comment-1450</guid>
		<description>Chris,
Thanks for the postings - chris and ferrisoxide.
Appologies for the delay, I have been working away.
I will try the uploaded .rb file and post my findings later..
TTFN,
Shane</description>
		<content:encoded><![CDATA[<p>Chris,<br />
Thanks for the postings - chris and ferrisoxide.<br />
Appologies for the delay, I have been working away.<br />
I will try the uploaded .rb file and post my findings later..<br />
TTFN,<br />
Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.postal-code.com/binarycode/rails-bar-graph-helper-docs/#comment-1129</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sat, 11 Aug 2007 23:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?page_id=5#comment-1129</guid>
		<description>I'm not too sure what's causing the problem you're having so to simplify things I've uploaded the bar_graph_helper.rb file I'm using in my current Rails project here:

http://www.postal-code.com/binarycode/wp-content/uploads/bar_graph_helper.rb

You should be able to grab that verbatim and use it, see if that helps. Let me know how it goes.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not too sure what&#8217;s causing the problem you&#8217;re having so to simplify things I&#8217;ve uploaded the bar_graph_helper.rb file I&#8217;m using in my current Rails project here:</p>
<p><a href="http://www.postal-code.com/binarycode/wp-content/uploads/bar_graph_helper.rb" rel="nofollow">http://www.postal-code.com/binarycode/wp-content/uploads/bar_graph_helper.rb</a></p>
<p>You should be able to grab that verbatim and use it, see if that helps. Let me know how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ferrisoxide</title>
		<link>http://www.postal-code.com/binarycode/rails-bar-graph-helper-docs/#comment-1127</link>
		<dc:creator>ferrisoxide</dc:creator>
		<pubDate>Sat, 11 Aug 2007 23:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?page_id=5#comment-1127</guid>
		<description>Hey Chris

Hmm.. I think WordPress is munging comments in interesting ways. Trying again.

The simplified version of what I said is - Shane is right, there is a problem from about line 11 on. Putting spaces on either side of the </description>
		<content:encoded><![CDATA[<p>Hey Chris</p>
<p>Hmm.. I think WordPress is munging comments in interesting ways. Trying again.</p>
<p>The simplified version of what I said is - Shane is right, there is a problem from about line 11 on. Putting spaces on either side of the</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ferrisoxide</title>
		<link>http://www.postal-code.com/binarycode/rails-bar-graph-helper-docs/#comment-1126</link>
		<dc:creator>ferrisoxide</dc:creator>
		<pubDate>Sat, 11 Aug 2007 23:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?page_id=5#comment-1126</guid>
		<description>Hi Chris

I think Shane is pointing to line 11, where the '"
11:   html </description>
		<content:encoded><![CDATA[<p>Hi Chris</p>
<p>I think Shane is pointing to line 11, where the &#8216;&#8221;<br />
11:   html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.postal-code.com/binarycode/rails-bar-graph-helper-docs/#comment-819</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 08 Aug 2007 05:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?page_id=5#comment-819</guid>
		<description>The phrase "html="style"" doesn't appear in my code anywhere, so where does that come from? Perhaps you could post the error you're getting or just email me directly with your code and I'll take a look.</description>
		<content:encoded><![CDATA[<p>The phrase &#8220;html=&#8221;style&#8221;" doesn&#8217;t appear in my code anywhere, so where does that come from? Perhaps you could post the error you&#8217;re getting or just email me directly with your code and I&#8217;ll take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Zadrozny</title>
		<link>http://www.postal-code.com/binarycode/rails-bar-graph-helper-docs/#comment-767</link>
		<dc:creator>Shane Zadrozny</dc:creator>
		<pubDate>Tue, 07 Aug 2007 16:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?page_id=5#comment-767</guid>
		<description>Hi,
This looks like a great little helper....
... I pasted the code in to the bar_graph_help.rb file as suggested but things dont go according to plan...

An error is highlighted in the line after html="style".

When the helper :bar_graph is added to a controller a rails application error results.

I was wondering if the code is presented correctly on the site?

Best Regards,

Shane</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This looks like a great little helper&#8230;.<br />
&#8230; I pasted the code in to the bar_graph_help.rb file as suggested but things dont go according to plan&#8230;</p>
<p>An error is highlighted in the line after html=&#8221;style&#8221;.</p>
<p>When the helper :bar_graph is added to a controller a rails application error results.</p>
<p>I was wondering if the code is presented correctly on the site?</p>
<p>Best Regards,</p>
<p>Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binary Code &#187; Rails Bar Graph Helper 0.2</title>
		<link>http://www.postal-code.com/binarycode/rails-bar-graph-helper-docs/#comment-2</link>
		<dc:creator>Binary Code &#187; Rails Bar Graph Helper 0.2</dc:creator>
		<pubDate>Sat, 17 Feb 2007 00:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?page_id=5#comment-2</guid>
		<description>[...] the docs here or view the source code [...]</description>
		<content:encoded><![CDATA[<p>[...] the docs here or view the source code [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
