The rubyinstaller (downloaded from https://rubyinstaller.org) installs basically 4 things on your PC:-
- ruby (use
ruby -vto check) - gem (use
gem -vto check) - bundler (use
bundler -vto check) - rails (use
rails -vto check)
This is as of 19-Feb-2023 and do not confuse rubyinstaller with railsinstaller.
Top comments (0)