How to Install ruby-rabl-rails in Ubuntu 18.04



Install ruby-rabl-rails by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-rabl-rails

Description:

fast Rails 3+ templating system with JSON and XML support

RABL (Ruby API Builder Language) is a Ruby templating system for rendering resources in different format (JSON, XML, BSON...). . rabl-rails is faster and uses less memory than the standard rabl gem (provided in the ruby-rabl package) while letting you access the same features. . rabl-rails only targets Rails 3+ application.

Homepage: https://github.com/ccocchi/rabl-rails

Version: 0.4.1-1

Section: universe/ruby