Subject: Rails Probject II-- Blog
Author: Linux
Posted on: 09/11/2017 05:44:30 AM
Prerequisites
Rails is a web application framework running on the Ruby programming language. In order to create a new Rails project, you need to have some prerequisites installed.
Database -- which is used to store Rails project's objects.
NodeJS -- a JavaScript runtime
Bundler -- which is used to manage project's version control.
Replies:
References: