Displaying 1 result from an estimated 1 matches for "ohio_product".
2006 Nov 16
1
Strange indexing issues with CachedModel, STI, and AAF
...rue
- 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 on a FreeBSD 6.1 server, with memcached-1.1.12_3, mysql 5.0.26, and rails 1.1.6.
Any help would be appreciated as I''ve been at this one for 2 days....