rails dev turn on caching code example
Example: rails disable caching in devleopment
config.public_file_server.headers = {
'Cache-Control' => "no-cache"
}
config.public_file_server.headers = {
'Cache-Control' => "no-cache"
}