Plugins - Broomstick
Add to favoritesThis initial release of the plugin only adds one method (expireeachpage() ) to your disposal. Here's a quick example and exactly how it works.
expireeachpage(:controller => 'pragmatic', :action => 'view')
The above method will call url_for on the controller/action combo and expire all pages that are under public/pragmatic/view/ and public/pragmatic/view.html
expireeachpage(:controller => 'pragmatic')
The above method will call url_for on the controller and expire all pages that are under public/pragmatic/ and public/pragmatic.html
To install this plugin just run:
script/plugin install http://svn.recentrambles.com/broomstick
