Mange / roadie-rails

Making HTML emails comfortable for the Rails rockstars
MIT License
367 stars 66 forks source link

Debugging rendered HTML output #19

Closed rsiddle closed 10 years ago

rsiddle commented 10 years ago

I'm trying to find out how we can dump the generated HTML content of the email. The Previewing section [https://github.com/Mange/roadie-rails#previewing] does not appear to work anymore. The method NewsletterMailer.user_newsletter(current_user).html_body.decoded cannot find "html_body", however there is "html_part".

Any suggestions on how to do this?

Thanks,

Ryan

Mange commented 10 years ago

Yes, that's a typo. It should be html_part. Does it work when written like that?

Mange commented 10 years ago

Thank you for reporting. :-)