Rails 只是在开发模式下压缩 javascript,但我不需要。这是 config/environments/development.rb
# Do not compress assets
config.assets.compress = false
# Expands the lines which load the assets
config.assets.debug = true
Rails 版本是 3.2.8,但也尝试了 3.2.9-rc3,3.1.8 不适用于我的应用程序,因为它是在 3.2.8 中创建的