Rails desativam o armazenamento em cache em Devleopment

config.public_file_server.headers = {
  'Cache-Control' => "no-cache"
}
Beautiful Bear