After i deploy my test application.
I met a problem that my rhtml page is not updated.
Example
I have Controller "test", and there is method "hi"
in ~/view/test/hi.rhtml contain text "hello world"
But in browser http://<myip>/test/hi, It shows text that "WOW THAT'S" which is my previous version after i change it to "hello world"
how to fix this problem?