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.
我从 RefineryCMS 中删除了一个扩展,但该扩展的选项卡仍在 RefineryCMS 管理区域中。
大多数引擎安装都带有数据库迁移。查看 db/migrate 并识别与引擎相关的任何迁移。然后:
rake db:migrate:down VERSION=<number of migration to reverse>
尝试使用这个:
rails destroy refinery:engine [refinery-engine-name]