Skip to content
#

rails6

Here are 411 public repositories matching this topic...

armahillo
armahillo commented Oct 9, 2021

Summary

The mailer view: app/views/distribution_mailer/partner_mailer.text.erb is not accurately replicating the content found in app/views/distribution_mailer/partner_mailer.html.erb. Someone viewing mail in a non-web client (given the diversity in our user base this is totally possible!) would not see any useful information here.

Additionally, we have several mailers that do not have

enhancement Help Wanted Good First Issue
casa
ShinyCMS-ruby
denny
denny commented May 7, 2021

I've decided to move this into the rubocop todo file, as something that should be removed from the code at some point.

I think it's a pretty simple fix, but there are about 30 spec files that need changing so it migth takea while to work through.

Basic instructions:

  1. Remove the exception from the todo
good first issue tests code quality help offered

Improve this page

Add a description, image, and links to the rails6 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rails6 topic, visit your repo's landing page and select "manage topics."

Learn more