Ruby on Rails

Links: Homepage
Dependencies: Ruby

Install

Install Ruby on Rails using RubyGems.

gem install rails

Verify the Installation

To verify that you have correctly installed Ruby on Rails. It should display the version number.

rails -v