Skip to content

Commit cf0a96b

Browse files
committed
DrbStore removed from cache backends
1 parent 6ac56ac commit cf0a96b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actionpack/lib/action_controller/caching.rb

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module ActionController #:nodoc:
2424
#
2525
# config.action_controller.cache_store = :memory_store
2626
# config.action_controller.cache_store = :file_store, "/path/to/cache/directory"
27-
# config.action_controller.cache_store = :drb_store, "druby://localhost:9192"
2827
# config.action_controller.cache_store = :mem_cache_store, "localhost"
2928
# config.action_controller.cache_store = :mem_cache_store, Memcached::Rails.new("localhost:11211")
3029
# config.action_controller.cache_store = MyOwnStore.new("parameter")

0 commit comments

Comments
 (0)