<?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/"
	>

<channel>
	<title>42 &#187; error</title>
	<atom:link href="http://www.42.mach7x.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.42.mach7x.com</link>
	<description>Thoughts and tips about programming with Ruby on Rails</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:38:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>undefined method `find_by_contents&#8217; ,acts_as_ferret</title>
		<link>http://www.42.mach7x.com/2008/10/31/undefined-method-find_by_contents-acts_as_ferret/</link>
		<comments>http://www.42.mach7x.com/2008/10/31/undefined-method-find_by_contents-acts_as_ferret/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 14:28:12 +0000</pubDate>
		<dc:creator>kosmas</dc:creator>
				<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[acts_as_ferret]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ferret]]></category>
		<category><![CDATA[find_by_contents]]></category>
		<category><![CDATA[find_with_ferret]]></category>

		<guid isPermaLink="false">http://www.42.mach7x.com/?p=59</guid>
		<description><![CDATA[Problem When trying to use the acts_as_ferret plugin in a search page by using the find_by_contents method then the following error appears: undefined method `find_by_contents' Solution It seems that the API of the plugin has changed, and the find_by_contents method should be replaced with the: find_with_ferret method]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
When trying to use the acts_as_ferret plugin in a search page by using the find_by_contents method then the following error appears:</p>
<pre class="code">undefined method `find_by_contents'</pre>
<p><strong>Solution</strong><br />
It seems that the API of the plugin has changed, and the </p>
<pre class="code">find_by_contents</pre>
<p>method should be replaced with the:</p>
<pre class="code">find_with_ferret</pre>
<p>method</p>
]]></content:encoded>
			<wfw:commentRss>http://www.42.mach7x.com/2008/10/31/undefined-method-find_by_contents-acts_as_ferret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ERROR:  While executing gem &#8230; (ArgumentError)</title>
		<link>http://www.42.mach7x.com/2008/10/21/error-while-executing-gem-argumenterror/</link>
		<comments>http://www.42.mach7x.com/2008/10/21/error-while-executing-gem-argumenterror/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 09:46:52 +0000</pubDate>
		<dc:creator>kosmas</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[gem 1.3]]></category>

		<guid isPermaLink="false">http://www.42.mach7x.com/?p=57</guid>
		<description><![CDATA[Problem After a recent upgrade to a newer rails version the gem package manager seems to be broken. Everytime you try to use gem install gem_name, you get the following error: ERROR: While executing gem ... (Gem::GemNotFoundException) Deleting the cached files as suggested in other posts results in the error: ERROR: While executing gem ... [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
After a recent upgrade to a newer rails version the gem package manager seems to be broken. Everytime you try to use gem install gem_name, you get the following error:</p>
<pre class="code">ERROR:  While executing gem ... (Gem::GemNotFoundException)</pre>
<p>Deleting the cached files as suggested in other posts results in the error:</p>
<pre class="code">ERROR:  While executing gem ... (ArgumentError)</pre>
<p><strong>Solution</strong><br />
As suggested <a href="http://www.ruby-forum.com/topic/166853">here</a>, you need to do:</p>
<pre class="code">gem install rubygems-update
update_rubygems</pre>
<p>which should be updating the gem version to the latest one, ie 1.3.0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.42.mach7x.com/2008/10/21/error-while-executing-gem-argumenterror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

