Skip to content
kofno edited this page Sep 13, 2010 · 2 revisions

Get yourself a freshy!

Freshy filter chains maintains Rails controller filter chain inheritance, even if a controller is re-opened. Every time a filter is added to a controller, freshy makes sure all of the subclasses build a fresh copy of the filter chain. Perfect for developers and teams who want to extend their own controllers from plugins. No need to worry about the plugin load order, the filter chain hierarchy will be maintained.

Clone this wiki locally