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>