search for: matchcommissionedscheduledcontrol

Displaying 1 result from an estimated 1 matches for "matchcommissionedscheduledcontrol".

2009 Apr 18
0
A bug in sweeper.rb? [was: A frustrating and strange error when config.action_controller.perform_caching = true]
...et to true in production and staging. The problem occurs not in my controllers but in sweeping.rb (part of rails). Rails calls this code for every controller which was instantiated in the same request ( I think). Running the page it "sweeps" the following controllers in this order. #<MatchCommissionedScheduledController:0xb679b4fc> #<MatchController:0xb61694f8> The problem is that on the second call to clean up MatchController it pukes. The code snippets in sweeping.rb are.. The cleanup is in the following method of sweep.rb def after(controller) callback(:after) if controller.perform_ca...