object caching errors...

HI -

i cant stop objects getting cached + have noticed some others commenting on this. its driving me nuts to restart the webserver for each code change!

environments/development.rb     config.cache_classes = false

and making sure to start webbrick as dev mode, ... but the classes still get cached.

are there any workarounds for this? using rails 1.1.6 + ruby 1.8.5 ...

ref: http://threebit.net/mail-archive/rails/msg10420.html

tx.