Cheers,
I just created a patch at http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/14-patch-make-the-new-activesupport-cache-mem_cache_store-accept-options 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
