[Feature] Add Action Text uninstall to remove copied migration and files.
20 views
Skip to first unread message
Abhay Nikam
unread,
Feb 6, 2020, 1:53:22 PM2/6/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Core
Hi folks,
I have been playing a bit with Action Text a lot lately and recently we have switched Action Text install to a generator in PR: https://github.com/rails/rails/pull/35085
We could now use the generator to destroy the added files as well. Will it be a good idea to add a `bundle exec rails action_text:uninstall` to remove the copied files?
I would love to work on it and raise a PR if anyone is interested.