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.
CSS および JS ファイルの Rails キャッシュによって生成されたタイムスタンプを削除したいと考えています。どうすればこれを達成できますか?
アセットのプリコンパイル中にファイル名に追加されるダイジェストをオフにするには、関連する環境設定で設定config.assets.debug = falseします。config/application.rb
config.assets.debug = false
config/application.rb
レール ガイドのこのセクションの下部に記載されています。
アセット ダイジェスト