public
Fork of defunkt/cache_fu
Description: Everyone's favorite memcached plugin for ActiveRecord.
Homepage: http://errtheblog.com
Clone URL: git://github.com/github/cache_fu.git
RubyMemcache error message should not have been removed
defunkt (author)
Fri May 02 09:28:29 -0700 2008
commit  535a23d139a08d54e7088c5ec8dc355dead8f973
tree    f69ec0f534efaacfe4b644d5e92b1d5239e89577
parent  3be030a826e5e7341e172c56258d115e429d32bc
...
13
14
15
 
 
16
17
18
...
13
14
15
16
17
18
19
20
0
@@ -13,6 +13,8 @@ begin
0
 rescue LoadError
0
 end
0
 
0
+puts "=> You should be using the `memcache-client' gem. You're using RubyMemcache!" if Object.const_defined?(:RubyMemcache)
0
+
0
 require 'acts_as_cached'
0
 
0
 Object.send :include, ActsAsCached::Mixin

Comments

    No one has commented yet.