This project is archived and is in readonly mode.
Changeset [3a6acb616235349f829236ec04a182d27fe2d397] by Wincent Colaiuta
October 10th, 2010 @ 05:30 PM
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
http://github.com/rails/rails/commit/3a6acb616235349f829236ec04a182...
Committed by Wincent Colaiuta
- M activesupport/lib/active_support/cache/mem_cache_store.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>