-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V4 - Usage without ActiveStorage and ActiveMailbox enabled #133
Comments
Thanks for opening an issue. I think that's the case currently and I'm open to suggestions for how to fix that. Was that also the case for ActiveStorage in version 3? |
We are currently using version 3 with no problems. |
I'm not able to reproduce this when I create a new rails app. I tried with both I'm assuming you ran into this because of the new ActionMailbox feature which uses ActiveStorage under the hood. |
I am on vacation until mid August and will try to stay away from my work computer. Will get back to you. |
I've run into the same issue. We also don't require I've added a blank I saw there is a PR #135 that addresses this. If you need me to test anything, please let me know. |
I'm currently looking at how to best check for this. |
I think the best thing I can really do is just check for ActionMailbox::Engine unless someone with more rails experience has a better option. Feel free to test that if you wish. |
I just pushed out version 4.0.2 that should fix this. |
Hello!
We are using the gem for sending email via SES, but we do not have ActionMailbox or ActiveStorage loaded in the app.
On gem version 4.0.1 we therefore cannot load the app due to the error:
Our
application.rb
starts like:Is there no way to use this gem unless you have ActionMailbox and ActiveStorage enabled?
The text was updated successfully, but these errors were encountered: