Have to restart Webrick when changing a view template/layout

Whenever I change a view template or layout in my application, I have to
restart Webrick for the change to take effect.

I have tried everything i can think of. I am not in production mode (not
passing the “-e production” argument to webrick when I start it,
environment.rb has the production line commented out).

I have cleared caches on all of my web browsers, and gone around and
tested this on all of the computers in my office, but none of them will
see the new output until Webrick has been restarted. Editing controllers
is fine, the new code takes effect right away. But with views, I am dead
in the water until I restart the server. Others don’t seem to have this
issue, any ideas?

My server is running OpenSUSE Linux.