Generates robust Rails 7.1+ email delivery systems using parameterized mailers, background delivery, and modern best practices.
The Rails Action Mailer Expert skill empowers developers to build high-performance email delivery systems within Ruby on Rails applications. It focuses on modern Rails 7.1+ conventions, prioritizing parameterized mailers for cleaner dependency injection and background processing via Active Job to ensure non-blocking user experiences. The skill provides comprehensive implementations including HTML/text templates, visual preview workflows for rapid development, internationalization (i18n) support, and detailed RSpec test cases to guarantee delivery reliability.
주요 기능
01I18n support for localized email content
029 GitHub stars
03Background delivery integration using Active Job
04Parameterized mailers for clean dependency management
05Visual email preview class generation
06Automated RSpec test generation for delivery logic
사용 사례
01Implementing complex email reports with attachments and dynamic headers
02Creating transactional email systems for user onboarding and notifications
03Refactoring legacy Rails mailers to use modern parameterized patterns