Displaying 1 result from an estimated 1 matches for "ohio_development".
2006 Nov 16
1
Strange indexing issues with CachedModel, STI, and AAF
...chedModel setup:
- config/environment.rb:
# Include your application configuration below
require ''cached_model''
CachedModel.use_local_cache = true
- config/environments/development.rb (last line)
CACHE = MemCache.new ''localhost:11211'', :namespace => ''ohio_development''
- config/environments/production.rb (last line)
CACHE = MemCache.new ''localhost:11211'', :namespace => ''ohio_production''
As far as I can tell I''ve set both up properly. Also I get the same problems when running in production mode.
This is...