This project is archived and is in readonly mode.

#5539 ✓committed
Wincent Colaiuta

Fix misleading advice to add 'memcache' to Gemfile

Reported by Wincent Colaiuta | September 3rd, 2010 @ 12:27 AM

Commit 57144388f removed the hard-coded dependency on the memcache-client gem, and added a 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.

Patches against master and 3-0-stable attached.

Comments and changes to this ticket

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>

Referenced by

Pages