DevisesにRails 4.0rc1を使用させる方法はありますか?レール・サーバを起動するために、さらに工夫ビューを生成しようとしているとき、私は次のエラーを取得する:DevailsがRails 4.0rc1で動作しない
/Users/scott/.rvm/gems/[email protected]/gems/activemodel-4.0.0.rc1/lib/active_model/deprecated_mass_assignment_security.rb:14:in `attr_accessible':
`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. (RuntimeError)
私はその行を追加し、 'bundle install'を実行して、もう一度railsサーバーを起動し、deviseビューを生成しようとしました。同じ問題です、今私は** **この警告を受け取ります: '[DEVISE] Devise.use_salt_as_remember_tokenは廃止され、効果はありません。削除してください。 –
@at。 'bundle install'の代わりに' bundle update'を実行してみることができますか? –
'bundle update'は実際に何も更新しませんでした。当然同じ問題が出てきた –