Defect #31118
Uninstalling a Plugin that hast assets
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Rails support | |||
Target version: | - | |||
Resolution: | Affected version: | 3.4.6 |
Description
When uninstalling a plugin the proper way ...
rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production
Rails leaves the plugin's assets in the /public/plugin_assets/plugin_name folder is there a clean way to remove that folder without have to go and remove it manually?
The problem is this can fill up the logs if it's not removed!