search for: include_act

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

Did you mean: include_auto
2006 Apr 25
2
Bug in Rails 1.1 implementation of before_filters
...controller methods are added, and then I manipulate the controller''s before_filter chain appropriately. My code worked fine in Rails 1.0, and then stopped working in Rails 1.1. I eventually tracked down the bug to the new implementation of ActionController::Filters::before_filters and include_actions, which cache their results the first time they are called. This caching approach works fine as long as before_filters and include_actions are only called *after* all the filters have been registered, but I was using them *during* the registration process to figure out how to manipulate the...