Displaying 1 result from an estimated 1 matches for "exprire_each_page".
Did you mean:
expire_each_page
2006 Apr 20
2
Broomstick - Making Sweeping a Little Bit easer
...nnect ''/pragmatic'', :controller => "pragmatic"
map.connect '''', :controller => "pragmatic"
By adding the new line, you are telling rails to map all calls to
url_for(:controller => ?pragmatic?) back to /pragmatic. Without this the
exprire_each_page method will not work for your pragmatic controller
(the controller that holds your initial action) because it is mapped
back to ?/?. This would cause the plugin to delete your entire public
directory. Don?t worry, if you forgot to change this you will see a very
nice long message in your logs a...