Skip to content

Commit

Permalink
Make sure of use Memcached as test store. Compatibility changes for A…
Browse files Browse the repository at this point in the history
…ctiveRecord 2.2.0
  • Loading branch information
Luca Guidi committed Oct 30, 2008
1 parent 9519ba5 commit 9bf3af8
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 300 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* Make sure of use Memcached as test store. Compatibility changes for ActiveRecord 2.2.0

* Make sure of require frameworks configured in environment.rb


Expand Down
9 changes: 7 additions & 2 deletions README
Expand Up @@ -8,7 +8,7 @@ Check for news and tutorials at the {project home page}[http://www.lucaguidi.com

= Usage

Using Memcached and Rails 2.1.1
Using Memcached and Rails 2.2.0

Make sure to configure your current environment with:

Expand Down Expand Up @@ -77,7 +77,12 @@ Standalone:
require 'cached-models'

ActiveRecord::Base.rails_cache = ActiveSupport::Cache.lookup_store(:mem_cache_store, 'localhost')




= Test
Make sure your current store is Memcached



= Contribute
Expand Down

0 comments on commit 9bf3af8

Please sign in to comment.