
Create Liquid-based email templates in your rails app
Effective Email Templates is a gem that allows an admin to create and edit email templates in a Rails application. It supports Rails versions 3.2.x through 6 and requires Twitter Bootstrap 4. The gem provides a generator to set up the necessary files and a database migration. Admins can manage email templates through the /admin/email_templates route and create email templates by adding methods to the mailer and creating liquid view files. The gem also includes authorization checks using the effective_resources gem and is licensed under the MIT License.
Effective Email Templates is a gem that simplifies the process of creating and editing email templates in a Rails application. It provides a generator to set up the necessary files, supports multiple Rails versions, and requires Twitter Bootstrap 4. The gem allows admins to manage email templates through a dedicated admin view and provides authorization checks using the effective_resources gem. With Effective Email Templates, developers can easily create and customize email templates for their Rails application.
