class SiteController < ApplicationController
My development settings are lighttp, rails edge, ruby 1.8.4.
Thanks
Gokhan
You should watch the logs, it will tell you when it’s caching
something. When you visit /foo, it writes /foo.html. If you visit /,
it writes /index.html. It doesn’t really matter what the action is
specifically, just the current url that’s used.