How to Install ruby-roadie in Ubuntu 18.04



Install ruby-roadie by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-roadie

Description:

library for composing HTML email

Email clients have bad support for stylesheets, and some of them blocks stylesheets from downloading. The easiest way to handle this is to work with inline styles (`style="..."`), but that is error prone and hard to work with as you cannot use classes and/or reuse styling over your HTML. . Roadie tries to make sending HTML emails a little less painful by inlining stylesheets and rewriting relative URLs for you.

Homepage: http://github.com/Mange/roadie

Version: 3.2.2-1

Section: universe/ruby