On Jan 10, 12:47 am, DHH <[EMAIL PROTECTED]> wrote: > > The ticket is here -http://dev.rubyonrails.org/ticket/10733. Is > > anyone on edge rails using fragment caching without problems? > > I've applied mindforge's fix. > > > And assuming this is a bug, can anything be done to improve cache > > testing so it catches stuff like this? > > Certainly. Please do investigate a patch that adds more test cases. > Thanks!
Well, FWIW I've added some basic functional tests for caching, that use a controller to do caching in the 'real world' way, rather than @store.write. Adds a bit of extra test coverage, and gives a failing test case for my cache problem. It's still up at the original ticket - http://dev.rubyonrails.org/ticket/10733 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
