-1
試圖rails3.2.14和紅寶石使用1.9.3未初始化的常量首:: InstanceMethods ::偏好
添加寶石「首選項」,以寶石文件沒有捆綁安裝似乎工作 運行軌道產生遷移create_preferences, 編輯以遷移來建立時間戳 表跑耙分貝:遷移 重新啓動服務器導軌加入 一些首選項用戶模型 所有工作
試圖訪問使用
一個PREF@ user.prefers_publish_profile
在用戶模式,我這樣寫
偏好:publish_profile,:默認=>真
了未初始化的常量首:: InstanceMethods ::偏好
https://github.com/pluginaweek/preferences
請提供產生這個錯誤和足夠的堆棧跟蹤,看看Rails的說,什麼是錯的它的代碼。 – MrTheWalrus
#我的模型示例 '類用戶真 end' #我的視圖部分 '<(%)= @ user.prefers_publish_profile%?>' 得到一個錯誤* *未初始化的常量首選項:: InstanceMethods ::首選項** –
ActionView :: Template :: Error(未初始化的常量首選項:: InstanceMethods ::首選項): –