In windows Platform
Step 1: Installation of Ruby
If you already have installed ruby in your pc then you can skip this step.
Go to rubyinstaller.org's download page and download one of the stable version of ruby corresponding to architecture of your windows platform.
Again download development ...
Create a new rails app hello-world from command in Windows and Terminal in Linux.
rails new hello-world
Now move to new app directory
cd hello-world
Now generate a controller
rails generate controller hello_world index
Here index is the name of method in hello_world controller. You can c...
This will take about 30 minutes. We will be setting Ruby on Rails Development Environment on Ubuntu 16.10 Yakkety Yak.
You'll want to download the latest Desktop version here: http://releases.ubuntu.com/17.04/
Open up your terminal using Ctrl + Alt + T.
Installing Ruby
The First step is to ins...