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.

Urban

Attachment: development.log.gz
Description: GNU Zip compressed data

Attachment: fastcgi.crash.log.gz
Description: GNU Zip compressed data

_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to