An action caching mechanism that allows partials to be rendered dynamically.
This works just like caches_action
but provides an alternative partial include helper.
Including a partial using render_uncached
will always render the partial content even when
the rest of the action is cached.
script/plugin:
script/plugin install git://github.com/samparnell/dynamic_action_cache.git