/email_query_repro

When generated within emails, ampersands in URL query params are mistakenly HTML escaped into the entity `&` which breaks the links.

Primary LanguageRuby

Reproduction

bundle install

➡️ Then to reproduce run rails test

See files

app/mailers/repro_mailer.rb
app/views/repro_mailer/repro_email.erb
test/mailers/repro_mailer_test.rb

Note

Note that mailer previews do not show the issue 🤔