I want a new Rails 6 app without Action Mailbox or Action Text, so I create one with
rails new myapp --skip-action-mailbox --skip-action-text
I then remove them in application.rb
But when I run bundle exec derailed bundle:mem
it shows that they are still there:
rails/all: 36.2539 MiB
action_mailbox/engine: 13.5313 MiB
How can I remove them to save on memory?
I have the same problem, even with my
application.rb
looking like this:bundle exec derailed bundle:mem
still shows this: