Skip to content

Instantly share code, notes, and snippets.

@memaker
Last active November 11, 2016 22:55
Show Gist options
  • Save memaker/841777329e600fe19ef2391b657bb460 to your computer and use it in GitHub Desktop.
Save memaker/841777329e600fe19ef2391b657bb460 to your computer and use it in GitHub Desktop.
$ rvm use 2.2.0
$ rvm list
rvm rubies
ruby-1.9.3-p484 [ x86_64 ]
ruby-2.1.0 [ x86_64 ]
=> ruby-2.2.0 [ x86_64 ]
ruby-2.2.2 [ x86_64 ]
* ruby-2.3.0 [ x86_64 ]
# => - current
# =* - current && default
# * - default
$ rails new test_api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment