<?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: Using memcache-client 1.6.x in Rails &lt; 2.3</title>
	<atom:link href="http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/</link>
	<description>On Ruby, software and the Internet</description>
	<lastBuildDate>Wed, 21 Jul 2010 20:03:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Subelsky</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-398</link>
		<dc:creator>Mike Subelsky</dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-398</guid>
		<description>Here&#039;s how I&#039;m using the vendored gem in Rails 2.2.x:

http://gist.github.com/156741</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how I&#8217;m using the vendored gem in Rails 2.2.x:</p>
<p><a href="http://gist.github.com/156741" rel="nofollow">http://gist.github.com/156741</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-390</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 03 Jul 2009 00:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-390</guid>
		<description>Here is how I got 1.7.4 going without relying on an external gem:

http://www.foundchris.com/2009/07/02/using-the-latest-memcache-client-in-rails/

Cheers.</description>
		<content:encoded><![CDATA[<p>Here is how I got 1.7.4 going without relying on an external gem:</p>
<p><a href="http://www.foundchris.com/2009/07/02/using-the-latest-memcache-client-in-rails/" rel="nofollow">http://www.foundchris.com/2009/07/02/using-the-latest-memcache-client-in-rails/</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FoundChris &#187; Blog Archive &#187; Using the latest memcache-client in Rails</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-389</link>
		<dc:creator>FoundChris &#187; Blog Archive &#187; Using the latest memcache-client in Rails</dc:creator>
		<pubDate>Fri, 03 Jul 2009 00:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-389</guid>
		<description>[...] Perham, the memcache-client maintainer, documented how to do this (&#8221;Using memcache-client 1.6.x in Rails &lt; 2.3&#8243;).  His hack works great if the [...]</description>
		<content:encoded><![CDATA[<p>[...] Perham, the memcache-client maintainer, documented how to do this (&#8221;Using memcache-client 1.6.x in Rails &lt; 2.3&#8243;).  His hack works great if the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mperham</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-388</link>
		<dc:creator>mperham</dc:creator>
		<pubDate>Thu, 02 Jul 2009 00:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-388</guid>
		<description>I guess not.  :-)</description>
		<content:encoded><![CDATA[<p>I guess not.  <img src='http://www.mikeperham.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-387</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 02 Jul 2009 00:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-387</guid>
		<description>Does this work if memcache-client 1.7.4 is vendored?  

I am getting this error:
Could not find RubyGem memcache-client (= 1.7.4)

On this line:
# Pull in the exact version we want
gem &#039;memcache-client&#039;, &#039;1.7.4&#039;

Any tips?</description>
		<content:encoded><![CDATA[<p>Does this work if memcache-client 1.7.4 is vendored?  </p>
<p>I am getting this error:<br />
Could not find RubyGem memcache-client (= 1.7.4)</p>
<p>On this line:<br />
# Pull in the exact version we want<br />
gem &#8216;memcache-client&#8217;, &#8216;1.7.4&#8242;</p>
<p>Any tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Surprenant</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-368</link>
		<dc:creator>Colin Surprenant</dc:creator>
		<pubDate>Thu, 11 Jun 2009 05:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-368</guid>
		<description>Thanks, that worked for me with memcache-client 1.7.4 and Rails 2.2.2.

I have also written a quick tutorial on how to do this and also control the MemCacheStore options using a memcached.yml config file (from cache_fu/acts_as_cached) on http://eventuallyconsistent.com/blog/2009/06/rails-memcachestore-fu/

Colin.</description>
		<content:encoded><![CDATA[<p>Thanks, that worked for me with memcache-client 1.7.4 and Rails 2.2.2.</p>
<p>I have also written a quick tutorial on how to do this and also control the MemCacheStore options using a memcached.yml config file (from cache_fu/acts_as_cached) on <a href="http://eventuallyconsistent.com/blog/2009/06/rails-memcachestore-fu/" rel="nofollow">http://eventuallyconsistent.com/blog/2009/06/rails-memcachestore-fu/</a></p>
<p>Colin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eventually consistent &#187; Blog Archive &#187; Rails MemCacheStore Fu</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-367</link>
		<dc:creator>eventually consistent &#187; Blog Archive &#187; Rails MemCacheStore Fu</dc:creator>
		<pubDate>Thu, 11 Jun 2009 04:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-367</guid>
		<description>[...] Mike&#8217;s instructions to performs brain surgery on the Ruby environment to override ActiveSupport [...]</description>
		<content:encoded><![CDATA[<p>[...] Mike&#8217;s instructions to performs brain surgery on the Ruby environment to override ActiveSupport [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerrett</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-339</link>
		<dc:creator>Jerrett</dc:creator>
		<pubDate>Thu, 14 May 2009 01:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-339</guid>
		<description>Yikes, that sucks. Hopefully they will add the 1.7.x to rails so we don&#039;t have to do this</description>
		<content:encoded><![CDATA[<p>Yikes, that sucks. Hopefully they will add the 1.7.x to rails so we don&#8217;t have to do this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fazibear</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-314</link>
		<dc:creator>fazibear</dc:creator>
		<pubDate>Fri, 13 Mar 2009 12:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-314</guid>
		<description>Wait! I think it does matter. It won&#039;t work from initializers scripts! But why ?</description>
		<content:encoded><![CDATA[<p>Wait! I think it does matter. It won&#8217;t work from initializers scripts! But why ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mperham</title>
		<link>http://www.mikeperham.com/2009/03/03/using-memcache-client-16x-in-rails-23/comment-page-1/#comment-313</link>
		<dc:creator>mperham</dc:creator>
		<pubDate>Fri, 13 Mar 2009 12:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=195#comment-313</guid>
		<description>Thanks, good idea.  I forgot that load order doesn&#039;t matter since we&#039;re unloading everything.  I&#039;ve updated the post.</description>
		<content:encoded><![CDATA[<p>Thanks, good idea.  I forgot that load order doesn&#8217;t matter since we&#8217;re unloading everything.  I&#8217;ve updated the post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
