mjml-rails icon indicating copy to clipboard operation
mjml-rails copied to clipboard

MJML + ERb/Haml/Slim view template

Results 22 mjml-rails issues
Sort by recently updated
recently updated
newest added

I'm looking to build a client-side 'preview' of an email using this library. Since mjml runs on the server, is there a way we can use this library to generate...

Hello, in our prod platform.sh we are getting tons of errors saying `(process status: pid 96294 SIGKILL (signal 9))` I checked the source of the GEM and managed to track...

## Issue When using mjml-rails in conjunction with haml, the expected haml behavior of embedding a Ruby link into a line with `=` resulted in inline HTML instead of a...

I followed the Heroku instructions by adding the node buildpack and package.json but I'm still seeing a message about an unfound binary. My package.json reads: { "name": "appname", "version": "1.0.0",...

### Background After a format of my machine and careful new setup via [my dotfiles](https://github.com/AlecRust/dotfiles), I have Node installed only via NVM (no duplicate Homebrew Node version at `/usr/local/node`) and...

Hey guys, this might be a stupid question and if so feel free to close this. I was wondering if there was a way to pre-render the mjml to html...

Changing the binary version in a Rails initializer like... ```ruby Mjml.setup do |config| config.mjml_binary_version_supported = '4.2.' end ``` ...does not work. The initializer is loaded too late. Mjml::BIN is computed...

Heys! thanks to the community for the work on this 🙏 This is a question, more than an issue. I was wondering how can we [register](https://gist.github.com/ngarnier/455b0e8a425315bd9f2502ed84bc246e#file-registercomponent-js) `mjml` [custom components](https://medium.com/mjml-making-responsive-email-easy/tutorial-creating-your-own-component-with-mjml-4-1c0e84e97b36) using...

Not sure if this is actually possible within rails as it may be related more to how rails processes templates than with the gem itself, but I was wondering if...

**Do you want to request a *feature* or report a *bug*?** Bug **Issue description** We recently upgraded our package `mjml-rails` from `2.4.1` to `4.2.4` and `mjml` npm dependency from `3.3.3`...