Plugins by Roman Le Negrate
- meantime_filter
- This plugin introduces a new filter type to ActionController::Base: meantime filters. They are called at the time of the action call just after before filters. They allow to do things around the action by yielding when the action has to be performed. This enables the action to be executed within the block of any method. Added on 3 Jul 2006
