sighmon / mjml-rails

MJML + ERb/Haml/Slim view template
https://mjml.io
Other
295 stars 64 forks source link

#117 Warning about MJML missing when using MRML #118

Closed sighmon closed 6 months ago

sighmon commented 7 months ago

Resolves #117

Testing

  1. Uninstall/remove mjml from your environment
  2. Clone and switch to using this branch in your Gemfile: gem 'mjml-rails', path: '../mjml-rails/'
  3. Add config.use_mrml = true to your initializer
  4. Add mrml to your Gemfile
  5. Note the warning of a missing MJML binary no longer occurs