April 2010
1 post
5 tags
Rails 2.3, cache_fu and the memcached...
Many Rails developers mistakenly assume that by installing defunkt’s cache_fu, Rails will be configured to use the settings found in the memcached.yml config YAML installed by the plugin. This was somehow true in earlier versions of Rails 2.*, but a couple of extra steps are required for 2.3.
Tim Connor’s branch has a commit that correctly sets the session_store config in Rails 2.3. ...