Answers for "check ruby rails version"

3

how to check ruby version

// Command line:
$ ruby -v

// Within irb type "RUBY_VERSION"
# => "2.4.1"

// If using RVM:
$ rvm current
# => ruby-2.4.1
Posted by: Guest on February-04-2020
0

check rails version

rails -v
Posted by: Guest on May-20-2021

Browse Popular Code Answers by Language