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>
jquery を使用して、特定のテーブル (「grid1」など) のチェックボックスの変更を検出しようとしています。
(FWIW - テーブルは jqgrid です)
しかし、私が使用している「セレクター」ステートメントが期待どおりに機能していないようです。
特定のテー