2012-02-09 51 views
0

所以我已經部署了我的應用程序的Heroku測試了幾個星期,因爲昨天我不斷收到以下一種錯誤的Heroku的日誌:的Heroku + Rails的:奇怪的錯誤(雪松堆棧)

Started GET "/user/shipping_address" for xx.xxx.xxx at 2012-02-09 15:46:37 +0000  
NameError (undefined local variable or method `sign_up_path' for #<UsersController:0x000000036210a8>): 
app/controllers/application_controller.rb:57:in `require_user' 

還有一句:

Started POST "/purchase/search" for xx.xxx.xxx at 2012-02-09 15:31:30 +0000 
NameError (undefined local variable or method `sign_up_path' for #<PurchasesController:0x000000051a3d08>): 
app/controllers/application_controller.rb:57:in `require_user' 

我也不斷收到螢火蟲(真的)怪異的JavaScript錯誤,如「OBJECT_ID」失蹤,其中OBJECT_ID不應該在代碼點使用。

它在當地環境中沒有任何開發/生產環境中的缺陷,並且在我的heroku應用程序之前也一直在運行。

任何提示非常感謝。這個錯誤真的讓我失望。 最佳,菲爾

(雪松堆棧,Rails的3.0,authlogic)

回答

0

好,我更新authlogic到3.1.0的最新版本(認爲它是在3.0.3),一切工作現在。

相關問題