Home  »  CodeLibrariesProgrammingSnippetsSoftwareTechnologyTools   »   How to Install Rails on Your System

How to Install Rails on Your System

Posted: March 9, 2022 | by Michael Bright

Use this to install Rails on your system.

# install specific rails version from https://rubygems.org/gems/rails/versions
$ sudo gem install rails -v 7.0.2.3

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.