TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ActionMailer Components for Ruby on Rails

3 pointsby hbroadbentover 1 year ago

1 comment

hbroadbentover 1 year ago
Hey HN!<p>Emails is a massive pain (anyone who&#x27;s had to try and adjust HTML &lt;table&gt; layouts knows this). I was struggling with this in my Ruby on Rails apps and wants to change things.<p>I&#x27;ve spent weeks hacking away on these components to try and build something better. It&#x27;s finally ready! Rather than copying and pasting a massive &lt;table&gt; layout across and never touching it again, it&#x27;s possible to build ActionMailer templates (the Ruby on Rails mail engine) with components like Email::Button and Email::Container.<p>Hope some of you here find it interesting! I&#x27;ll keep an eye on the comments here — I&#x27;m happy to answer your questions!<p>Harrison