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.
一个非常简单的问题:如何?debug_assets=1在生产中禁用 Rails 应用程序?
?debug_assets=1
它并不像现在这样简单,谁知道有一种方法可以禁用此功能,但仍保留 rails 3.2.x 应用程序中的 sprockets 资产管道功能?
你试过这个吗?
# in config/environments/production.rb config.assets.allow_debugging = false