Cheers, I just created a patch at http://rails.lighthouseapp.com/projects/8994-ruby-... that allows to supply extra options to the mem_cache_store: ActiveSupport::Cache.lookup_store :mem_cache_store, "localhost" ActiveSupport::Cache.lookup_store :mem_cache_store, "localhost", '192.168.1.1', :namespace => 'foo' or config.action_controller.fragment_cache_store = :mem_cache_store, 'localhost', {:debug => true, :namespace =>'foo'} Can I get a +1 from anybody interested? Jonathan -- Jonathan Weiss http://blog.innerewut.de
on 2008-04-17 00:28