Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ActiveRecord::UnknownAttributeError: 不明な属性: Rails コンソールから新しいレコードを作成しようとすると audited_changes
audits テーブルのスキーマが変更されました。「変更」列は「audited_changes」列になりました。現在のスキーマが、使用している act_as_audited のバージョンと一致していない可能性があります。
act_as_audited のバージョンをアップグレードするか、スキーマを修正してください:)私にとってはうまくいきました。