<?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: Collision Between Ultrasphinx and TextMate Footnotes</title>
	<atom:link href="http://www.postal-code.com/binarycode/2008/08/07/collision-between-ultrasphinx-and-textmate-footnotes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.postal-code.com/binarycode/2008/08/07/collision-between-ultrasphinx-and-textmate-footnotes/</link>
	<description>A whole bunch of nought thought by Chris Cummer</description>
	<pubDate>Sun, 23 Nov 2008 09:25:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Max</title>
		<link>http://www.postal-code.com/binarycode/2008/08/07/collision-between-ultrasphinx-and-textmate-footnotes/#comment-4027</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 07 Nov 2008 16:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/?p=237#comment-4027</guid>
		<description>I had an uninitialized constant error when using HTTParty, but didn't realise what was causing it. Why am I posting about it here? I don't have a blog, but there's this one, and Google might want to keep it... for posterity.

Problem? I was getting "uninitialized constant Twitter::HTTParty". Solution? I was requiring rubygems, but not httparty.

require 'rubygems'
require 'httparty'

class Twitter
    include HTTParty
end

N00b error!</description>
		<content:encoded><![CDATA[<p>I had an uninitialized constant error when using HTTParty, but didn&#8217;t realise what was causing it. Why am I posting about it here? I don&#8217;t have a blog, but there&#8217;s this one, and Google might want to keep it&#8230; for posterity.</p>
<p>Problem? I was getting &#8220;uninitialized constant Twitter::HTTParty&#8221;. Solution? I was requiring rubygems, but not httparty.</p>
<p>require &#8216;rubygems&#8217;<br />
require &#8216;httparty&#8217;</p>
<p>class Twitter<br />
    include HTTParty<br />
end</p>
<p>N00b error!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
