[Rails] Re: Rails 2.3.2.1 ActiveResource objects are frozen? <- Cannot configure cache

2009-05-15 Thread Matthew Beale
Ended up with this: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2655-railscache-freezes-all-objects-passed-to-it Anything written to any cache will be frozen. Bug at the worst, REALLY unexpected at the best. -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://

[Rails] Re: Rails 2.3.2.1 ActiveResource objects are frozen? <- Cannot configure cache

2009-05-15 Thread Matthew Beale
Uh, now I just can't configure the cache: - >> Rails.cache => # >> ActionController::Base.cache_store = :mem_cache_store, 'localhost:11211' => [:mem_cache_store, "localhost:11211"] >> Rails.cache => # So my cache calls all hit memory_store, so I g