我有一个在 2 台服务器上运行良好的 Rails2 应用程序。两边都配置为开发模式。
在一台服务器上,它停止记录信息,我不知道为什么。我试图删除 development.log 文件,但没有任何改变。
这是environments/development.rb的内容:
config.cache_classes = false
# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true
# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.action_view.debug_rjs = true
config.action_controller.perform_caching = false
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
Sass::Plugin.options[:debug_info] = true