sighmon / mjml-rails

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

refactor initialization and allow to specify custom binary by config #67

Closed doits closed 3 years ago

doits commented 3 years ago

Edit: If this is merged it should be released as a new major version, even though I tried to make sure not to break existing apps that use Mjml::BIN and Mjml.discover_mjml_binary.

doits commented 3 years ago

I added some methods to make upgrading existing apps easier which use Mjml::BIN to set the mjml binary. So old apps should not break anymore.

sighmon commented 3 years ago

@doits Looks good, and works locally.

chasegiunta commented 3 years ago

Thank you for this @doits!!