Subject: Install Rails
Author: Linux
In response to: How to Install Rails on Ubuntu 16.04 LTS
Posted on: 09/09/2017 02:08:32 AM
With Ruby available, the RubyGems packaging system should be included. You can check by:
Then you can install Rails (which is a gem) by:
Later on, you can update your Rails by:
If the installation process goes well, you should be able to run the version checking:
>
> On 09/09/2017 01:54:00 AM
Linux wrote:
What is Rails?
Rails is a web application development framework written in Ruby language.
Why Rails?
It is designed to make programming web applications easier based on the philosophy:
Don't Repeat Yourself
Convention Over Configuration
References: