How to Install ruby-rails in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-rails

Description:

MVC ruby based framework geared for web application development

Rails is a full-stack, open-source web framework in Ruby for writing real-world applications. . Being a full-stack framework means that all layers are built to work seamlessly together. That way you don't repeat yourself and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby.

Homepage: http://www.rubyonrails.org

Version: 2:4.2.10-0ubuntu4

Section: universe/ruby