I am using mongrel to serve static as well as dynamic pages.<br><br>The static page's controller contains the following line of code:<br><br>after_filter {|c| c.cache_page}<br><br>This code caches that page as a static html page that does not have to be rendered form multiple files (the view and layout).&nbsp; I got the idea to do this form the rails recipes book.&nbsp; It definitely cached the pages.&nbsp; Wen I make changes now, I do not get an updated page.&nbsp; I have commented out the after_filter form above and I am still having the same issue.
<br><br>I checked the tmp/cache directory and there are no files there. I have stopped and restarted mongrel and my machine.&nbsp; None of these actions have resulted in an updated page displaying.<br><br>Does anyone know how to delete mongrel's cache or another way to resolve this situation?
<br><br>Thank you in advance!<br clear="all"><br>-- <br>Jason Harrelson<br><a href="mailto:cjharrelson@gmail.com">cjharrelson@gmail.com</a>