Chaim Kirby wrote:
If I were to phrase the question more generically: How does one remove
an extension they are no longer interested in having installed?  Is
there a process to do it?  As a note, I have been using the git clone
_extension_ into vendor/extensions, migrate, update extension management
paradigm.

You would cd to your project then do the following:

1) rake radiant:extensions:name_of_extension:migrate VERSION=0

2) rm -rf vendor/extensions/name_of_extension

3) check your "extension_meta" table for an entry for the extension and delete that record

4) That's it.



~Nate

_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to