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.
我发现自己每次创建新应用程序时都必须创建 config/initializers/quiet_assets.rb 文件。有什么方法可以在我的开发盒上配置 Rails 核心,以便在创建新应用程序时始终创建此文件?
我发现https://github.com/evrone/quiet_assets似乎可以解决问题!