How to switch off caching in development mode? (3.0.5)

Hello

I can e.g. modify an action in an controller, reload the page and get an
304 (Not modified) response in development mode. In my
config/environments/development.rb I have

config.action_controller.perform_caching = false

Are there any more settings to prevent this? Or is this a bug?

Regards, T.