rails--rails/activesupport/lib/active_support
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
..
cache Fix misleading advice to add 'memcache' to Gemfile 2010-10-10 14:30:22 -02:00
core_ext Cleanup logger a bit. 2010-10-08 16:14:39 +02:00
dependencies
deprecation
inflector
json
locale
log_subscriber
multibyte
notifications
ruby
testing
time
values
xml_mini
all.rb
backtrace_cleaner.rb
base64.rb
basic_object.rb
benchmarkable.rb
buffered_logger.rb
builder.rb
cache.rb
callbacks.rb Correct documentation that references how *_filter of action_pack are translated into set_callback/run_callback's (from active_support) invocations. 2010-10-03 20:54:08 -02:00
concern.rb
configurable.rb
core_ext.rb
dependencies.rb
deprecation.rb
descendants_tracker.rb
duration.rb
file_update_checker.rb
gzip.rb
hash_with_indifferent_access.rb Override #store to be consistent with #[]. 2010-10-10 14:06:44 -02:00
i18n.rb
i18n_railtie.rb
inflections.rb
inflector.rb
json.rb
lazy_load_hooks.rb
log_subscriber.rb
memoizable.rb
message_encryptor.rb
message_verifier.rb
multibyte.rb
notifications.rb
option_merger.rb
ordered_hash.rb
ordered_options.rb
railtie.rb
rescuable.rb
secure_random.rb
string_inquirer.rb
test_case.rb
time.rb
time_with_zone.rb
version.rb
whiny_nil.rb
xml_mini.rb Fix copy/paste bug 2010-10-06 09:21:01 +02:00