diff options
author | Ivan Evtukhovich <evtuhovich@gmail.com> | 2011-11-07 18:57:55 +0400 |
---|---|---|
committer | Ivan Evtukhovich <evtuhovich@gmail.com> | 2011-11-07 18:57:55 +0400 |
commit | cf0a96bc6a20d58047934d6d9b78092228cc81d4 (patch) | |
tree | 10f10ef5940ff9e1f3166c7cdb1b9c6d448ed210 /actionpack | |
parent | 6ac56ac93bd9e8a3e003f29eff2816218f0e5db6 (diff) | |
download | rails-cf0a96bc6a20d58047934d6d9b78092228cc81d4.tar.gz rails-cf0a96bc6a20d58047934d6d9b78092228cc81d4.tar.bz2 rails-cf0a96bc6a20d58047934d6d9b78092228cc81d4.zip |
DrbStore removed from cache backends
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_controller/caching.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb index 14137f2886..112573a38d 100644 --- a/actionpack/lib/action_controller/caching.rb +++ b/actionpack/lib/action_controller/caching.rb @@ -24,7 +24,6 @@ module ActionController #:nodoc: # # config.action_controller.cache_store = :memory_store # config.action_controller.cache_store = :file_store, "/path/to/cache/directory" - # config.action_controller.cache_store = :drb_store, "druby://localhost:9192" # config.action_controller.cache_store = :mem_cache_store, "localhost" # config.action_controller.cache_store = :mem_cache_store, Memcached::Rails.new("localhost:11211") # config.action_controller.cache_store = MyOwnStore.new("parameter") |