go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Install Rails
 
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:

$ gem -v

2.6.8


Then you can install Rails (which is a gem) by:
$ gem install rails


Later on, you can update your Rails by:
$ gem update rails



If the installation process goes well, you should be able to run the version checking:
$ rails -v

Rails 5.1.4



 

> 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:

  •  


     
    Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
     
    Get your own forum today. It's easy and free.