<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Shane Sveller &#187; redmine</title>
	<atom:link href="http://shanesveller.com/tag/redmine/feed/" rel="self" type="application/rss+xml" />
	<link>http://shanesveller.com</link>
	<description>Somewhere between happy and total f**king wreck</description>
	<lastBuildDate>Thu, 07 Jan 2010 18:31:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Redmine and Passenger bugfix</title>
		<link>http://shanesveller.com/2008/08/11/redmine-and-passenger-bugfix/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=redmine-and-passenger-bugfix</link>
		<comments>http://shanesveller.com/2008/08/11/redmine-and-passenger-bugfix/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:15:25 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=77</guid>
		<description><![CDATA[Redmine+Passenger has issues with RedCloth 4.x so use 3.0.4 or the included version instead.]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="http://www.redmine.org/issues/show/1714">Redmine.org</a></p>
<p>For those of you who are running Redmine on Phusion Passenger, if you have certain versions of the <code>RedCloth</code> gem installed, you are in for some trouble.<br />
<span id="more-47"></span><br />
I was getting something along the lines of:</p>
<pre>Error message:
    superclass must be a Class (Module given)
Exception class:
    TypeError
Application root:
    /var/rails/redmine-0.7</pre>
<p>This was on Ubuntu Hardy 8.04.1, with Apache 2.2.8-1, Ruby Enterprise Edition 080704 (I think), and Passenger 2.0.2, with Redmine from SVN-stable r1729.</p>
<p>A simple solution that worked perfectly for me was to remove ALL version of the RedCloth gem, allowing Redmine to use its own included version of RC.</p>
<pre>gem uninstall RedCloth</pre>
<p>One of the responses on that bug thread also indicates that gem version 3.0.4 of RedCloth is the most recent version compatible with Redmine, so you could also try using (only) that version.</p>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/08/11/redmine-and-passenger-bugfix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
