mail_view icon indicating copy to clipboard operation
mail_view copied to clipboard

Visual email testing

Results 11 mail_view issues
Sort by recently updated
recently updated
newest added

I wanted to preview my templates with a different locale. To make this process easier I wanted to change the locale based on the locale param.

I was trying to determine the licenses for my dependencies. I found that the RubyGems API will return the license, but only if it is specified in your gemspec file.

**Steps to reproduce:** 1. Executing this code which has an error ``` ruby class MailPreview < MailView def invitation this_will_raise_an_error!! account = Account.first inviter, invitee = account.users[0, 2] Notifier.invitation(inviter, invitee)...

On larger screens the email preview iframe is being limited to a height of 800 pixels, and the full available screen size is not being used.

I use factories for specs and I find them very convenient to use in mail_view's "actions". Factories — as well as other methods for generating sample data on the fly...

Hi, I'm using Rails 4.1 and have not installed the gem separately. I have a catch all route as the last route in my routes.rb file ``` get '*path' =>...

How can I use this gem to render an incoming email as a partial. I can have the incoming email in raw format (as a huge string) or as a...

in rails 4.1, you should inherit your preview mailer from ActionMailer::Preview instead of MailView

This will make it show up on rubygems.org. I'm doing due diligence on our gems and need to find out the licenses for all the gems. Having it show up...