Found it. Turns out I had the old timed_fragment_cache plugin residing in the code, and though I wasn't actually using it anywhere in my current codeline ... it was still being loaded.
I found a fix for timed_fragment_cache at ruzee.com (http:// www.ruzee.com/blog/2008/07/timed_fragment_cache-on-rails-21/). Steffan points out ... "With Rails 2.1 cache_erb_fragment has been replaced by write_fragment. This breaks a plugin I really enjoy to use: timed_fragment_cache by Richard Livsey". Steffan updated the plugin to 0.2 and provided it in zipped form on the link above ... and I can confirm that it works fine in rails 2.2.2. Thanks for the help, and hope the discussion helps someone else :0) Cheers. On Feb 1, 2:19 pm, thehunfromoz <[email protected]> wrote: > Hey John/Michael, > > Thanks for the hints. I'll try and tack it down some more so. I've a > ways to go before such issues become second nature. > > As long as I can be assured that it's not infact a core issue, just a > clash with something on my end, I'll spend more time looking into it. > > I'll update this thread if/when I can track it down. > > Thanks. > > On Feb 1, 4:08 am, Josh Ferguson <[email protected]> wrote: > > > We saw something like this when we had a version of erubis being > > required in tucked away corner of one of our initializers, check for > > stuff like that as well. > > > Josh Ferguson > > > On Jan 31, 2009, at 6:00 PM, Michael Koziarski wrote: > > > >> I'd appreciate any help on how to correct it or work around it ... > > >> short of yanking fragment caching from the app. > > > > I'm using fragment caching on a 2.2.2 app and not seeing this problem, > > > and given the nature of your error message I'm guessing it's an old > > > plugin. > > > > Do you have any plugins related to caching or template languages? > > > Have they been updated for 2.2.2? What does the rest of the > > > stacktrace say? > > > > -- > > > Cheers > > > > Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
