Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Railsはすべての応答にetagを自動的に追加します。この動作を変更するにはどうすればよいですか?rails 2.xの例をいくつか見つけましたが、機能しません。
次のコマンドを使用して、config / environment/*。rbファイルのキャッシュを無効にすることができます。
config.action_controller.perform_caching = false
ian。