How to Install ruby-simple-form in Ubuntu 18.04



Install ruby-simple-form by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-simple-form

Description:

library to simplify the creation of forms in Rails applications

Simple Form provides a stack of components that can be invoked to create complete HTML inputs on Rails application , which by default contains label, hints, errors and the input itself. Simple Form reduces duplication and helps having a consistent form usage across the application.

Homepage: https://github.com/plataformatec/simple_form

Version: 3.2.0-1

Section: universe/ruby