"Urban Hafner" <[EMAIL PROTECTED]> writes: > On 11/27/2006, "Piers Cawley" <[EMAIL PROTECTED]> wrote: > >>Development probably doesn't give more output, and probably breaks, if >>anything earlier. But it might be worth trying. >> >>One other thing to try is to change blog.rb, text_filter.rb and >>user.rb back to using ActiveRecord::Base rather than CachedModel as >>their super classes. >> >>If you do remove the CachedModel inheritance stuff, you can also >>modify the beginning of app/controllers/application.rb so the opening >>stanza looks like: >> >>class ApplicationController < ActionController::Base >> include LoginSystem >> # before_filter :reset_local_cache, :fire_triggers >> before_filter :fire_triggers >> # after_filter :reset_local_cache > > I've updated to r1324, changed the files you suggested but I still get > the same result. Attached are the log files.
Ah... try running in production mode; development mode leaks memory. Try going back to a vanilla r1324 and uncommenting the RAILS_ENV=production line in config/environment.rb -- Piers Cawley <[EMAIL PROTECTED]> http://www.bofh.org.uk/ _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
