我在Rails 3.2中創建了一個應用程序,生成了一個控制器頁面,添加了一個默認路徑,刪除了public/index.html文件,並在導航時得到以下錯誤'/'。日誌異常:比較Fixnum與:在Rails 3.2中調試失敗
Internal Server Error
comparison of Fixnum with :debug failed
詳細的日誌:https://gist.github.com/1698521
基本上就是將嚴重時出現錯誤。
activesupport-3.2.1/lib/active_support/buffered_logger.rb:80
def add(severity, message = nil, progname = nil, &block)
@log.add(severity, message, progname, &block)
end
任何想法,爲什麼這可能會發生?
TIA
是的,這是一個很好的做法,豎起大拇指,但它是不是什麼導致了錯誤。 – pdjota 2012-01-31 21:44:05