rails/activesupport/lib/active_support/cache
Wincent Colaiuta f659a1576f Fix misleading advice to add 'memcache' to Gemfile
[#5539 state:committed]

Commit 57144388f removed the hard-coded dependency on the memcache-client
gem, and added this warning advising people to install it if needed. The
problem is, however, that if people follow the advice literally and install
the 'memcache' gem, they will wind up with a completely different thing,
which is not API compatible with the memcache-client gem and which Rails
can't work with.

So, be explicit and tell users to install the 'memcache-client' gem.

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-10-10 14:30:22 -02:00
..
strategy Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
compressed_mem_cache_store.rb ActiveSupport::Cache refactoring 2010-04-27 11:13:37 -07:00
file_store.rb require conversions to use String#ord 2010-06-12 18:47:37 -07:00
mem_cache_store.rb Fix misleading advice to add 'memcache' to Gemfile 2010-10-10 14:30:22 -02:00
memory_store.rb making comments meaningful by correcting, adding and pruning 2010-07-26 23:03:46 -04:00
synchronized_memory_store.rb ActiveSupport::Cache refactoring 2010-04-27 11:13:37 -07:00