我正在寫一些博客應用程序,我想實現一些私人消息系統。我instaled寶石稱爲mailboxer但有一個問題,因爲它是使用Rails 4不兼容。當我試圖將消息發送到從鐵軌控制檯其他用戶,我有一個錯誤:Rails 4和郵箱
RuntimeError: `attr_accessible` is extracted out of Rails into a gem. Please use new recommended protection model for params(strong_parameters) or add `protected_attributes` to your Gemfile to use old one.
from /home/mateusz/.rvm/gems/[email protected]/gems/activemodel-4.0.0.beta1/lib/active_model/deprecated_mass_assignment_security.rb:14:in `attr_accessible
我不不想安裝'protected_attributes',我想用Rails 4的方式做,但我不知道該怎麼做... 任何人都可以幫忙嗎?
它看起來像你的寶石是尋找活躍的開發者的中間,所以你可能需要等待一段時間才能在rails 4上運行。選項可能僅限於自己修復gem,自己編寫功能或者玩等待遊戲。 – JimmyT