We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I tried to deploy my newly created app and the failure error was that MailView is undefined. This is due to mail_view gem being available in group :development only, which makes sense. I'm not sure what would be the best way to have this working so that we can still keep this: https://github.com/RailsApps/rails_apps_composer/blob/master/recipes/email_dev.rb#L44
MailView
mail_view
group :development
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I tried to deploy my newly created app and the failure error was that
MailView
is undefined. This is due tomail_view
gem being available ingroup :development
only, which makes sense. I'm not sure what would be the best way to have this working so that we can still keep this:https://github.com/RailsApps/rails_apps_composer/blob/master/recipes/email_dev.rb#L44
The text was updated successfully, but these errors were encountered: