Effective_email_templates

screenshot of Effective_email_templates

Create Liquid-based email templates in your rails app

Overview

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.

Features

  • Create and edit email templates
  • Supports Rails 3.2.x through 6
  • Requires Twitter Bootstrap 4
  • Customizable table name for email templates
  • Authorization checks via effective_resources gem
  • MIT License

Summary

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.