1

如果我将 config/application.rb 放在 rails 3.2.3 应用程序上:

config.assets.precompile << "foo.js"
puts "hello"

我再看看吧:

hello
hello
hello

这是正常和预期的行为吗?

4

1 回答 1

0

如果您使用的是像乘客或独角兽这样的多进程 Web 服务器,那么可以。需要将整个 rails 环境加载到每个流程实例中。

于 2012-04-11T15:23:23.460 回答