Webrick keeps caching

Hi Rails list,

I’ve just upgraded my Rails install from 0.14 to 1.0.0
I now start the server using this command:
script/server webrick -d
(i’ve tried adding -e development)
But changes in the code won’t show up in the application anymore.
Where should I look to turn off this caching or to actually turn on
development mode?

Thanks.

Gijs N.